Products | Versions |
---|---|
Spotfire Service for Python | 1.0.0 or later |
Python Service fails to start with below errors logged in the Python Service log:
------------------------------------------------------
ERROR 2021-01-21T08:34:38,924 +0100 [main] topology.engine.EngineConnectionHandler: Error starting server socket 62001 for contained engine
java.net.BindException: Address already in use: NET_Bind
at java.net.PlainSocketImpl.bind0(Native Method) ~[?:?]
at java.net.PlainSocketImpl.socketBind(PlainSocketImpl.java:132) ~[?:?]
........................
WARN 2021-01-21T08:35:07,041 +0100 [EngineQueueHandler-canary] topology.engine.AbstractEngineController: Marking pythonsrv-62001 in state INIT_CREATE_SOCKET_CONNECTION as a failure: Engine did not complete initalization within the time limit.
ERROR 2021-01-21T08:35:07,041 +0100 [EngineQueueHandler-canary] topology.engine.EngineCreator: Engine pythonsrv-62001 started at instant 2021-01-21T07:34:36.015851200Z did not complete initalization within the time limit.
-------------------------------------------------------------