When I start the application server on my testserver (cmdbox) there are no errors
When I start the application server on my productionserver (cmdbox) it repeats the following error over and over :
Exception in thread "RMI TCP Connection(idle)" java.lang.IllegalStateException:
invalid command: 12
at com.sebster.tunnel.impl.ad.run(ad.java:9)
at java.lang.Thread.run(Unknown Source)
The testserver is a physical server, the production server is a virtual one ( Vmware )
From the given information I have no idea what is actually going wrong. If the configurations are the same, it should not make any difference that one server is a VM running on vmware.
The error message suggests that the server is receiving incorrect data (incorrectly encapsulated)
It’s kind of strange: it seems something is trying to talk to the Servoy Server and repeatedly connecting to it on the RMI port. You could try do a wireshark dump and see what network traffic is causing this. You could also try running the socket tunnel on a different port, using the rmi start port property, to see if the same thing happens.