ERROR [OsProcess.checkForError] - org.apache.commons.exec.ExecuteException: Process exited with an error: -1073741512 (Exit value: -1073741512)
DDeepu opened this issue · 0 comments
DDeepu commented
I am getting below error while trying to run tests using webdriverIO and selenium grid extras on windows. Hub and node are starting fine but tests are not executing.
“ERROR [OsProcess.checkForError] - org.apache.commons.exec.ExecuteException: Process exited with an error: -1073741512 (Exit value: -1073741512)”.
But I was able to run the same test on MAC successfully using grid extras without any error.
Initially I couldn’t even get selenium hub to start as tmp folder is being created in c:/ drive and I don’t have Full control. After changing permissions, Hub and node are starting fine. Can anybody please help me resolve this error?