dev@glassfish.java.net

list-jndi-entries output seems 'wrong'

From: Vince Kraemer <Vince.Kraemer_at_Sun.COM>
Date: Tue, 23 Mar 2010 14:31:35 -0700

Hi,

I have a fresh GF v2.1.1 build, that I got from
http://download.java.net/javaee5/v2.1.1_branch/promoted/SunOS_X86/glassfish-installer-v2.1.1-b31g-sunos_x86.jar

I had expected to see something like this...

bash-3.2$ bin/asadmin list-jndi-entries --context jdbc
Jndi Entries for server within jdbc context:
__TimerPool: javax.naming.Reference
__TimerPool__pm: javax.naming.Reference
__CallFlowPool: javax.naming.Reference
__CallFlowPool__pm: javax.naming.Reference
__default: javax.naming.Reference
__default__pm: javax.naming.Reference
Command list-jndi-entries executed successfully.


Here is what I see, and some of the environment info that I thought
might be useful...

bash-3.2$ uname -a
SunOS mjhmbl 5.11 snv_111b i86pc i386 i86pcbash-3.2$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES=en_US.UTF-8
LC_ALL=
bash-3.2$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
bash-3.2$ bin/asadmin start-domain
Starting Domain domain1, please wait.
Default Log location is
/export/home/vkraemer/glassfish.2.1.1/domains/domain1/logs/server.log.
Redirecting output to
/export/home/vkraemer/glassfish.2.1.1/domains/domain1/logs/server.log
Domain domain1 is ready to receive client requests. Additional services
are being started in background.
Domain [domain1] is running [Sun GlassFish Enterprise Server v2.1.1
((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs)] with its
configuration and logs at: [/export/home/vkraemer/glassfish.2.1.1/domains].
Admin Console is available at [http://localhost:4848].
Use the same port [4848] for "asadmin" commands.
User web applications are available at these URLs:
[http://localhost:8080 https://localhost:8181 ].
Following web-contexts are available:
[/web1 /__wstx-services ].
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
[service:jmx:rmi:///jndi/rmi://mjhmbl.SFBay.Sun.COM:8686/jmxrmi] for
domain management purposes.
Domain listens on at least following ports for connections:
[8080 8181 4848 3700 3820 3920 8686 ].
Domain does not support application server clusters and other standalone
instances.

bash-3.2$ bin/asadmin list-jndi-entries --context jdbc
Jndi Entries for server within jdbc context:
__TimerPool: javax.naming.Reference
__TimerPool__pm: javax.naming.Reference
Command list-jndi-entries executed successfully.

Are my expectations incorrect or is there a bug?

Thanks,
vbk