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 2021/05/19 03:30:10 UTC

[GitHub] [dolphinscheduler] cyx-code opened a new issue #5524: [Bug][worker] shell task can not run java command when develop.mode is false

cyx-code opened a new issue #5524:
URL: https://github.com/apache/dolphinscheduler/issues/5524


   **Describe the bug**
   When shell task's rawscript is 
   "nohup java -version > /tmp/a.log &
   while read line
   do
       echo $line
   done < /tmp/a.log"
   and development.state=false
   the a.log's content is "Error occurred during initialization of VM
   	java.lang.Error: Properties init: Could not determine current working directory.
   	at java.lang.System.initProperties(Native Method)
   	at java.lang.System.initializeSystemClass(System.java:1168)"
   
   **Which version of Dolphin Scheduler:**
    -[1.3.5-release]
   
   **Requirement or improvement**
   The cause of the error is that the execution directory has been deleted.


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

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



[GitHub] [dolphinscheduler] cyx-code commented on issue #5524: [Bug][worker] shell task can not run java command when develop.mode is false

Posted by GitBox <gi...@apache.org>.
cyx-code commented on issue #5524:
URL: https://github.com/apache/dolphinscheduler/issues/5524#issuecomment-843801757


   I found that delaying the deletion of the execution directory can solve 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.

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #5524: [Bug][worker] shell task can not run java command when develop.mode is false

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


   Hi:
   * 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 subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


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

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



[GitHub] [dolphinscheduler] cyx-code closed issue #5524: [Bug][worker] shell task can not run java command when develop.mode is false

Posted by GitBox <gi...@apache.org>.
cyx-code closed issue #5524:
URL: https://github.com/apache/dolphinscheduler/issues/5524


   


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

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