You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Able to specify a script file on OSX and Linux as an application executable,
just not on windows.
Stacktrace:
java.lang.RuntimeException: Failed to build the underlying native process for the application
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at com.oracle.bedrock.runtime.SimpleApplicationLauncher.launch(SimpleApplicationLauncher.java:241)
at com.oracle.bedrock.runtime.AbstractPlatform.launch(AbstractPlatform.java:106)
at com.oracle.bedrock.runtime.Platform.launch(Platform.java:150)
at com.oracle.bedrock.runtime.Platform.launch(Platform.java:123)
at com.tangosol.coherence.js.CoherenceJsBasicAuthTests.testBasicAuth(CoherenceJsBasicAuthTests.java:57)
Here is relevant log output of command:
Jun 08, 2017 11:20:39 AM com.oracle.bedrock.runtime.SimpleApplicationLauncher launch
INFO: Oracle Bedrock 4.4.0-SNAPSHOT: Starting Application...
Application : mocha BasicAuthTest
Application Arguments : ../coherence-js-tests\test\BasicAuthTest.js
Application Executable : node_modules.bin\mocha.cmd
Environment Variables : (based on parent process)
Target Platform : Local
Working Directory : C:\hudson\workspace\CoherenceJS-Windows\prj\coherence-js-project\coherence-js
Workaround is to specify node as application (node.exe on windows)
and provide mocha as a Application argument.
The text was updated successfully, but these errors were encountered:
brianoliver
changed the title
unable to launch application mocha.cmd script on windows
Unable to launch application mocha.cmd script on windows
Jun 8, 2017
Able to specify a script file on OSX and Linux as an application executable,
just not on windows.
Stacktrace:
java.lang.RuntimeException: Failed to build the underlying native process for the application
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
at com.oracle.bedrock.runtime.SimpleApplicationLauncher.launch(SimpleApplicationLauncher.java:241)
at com.oracle.bedrock.runtime.AbstractPlatform.launch(AbstractPlatform.java:106)
at com.oracle.bedrock.runtime.Platform.launch(Platform.java:150)
at com.oracle.bedrock.runtime.Platform.launch(Platform.java:123)
at com.tangosol.coherence.js.CoherenceJsBasicAuthTests.testBasicAuth(CoherenceJsBasicAuthTests.java:57)
Here is relevant log output of command:
Jun 08, 2017 11:20:39 AM com.oracle.bedrock.runtime.SimpleApplicationLauncher launch
INFO: Oracle Bedrock 4.4.0-SNAPSHOT: Starting Application...
Application : mocha BasicAuthTest
Application Arguments : ../coherence-js-tests\test\BasicAuthTest.js
Application Executable : node_modules.bin\mocha.cmd
Environment Variables : (based on parent process)
Target Platform : Local
Working Directory : C:\hudson\workspace\CoherenceJS-Windows\prj\coherence-js-project\coherence-js
Workaround is to specify node as application (node.exe on windows)
and provide mocha as a Application argument.
The text was updated successfully, but these errors were encountered: