Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

JacORB displays an EOFException. What is wrong?

displays JacORB wrong
0
Posted

JacORB displays an EOFException. What is wrong?

0

If you get a stack trace that looks similar to the following (line numbers may vary) at a verbosity of >= 3 ############################ StackTrace ############################ java.io.EOFException at org.jacorb.orb.connection.ClientConnection.abort(ClientConnection.java:269) at org.jacorb.orb.connection.ClientConnection.readBuffer(ClientConnection.java:301) at org.jacorb.orb.connection.ClientConnection.receiveReply(ClientConnection.java:389) at org.jacorb.orb.connection.ReplyReceptor.run(ReplyReceptor.java:100) #################################################################### you can safely ignore it. This just indicates that a connection has been closed. The reason may have been a timeout, for example the name server closes connections after about 30 seconds of inactivity. When I start my client/server, I get a COMM_FAILURE exception If you get a stack trace that looks similar to the following (line numbers may vary) org.omg.CORBA.COMM_FAILURE: minor code: 1398079490 completed: No

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123