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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COMM_FAILURE

Status
Not open for further replies.

ricdiazr

Programmer
Mar 20, 2002
2
PE
Hi guys,

I'm getting COMM_FAILURE when I run my client from other the client runs without problems on the same machine machine, I'm very sure about the host and port are correctly
set in orbd and my server-app; I can see the socket conection with "netstat" but the client can't connect:

org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
at com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
at com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:644)
at com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:586)
at com.sun.corba.se.internal.corba.ClientDelegate.is_a(ClientDelegate.java:838)
at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
at org.omg.CosNaming.NamingContextExtHelper.narrow(NamingContextExtHelper.java:73)
at NameClientResolve.main(NameClientResolve.java:15)

pls. help me!!
 
this could be one of
1. hardvare issue
2. socket connection issue
3. maybe some communication failure caused indirectly by some security settings
4. port you use is used by some other applications.

If youuse VisiBroker try to pass server's port and IP through command line parameters .

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Hi all,

I found this error into some java forum:

Into my /etc/hosts file I had the line

127.0.0.1 localhost ricd

I just removed the "ricd", leaving the line

127.0.0.1 localhost

I don't know why, but this fixed it.

thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top