Solaris - Why is java.lang.UNIXProcess.forkAndExec(Native Method) hanging

两盒软妹~` 提交于 2019-12-01 23:53:57

As the thread live as long as your executable is running, maybe it's only your external executable which is hanging.

You should try to find the parameters passed to your executable and try to launch it manually.

Is stdout and stderr from the process being consumed? You might be looking at the results of a full buffer.

You can test this by adding output redirection to a tempfile for the command that is spawned.

Installing the Sun Alert Patch Cluster will do the trick.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!