Question

WebSocketSender: Failed to perform handshake with remote host

  • 12 March 2018
  • 1 reply
  • 9 views

I try to run example from this article: https://knowledge.safe.com/articles/1112/live-spatial-dashboard.html on default installation of FME server 2017. I get the following error:

WebSocketSender: Attempting to connect to host '192.168.99.100' on port '7078'WebSocketSender: Successfully connected to host '192.168.99.100' on port '7078'WebSocketSender: Performing handshake with remote hostWebSocketSender: Failed to perform handshake with remote hostWebSocketSender(JavaFactory): A fatal error has occurred. Check the logfile above for detailsA fatal error has occurred. Check the logfile above for details2018-03-12 13:00:56| 0.9| 0.0|ERROR |

192.168.99.100 is the ip address of FME server. Does anyone know how to connect to websockets on FME server?

Thanks for any help.


1 reply

Badge +11

Hi @mgl, I'm sorry that you are running into this issue. Have you verified that port 7078 is open for traffic? I wonder if this error could be caused by inability of the service to start broadcasting over 7078.

Reply