ThingWorx training, simulator batch files have error: WebSocket error: Invalid Protocol Version [0],
Hello,
When running any of the simulator batch files included with the ThingWorx 8 training modules they all produce a lot of DEBUG results and a single Error. The Error is:
14:19:42.191 [NettyClient-NIO-1] ERROR c.t.c.c.c.n.ThingworxClientConnectionHand
ler - WebSocket error: Invalid Protocol Version [0], closing connection!
The TrainingConfig.Json file contains the following:
{
"ServerLocation": "dad-ptcpg",
"Port": 8080,
"AppKey": "1c6d618d-61a7-4b29-a565-9c8ac01d6208",
"Security": false,
"RemoteRepo": "/ThingworxRemoteRepository"
}
ServerLocation has been confirmed accurate, using 127.0.0.1 produces the same result.
Port 8080 is accurate
AppKey has been confirmed to exist in ThingWorx under security
and the RemoteRepo directory exists.
Running the files from C:\MicroServer_Java directoy
Not sure why it's throwing this error. A search shows similar errors but not the exact one being encountered.

