Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to

Status
Not open for further replies.

slices81

Programmer
Mar 24, 2009
1
0
0
US
Hi,

I can able to do the my work using the Corba object. But some time, while the server is running normally, often getting the error message
Error in binding to JrmServiceManager due to Retries exceeded, couldn't reconnect to 10.77.213.203:42342org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 10.77.213.203:42342
at org.jacorb.orb.iiop.ClientIIOPConnection.connect(ClientIIOPConnection.java:232)
at org.jacorb.orb.giop.GIOPConnection.sendMessage(GIOPConnection.java:934)
at org.jacorb.orb.giop.GIOPConnection.sendRequest(GIOPConnection.java:900)
at org.jacorb.orb.giop.ClientConnection.sendRequest(ClientConnection.java:323)
at org.jacorb.orb.giop.ClientConnection.sendRequest(ClientConnection.java:304)
at org.jacorb.orb.Delegate.invoke_internal(Delegate.java:1024)
at org.jacorb.orb.Delegate.invoke(Delegate.java:939) at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:80)
at org.omg.CosNaming._NamingContextExtStub.to_name(_NamingContextExtStub.java:660)
.

Can anyone help me, why this error message was thrown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top