Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Dudes! Great site. You've saved me hours and hours...and I have just started using your site. I've already passed your URL onto my entire company. Keep up the awesome work. Bingo-bango..."

Geography

Where in the world do Tek-Tips members come from?
ricdiazr (Programmer)
17 Oct 03 19:15
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!!
Cagliostro (Programmer)
19 Oct 03 17:45
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

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com

ricdiazr (Programmer)
21 Oct 03 12:39
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.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Back To Forum

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close