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:
[email protected]


Reply via email to