Could you provide us the complete stack trace? The part of the exception above makes it difficult to locate were in our code the problem occured.
One problem with communnication between and backend exists when both are run on the same computer and no active network interface (not even the loopback interface) can be found. Not sure if this is relevant for your case.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have installed Nessi2 (Db, GUI and Backend). On running Example Simulation I am getting an error.
Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.net.SocketException: Software caused connection abort: socket write error]
Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
java.net.SocketException: Software caused connection abort: socket write error]
How can I fix it ?
Could you provide us the complete stack trace? The part of the exception above makes it difficult to locate were in our code the problem occured.
One problem with communnication between and backend exists when both are run on the same computer and no active network interface (not even the loopback interface) can be found. Not sure if this is relevant for your case.
Thanks for pointing it out. I have separated the backend on a dedicated PC. How should I connect it with the GUI?