| Author |
javax.naming.CommunicationException: Destination unreachable
|
Toyan Harvey
Greenhorn
Joined: Feb 15, 2010
Posts: 4
|
|
Hey guys, I've seen posts about this error but it appears I'm doing everything correct. The url i'm sending to get the context of the server is "t3://xxx.xxxx.xxxx.xxxx:7001".
I may be confused on what I'm doing. I have 2 weblogic servers (2 different machines). A web app on one and a MDB on the other. In the webapp I want to send a message to one of the mdb server jms queues. When I send the url to my get context method I get the following exception
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://172.16.85.37:7001: Destination unreachable; nested exception is:
java.net.ConnectException: Connection timed out: connect; No available router to destination]
Anyone have any ideas on what I should check out to debug this problem.
Thanks
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
It means the network connection to the desired location is unreachable. Wrong IP address / port ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: javax.naming.CommunicationException: Destination unreachable
|
|
|