Hi all,
I am currently experiencing this error in my logs, it is triggered when users are attempting to log into both the designer and the client. The popup that occurs is a HttpResponseException:500: Server Error
Any help would be appreciated.
Below is the log wrapper.
java.io.IOException: Cannot run program “java” (in directory “data\mobile_wdir”): CreateProcess error=267, The directory name is invalid
at java.lang.ProcessBuilder.start(Unknown Source)
at com.inductiveautomation.mobile.gateway.MobileVMManager$VMCreator.createNewVM(MobileVMManager.java:860)
at com.inductiveautomation.mobile.gateway.MobileVMManager$VMCreator.run(MobileVMManager.java:788)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=267, The directory name is invalid
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)