users@glassfish.java.net

Re: Lookup problem using JNDI with Glassfish 9.1

From: <glassfish_at_javadesktop.org>
Date: Wed, 26 Dec 2007 19:49:22 PST

Hi,
   Hope your problem is solved. I had a similar problem on Glassfish 9.1. I fixed it.

I had received this error

....IIOP_CLEAR_TEXT; hostname: localhost; port: 3700

Here are steps I followed
1. netstat -a to see if 3700 port is in listening state.
2. If not then this is the problem.
3. in glassfish.../domains/domain1/config folder there is a file called sun-acc.xml file. look for --- <target-server name="......" address="......." port="3700"/>.
4. If you see a different port then you can do the following
---change the port to 3700 and then
---start glassfish server in the command line using-- asadmin start-domain

Thanks,
deba
[Message sent by forum member 'dsinha1973' (dsinha1973)]

http://forums.java.net/jive/thread.jspa?messageID=251484