Thingworx Evaluation server crashed
Same problem i am facing
My server is https://PP-18102412130W.devportal.ptc.io/Thingworx
and i am able to connect my EMS to this.
My config.json file is:
{
"ws_servers": [{
"host": "pp-18102412130w.devportal.ptc.io",
"port": 443
}],
"appKey": "5d6d4f8c-320b-4c1e-8bbc-5747c0742379",
"certificates": {
"validate": false,
"cert_chain": ["certificate.cer"]
},
"logger": {
"level":"INFO",
"publish_directory":"logs",
"publish_level":"INFO",
"max_file_storage":2000000,
"auto_flush":true,
"flush_chunk_size": 16384,
"buffer_size" : 4096
},
"file": {
"virtual_dirs": [
{"logs": "logs"},
{"instruction":"instruction"}
],
"staging_dir": "C:\\Projects\\PTCDocs\\PTC_Work\\EMS\\microserver\\staging"
}
}
and i am getting the following error:
C:\Projects\PTCDocs\PTC_Work\EMS\microserver>wsems
[INFO ] 2018-10-26 12:12:35,468 wsems: Using config file: C:\Projects\PTCDocs\PTC_Work\EMS\microserver\etc\config.json
[FORCE] 2018-10-26 12:12:35,468 wsems: Starting up ....
[FORCE] 2018-10-26 12:12:35,480 wsems: Initializing EMS ....
pp-18102412130w.devportal.ptc.io:443-->[FORCE] 2018-10-26 12:12:35,480 main: Using config file C:\Projects\PTCDocs\PTC_Work\EMS\microserver\etc\config.json
[INFO ] 2018-10-26 12:12:35,480 wsems: Creating the WsEms proxy.
[INFO ] 2018-10-26 12:12:35,480 wsems: Starting HTTP Server.
[INFO ] 2018-10-26 12:12:35,480 wsems: Initializing the ThingWorx REST interface.
[FORCE] 2018-10-26 12:12:35,481 httpServer: starting http server port=8000
[INFO ] 2018-10-26 12:12:35,498 wsEmsProxy::initialize: Initialization complete!
[INFO ] 2018-10-26 12:12:35,499 wsems: Starting the connection.
[ERROR] 2018-10-26 12:12:35,811 SDK: Error intializing SSL connection
[ERROR] 2018-10-26 12:12:35,811 SDK: twWs_Connect: Error restarting socket. Error 126
Please help...!!!

