ascrutae commented on issue #1120: An exception thrown with using the startup.bat boot script on windows URL: https://github.com/apache/incubator-skywalking/issues/1120#issuecomment-384844290 @yuleyule66 I had tested the script(mine and yours) in windows 10 and both of them are work fine last night. The `JAVA_HOME` env variable also under `C:\Program Files` folder in my test environment. also I found some strange thing about the error log that you posted. > Command to be executed: > "C:\Program Files\Java\jdk1.8.0_151\bin\java.exe" "C:\Program Files\Java\jdk1.8.0_151"\bin\java -jar > G:\apache-skywalking-apm-incubating\bin\.\..\webapp/skywalking-webapp.jar --server.port=8080 --> collector.ribbon.listOfServers=127.0.0.1:10800 In general, the `java` command cannot be execute twice. so Could you post the console log that you execute the following command in your test environment ``` > echo %JAVA_HOME% > _EXECJAVA="%JAVA_HOME:"=%"\bin\java > echo % _EXECJAVA% ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
