• 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

weblogic startup problem

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I get following error when i try to access my application deployed on weblogic server.

Unable to lookup the JNDI name abc.xyz
javax.naming.CommunicationException [Root exception is java.net.ConnectException:Bootstrap to IP_Address_1:7001 failed. It is likely that the remote side declared peer gone on this JVM]

I have also seen below log statements after weblogic starts.

<HostName: XYZ.com, maps to multiple IP addresses:IP_Address_1,IP_Address_2>
<Thread "ListenThread.Default" listening on port 7001, ip address IP_Address_1>

I have entered IP_Address_1 as listen address in my weblogic config.

Please let me know if i am missing something.

regards,
Ajse
 
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
Are you able to reach weblogic using both IP addresses ? Is the JNDI name bound correctly ?
 
ajse ruku
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Deepak for you inputs.

I can reach weblogic through IP_Address_1 which i have mentioned in config.xml as listen address.
JNDI name is correct.

regards,
Ajse
 
Deepak Bala
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

ajse roy wrote:Thanks Deepak for you inputs.

I can reach weblogic through IP_Address_1 which i have mentioned in config.xml as listen address.
JNDI name is correct.

regards,
Ajse



Perhaps the context is closed before you do the lookup ? That is what this message seems to indicate. Can you post some code and at which line the code fails ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic