• 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

Lookup issue with IPv6 address on Solaris

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All

I am using an IPv6 host where my server & client are running. When an ejb lookup is done using IPv6 address, I'm getting the following error from the InitialContext.lookup call.

javax.naming.CommunicationException: Could not obtain connection to any of these urls: fd00:60:69bc:66:250:56ff:fe86:7e1b:<port No> and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to connect to server fd00:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server fd00:1099 [Root exception is java.net.UnknownHostException: fd00]]]

The InitialContext is created passing properties with provider url correctly (IPv6 address part enclosed within square brackets).

Is this a known issue? Please let me know if anyone has encountered the issue.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic