EMS Launch Error :: SDK: twTlsClient_Create: Initializing TLS Client >> Illegal instruction
Hi,
getting below error while launching EMS,
[DEBUG] 2019-02-19 04:59:02,310 SDK: twWs_Create: Initializing Websocket Client for pp-1902162113g2.devportal.ptc.io:443//Thingworx/WS [DEBUG] 2019-02-19 04:59:02,311 SDK: twTlsClient_Create: Initializing TLS Client Illegal instruction
Below is my config file,
{
"ws_servers": [
{
"host": "PP-1902162113g2.devportal.ptc.io",
"port": 443
}
],
"http_server": {
"host": "127.0.0.1",
"port": 8080,
"ssl": false,
"authenticate": false
},
"appKey": "dd88bbe0-977a-4836-bff9-501fb4981046",
"logger": {
"level": "DEBUG"
},
"auto_bind": [
{
"name": "PiThing",
"gateway": false
}
],
"certificates": {
"validate": false,
"allow_self_signed": true
},
"ws_connection" : {
"encryption": "ssl",
"verbose": true,
"msg_timeout": 1000
}
}
and below is terminal output after sudu ./wsems
pi@raspberrypi:~ $ cd ThingWorx/microserver/ pi@raspberrypi:~/ThingWorx/microserver $ sudo ./wsems [FORCE] 2019-02-19 04:59:02,289 ./wsems: Initializing EMS .... [FORCE] 2019-02-19 04:59:02,290 main: Using config file /home/pi/ThingWorx/microserver/etc/config.json [INFO ] 2019-02-19 04:59:02,290 ./wsems: Creating the WsEms proxy. [INFO ] 2019-02-19 04:59:02,290 ./wsems: Starting HTTP Server. [INFO ] 2019-02-19 04:59:02,290 Main: Using custom certificate and private key for HTTP Server [WARN ] 2019-02-19 04:59:02,290 Main: Encryption is disabled on HTTP Server. [WARN ] 2019-02-19 04:59:02,290 Main: Authentication is disabled on the HTTP Server. [INFO ] 2019-02-19 04:59:02,302 ./wsems: Initializing the ThingWorx REST interface. [INFO ] 2019-02-19 04:59:02,303 wsEmsProxy::initialize: FIPS is disabled. [INFO ] 2019-02-19 04:59:02,303 wsEmsProxy::initialize: Encryption is enabled on Web Socket connection. [WARN ] 2019-02-19 04:59:02,306 SDK: SDK Version: 2.0.4 [FORCE] 2019-02-19 04:59:02,306 httpServer: starting http server port=8080 [DEBUG] 2019-02-19 04:59:02,307 httpServer: http server bound to port=8080. [WARN ] 2019-02-19 04:59:02,310 SDK: TLS Library: OpenSSL [WARN ] 2019-02-19 04:59:02,310 SDK: TLS Library Version: 1.0.2l [WARN ] 2019-02-19 04:59:02,310 SDK: FIPS Capable [DEBUG] 2019-02-19 04:59:02,310 SDK: twWs_Create: Initializing Websocket Client for pp-1902162113g2.devportal.ptc.io:443//Thingworx/WS [DEBUG] 2019-02-19 04:59:02,311 SDK: twTlsClient_Create: Initializing TLS Client Illegal instruction
Please suggest if there is any error is config file, or any other setting I am missing.

