Unable to start EMS using wsems
I have a Thingworx foundation server and am trying to get the EMS started on the same machine, but am having some trouble. These are the steps I have followed:
1. I installed MED-61060-CD-053_SP5_Microserver-5-3-4-2383-Win32
2. I configured the config.json file with this (the app key is from my ThingWorx application key😞
"ws_servers": [{
"host": "localhost",
"port": 8080
}],
"appKey": "c03fa7e6-ab2f-47bd-9b0b-3d93e2bd03c9"
[FORCE] 2020-04-17 03:44:43,187 wsems: Starting up ....
[FORCE] 2020-04-17 03:44:43,187 wsems: Initializing EMS ....
[FORCE] 2020-04-17 03:44:43,187 main: Using config file C:\ems\microserver\etc\config.json
[FORCE] 2020-04-17 03:44:43,192 httpServer: starting http server port=8000
: Couldn't bind address [*:8000]
[ERROR] 2020-04-17 03:44:44,242 SDK: Error intializing socket connection. Err = -1
[ERROR] 2020-04-17 03:44:44,242 SDK: twWs_Connect: Error restarting socket. Error 0
Adrian

