Hi,
I've a enterprise application deployed on one of the Websphere 5.1 App Server. I'm getting this error message while running application.
WsnInitCtxFac W NMSV0602E: Naming Service unavailable. A communications error occurred.
I'm using following url to get the Websphere initial context:
"iiop://localhost:2815" where 2815 is a defined bootstrap port for the App Server. My http transport port is 9089.
Can any one tell about this error? Any help would be highly appreciated.
-
Websphere 5.1 Naming Service Issue (2 messages)
- Posted by: Harish Agarwal
- Posted on: January 11 2005 10:57 EST
Threaded Messages (2)
- i have the same problem... by Mujde Kirkgoz on January 24 2005 08:18 EST
- Same problem, fixed. Unknown cause though by pete kelley on February 03 2005 15:38 EST
-
i have the same problem...[ Go to top ]
- Posted by: Mujde Kirkgoz
- Posted on: January 24 2005 08:18 EST
- in response to Harish Agarwal
Hi,
I have the same problem.. If you've solved, could you please tell me what i should do??
Thanx :) -
Same problem, fixed. Unknown cause though[ Go to top ]
- Posted by: pete kelley
- Posted on: February 03 2005 15:38 EST
- in response to Harish Agarwal
I recently had the same problem, about a week after I had upgraded to websphere Dev Studio 5.1.2 from 5.0.1 I got the same message. However it appears that what really happened was that Microsoft Windows XP - for some reason the naming service was disabled.
Originally I substituted "127.0.0.1" instead of "localhost" and that fixed the problem. After I rebooted the machine either one worked ok. I don't know what caused it, and it hasn't recurred.
I hope that helps.
Pete