You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/23 04:22:35 UTC

[GitHub] [dolphinscheduler] zcw5116 opened a new issue, #12119: [Bug] [ui] build with error

zcw5116 opened a new issue, #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   version: dev
   build with error,the following:
   
   Downloading **https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz** to /home/imooc/.m2/repository/com/github/eirslett/node/16.13.1/node-16.13.1-linux-x86.tar.gz
   [INFO] No proxies configured
   [INFO] No proxy was configured, downloading directly
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary for dolphinscheduler-ui 3.0.1:
   [INFO] 
   [INFO] dolphinscheduler-ui ................................ FAILURE [  6.945 s]
   ...
   
   [INFO] Total time:  9.211 s
   [INFO] Finished at: 2022-09-23T12:11:34+08:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] **Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.1:install-node-and-pnpm (install node and pnpm) on project dolphinscheduler-ui: Could not download Node.js: Got error code 404 from the server.** -> [Help 1]
   [ERROR] 
   
   
   
   In fact, uri  https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz  does not exists
   
   ### What you expected to happen
   
   download  uri  https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz  does not exists
   
   ### How to reproduce
   
   ./mvnw clean install -Prelease
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zcw5116 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
zcw5116 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255811218

   Still don't know how to solve this problem?
   
   Can you describe it in more detail?
   
   > From the log information is this version node. Js not downloaded, and https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz repository node does not, so need yourself to download from other sources, Or replace it with another version and skip the check at build time
   
   Still don't know how to solve this problem?
   
   Can you describe it in more detail?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1304355145

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] pandong2011 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
pandong2011 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255923099

   Since your Linux is a 32 system and the repository only has packages for 64-bit systems, you can download packages for 32-bit systems from other sources or change your build environment to Windows, which is available for both 32-bit and 64-bit systems
   ![node32位](https://user-images.githubusercontent.com/100667564/191919357-52fc94c0-38e4-4818-b962-16f3da00b47a.jpg)
   
   
   > Thanks, I know this, but how to solve it, could you give me some tips, thank you very much
   > 
   > > Dolphinscheduler-ui 3.0.1 is based on VUE3 and therefore requires Node support. During project installation, the frontend-Maven-plugin downloads node from the repository, but there are no node in the repository https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz
   > 
   > Thanks, I know this, but how to solve it, could you give me some tips, thank you very much
   
   Since your Linux is a 32 system and the repository only has packages for 64-bit systems, you can download packages for 32-bit systems from other sources or change your build environment to Windows, which is available for both 32-bit and 64-bit systems
   
   ![Uploading node32位.jpg…]()
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] zcw5116 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
zcw5116 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255816812

   Thanks, I know this, but how to solve it, could you give me some tips, thank you very much
   
   
   > Dolphinscheduler-ui 3.0.1 is based on VUE3 and therefore requires Node support. During project installation, the frontend-Maven-plugin downloads node from the repository, but there are no node in the repository https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz
   
   Thanks, I know this, but how to solve it, could you give me some tips, thank you very much


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] pandong2011 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
pandong2011 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255921952

   Since your Linux is a 32 system and the repository only has packages for 64-bit systems, you can download packages for 32-bit systems from other sources or change your build environment to Windows, which is available for both 32-bit and 64-bit systems
   ![Uploading node32位.jpg…]()
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #12119: [Bug] [ui] build with error
URL: https://github.com/apache/dolphinscheduler/issues/12119


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255786636

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] pandong2011 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
pandong2011 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255815545

   Dolphinscheduler-ui 3.0.1 is based on VUE3 and therefore requires Node support. During project installation, the frontend-Maven-plugin downloads node from the repository, but there are no node in the repository  https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] ouyangyewei commented on issue #12119: [Bug] [ui] build with error

Posted by "ouyangyewei (via GitHub)" <gi...@apache.org>.
ouyangyewei commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1612524156

   You can specify <nodeDownloadRoot> to solve
   
   ```xml
   <plugin>
       <groupId>com.github.eirslett</groupId>
       <artifactId>frontend-maven-plugin</artifactId>
       <version>${frontend-maven-plugin.version}</version>
       ...
       <executions>
           <execution>
               ...
               <configuration>
                   <nodeDownloadRoot>http://npm.taobao.org/mirrors/node/</nodeDownloadRoot>
                   <nodeVersion>${node.version}</nodeVersion>
                   <pnpmVersion>${pnpm.version}</pnpmVersion>
               </configuration>
           </execution>
           ...
       </executions>
   </plugin>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] pandong2011 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
pandong2011 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255803547

   From the log information is this version node. Js not downloaded, and https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x86.tar.gz repository node does not, so need yourself to download from other sources, Or replace it with another version and skip the check at build time


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] pandong2011 commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
pandong2011 commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1255937397

   Since your Linux is a 32 system and the repository only has packages for 64-bit systems, you can download packages for 32-bit systems from other sources or change your build environment to Windows, which is available for both 32-bit and 64-bit systems
   
   ![node32位](https://user-images.githubusercontent.com/100667564/191921868-2fd92e02-282b-4c1f-8594-113967ec4814.jpg)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #12119: [Bug] [ui] build with error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12119:
URL: https://github.com/apache/dolphinscheduler/issues/12119#issuecomment-1292807735

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org