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/04/14 04:09:35 UTC

[GitHub] [dolphinscheduler] ITBOX-ITBOY opened a new issue, #9497: 2.0.5版本编译问题

ITBOX-ITBOY opened a new issue, #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497

   ### 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
   
   ![屏幕截图 2022-04-14 120437](https://user-images.githubusercontent.com/15922437/163311753-4f504482-6e56-4eee-951a-09b8985439d0.png)
   基于2.0.5-release版本进行编译后的项目,在lib包中的jar格式不正常
   
   ### What you expected to happen
   
   我期望可以打出正常格式的jar包
   
   ### How to reproduce
   
   拉取2.0.5-release版本的代码进行下打包,就会出现打出的包不正常的情况
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.5
   
   ### 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] github-actions[bot] commented on issue #9497: 2.0.5 version compilation problem

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

   ### 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
   
   ![Screenshot 2022-04-14 120437](https://user-images.githubusercontent.com/15922437/163311753-4f504482-6e56-4eee-951a-09b8985439d0.png)
   The project compiled based on the 2.0.5-release version has an abnormal jar format in the lib package
   
   ### What you expected to happen
   
   I expect to be able to type out the normal format jar package
   
   ### How to reproduce
   
   Pull the code of the 2.0.5-release version and package it, and the package will be abnormal.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.5
   
   ### 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

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


[GitHub] [dolphinscheduler] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1098738649

   > 
   
   
   
   > Is there an error log?
   
   This is not an error log, the name in the picture is the name of the jar package in the lib directory after I compiled, now I am not sure why the packaging is normal, but the jar in the lib directory in the compiled project is displayed in the wrong format


-- 
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] caishunfeng commented on issue #9497: 2.0.5 version compilation problem

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

   Is there an error log?


-- 
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] dailidong closed issue #9497: [Bug] 2.0.5 version compilation problem in Windows

Posted by GitBox <gi...@apache.org>.
dailidong closed issue #9497: [Bug] 2.0.5 version compilation problem in Windows
URL: https://github.com/apache/dolphinscheduler/issues/9497


-- 
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 #9497: 2.0.5 version compilation problem

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

   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://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-omtdhuio-_JISsxYhiVsltmC5h38yfw) 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] caishunfeng commented on issue #9497: [Bug] 2.0.5 version compilation problem

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

   Please delete this error jar and try to run `mvn clean install -Prelease -Dmaven.test.skip=true` again.


-- 
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] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1098881644

   > 请删除此错误 jar 并尝试再次运行。`mvn clean install -Prelease -Dmaven.test.skip=true`
   
   
   
   > Please delete this error jar and try to run `mvn clean install -Prelease -Dmaven.test.skip=true` again.
   The problem remains unsolved
   


-- 
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] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1099804295

   > Please delete this error jar and try to run `mvn clean install -Prelease -Dmaven.test.skip=true` again.
   
   This problem only occurs when compiling on Windows, but works fine on Ubuntu


-- 
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] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1098860040

   > Is there an error log?
   
   I have already verified that it is in this problem
   
   


-- 
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] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1098882136

   > Please delete this error jar and try to run `mvn clean install -Prelease -Dmaven.test.skip=true` again.
   
   The problem remains unsolved


-- 
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] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1098868753

   > Is there an error log?
   
   How can I solve this problem now


-- 
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] ITBOX-ITBOY commented on issue #9497: [Bug] 2.0.5 version compilation problem

Posted by GitBox <gi...@apache.org>.
ITBOX-ITBOY commented on issue #9497:
URL: https://github.com/apache/dolphinscheduler/issues/9497#issuecomment-1099769488

   > Please delete this error jar and try to run `mvn clean install -Prelease -Dmaven.test.skip=true` again.
   The problem is not solved
   Maybe there was a problem with the dolphinScheduler-dist configuration file


-- 
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] caishunfeng commented on issue #9497: [Bug] 2.0.5 version compilation problem in Windows

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

   Hi @ITBOX-ITBOY  it is recommended to compile and package on linux or mac. If you want to develop and test in local, you can run the standalone model, which can cover most scenarios.


-- 
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