Sameer Verma
Sameer Verma

Reputation: 1

PTC thingworx : config.json.booted

Folks, I am getting error while starting the wsems @ 443 port on windows 10 machine.

when I type wsems in cmd (with admin), I get following error:

C:\Users\<path> microserver>wsems
[INFO ] 2018-10-05 10:27:27,617 wsems: Using config file: C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json
[FORCE] 2018-10-05 10:27:27,617 wsems: Starting up ....
[ERROR] 2018-10-05 10:27:27,617 jsonConfigurator::initialize: Error parsing JSON.
[ERROR] 2018-10-05 10:27:27,617 Main: Error initializing configurator with C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json
[WARN ] 2018-10-05 10:27:27,617 Main: Trying .booted config file
[ERROR] 2018-10-05 10:27:27,617 jsonConfigurator::initialize: Error reading file. Error: No such file or directory [C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json.booted]
[ERROR] 2018-10-05 10:27:27,617 Main: Error initializing configurator with C:\Users\<path>\Desktop\Thingworkx\Thingworx microserver\etc\config.json.booted
[WARN ] 2018-10-05 10:27:27,617 Main: Failed to load .booted config file.  Reverting back to original.
[ERROR] 2018-10-05 10:27:27,632 Main: Failed to load any configuration file.  Exiting...

can anyone help me out with this, how to get around with .booted file error?

Upvotes: 0

Views: 162

Answers (1)

Durgesh Patel
Durgesh Patel

Reputation: 11

Yes, error indicate that there is issue with your config.json file and non-availability of .booted config file which will be generated upon successful startup & configuration.

Upvotes: -1

Related Questions