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

ERROR:org.omg.CORBA.COMM_FAILURE: 1

Status
Not open for further replies.

robherc

Programmer
Apr 20, 1999
921
US
Hello, I am attemtping to debug (severely) some third-party software in order to get a testing site running right now. I am (very) new to Java, but I thought this error might be Java related from the log file's output. Any help would be GREATLY appreciated as I now have about 50 students who have been waiting for over a week to take a test.

errors received:
ERROR:eek:rg.omg.CORBA.COMM_FAILURE: org.omg.CORBA.COMM_FAILURE: Http-server communication problem: exception com.inprise.vbroker.URLNaming.CommFailure {
java.lang.String reason="java.net.ConnectException: Connection timed out: connect"
}
Method ------ resolve_web_name


ERROR:vue.core.util.LoggedException: Non-transient connection or Hub down.



I hope this helps;
Rob Hercules
 
java.lang.String reason="java.net.ConnectException: Connection timed out: connect"
}
Method ------ resolve_web_name
I'd suggest going to the resolve_web_name method and verifying it is using a valid host name/ip address and port. If you're running this locally, are you able to connect on the address/port supplied to this method, using some other client?
 
Thank you;

I was actually able to find a .cfg file (using windows search) that was still using an illegal (on our network) port.



I hope this helps;
Rob Hercules
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top