• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javax.naming.CommunicationException: Destination unreachable

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It means the network connection to the desired location is unreachable. Wrong IP address / port ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic