Products | Versions |
---|---|
Spotfire Statistics Services | All supported versions |
When you configure TIBCO Spotfire Statistics Services (TSSS) with Open Source R as its statistical engine on a Linux machine, it may fail to start with below error in TSSS server logs (SplusServer.log):
**** Engine startup error ***** Message read thrown an unexpected exception: java.io.EOFException at com.insightful.splusserver.engine.splusengine.SplusMessageServer.checkEngineIsRunning(SplusMessageServer.java:777) at com.insightful.splusserver.engine.splusengine.SplusMessageServer.startEngineProcess(SplusMessageServer.java:681) ... ... 2020-05-19 20:55:58,618 | WARN | | SplusMessageHandler | Failed while sending message of type quit due to ClosedChannelException: null java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(SocketChannelImpl.java:270) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:461) .... .... 2020-05-19 20:55:58,665 | ERROR | | SplusMessageServer | Message read thrown an unexpected exception: java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2638) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3113) ... ... at java.lang.Thread.run(Thread.java:748)