users@glassfish.java.net

Cannot Stop domain with SSL enabled

From: <glassfish_at_javadesktop.org>
Date: Fri, 01 Oct 2010 10:46:18 PDT

I'm running GlassFish v3.0.1(b22) on Linux

I have set the admin-listener to use SSL ...

<protocol security-enabled="true" name="admin-listener">

Then I start the domain with ...
/glassfishv3/glassfish/bin/asadmin start-domain
Waiting for DAS to start ......
Started domain: domain1
Domain location: /glassfishv3/glassfish/domains/domain1
Log file: /glassfishv3/glassfish/domains/domain1/logs/server.log
Admin port for the domain: xxxx
Command start-domain executed successfully.

However when I "TRY" to stop the domain with ...
/glassfishv3/glassfish/bin/asadmin start-domain
CLI306 Warning - server is not running.
Command stop-domain executed successfully.

And the process is still running
=======ps =============
root 18937 18936 0 16:46 pts/3 00:00:00 -bash
root 21835 1 12 17:20 pts/0 00:00:13 /usr/java/jdk1.6.0_21/bin/java -cp /glassfishv3/glassfish/modules/glassfish.jar
root 22245 18937 0 17:22 pts/3 00:00:00 ps -ef
=======ps =============

I would like my admin console to run under SSL, but I still need to be able to stop the domain, without killing the process. Please advise.

Thanks, Eric
[Message sent by forum member 'eliscinsky']

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