users@glassfish.java.net

Re: Glassfish will not stop

From: Gopal Jorapur <Gopal.Jorapur_at_Sun.COM>
Date: Thu, 20 Mar 2008 07:57:51 -0700

Hi,

You dont have to reboot, You can kill the admin process

jps -mlvV |grep domain1

kill -9 that process

Also, you can kill any Broker processes running on the system

jps -mlvV |grep Broker
kill -9 those processes

Again, the stop-domain command should stop domain, please file an issue
(with data on how to reproduce)

Thanks,
Gopal

glassfish_at_javadesktop.org wrote:
> We had the tcpnodelay problem again yesterday:
>
> http://forums.java.net/jive/thread.jspa?threadID=34175&tstart=15
>
> But this time, when I tried to stop the domain:
> # /opt/glassfish/bin/asadmin stop-domain domain1
>
> Glassfish will not stop.
>
> When I try to start, I get:
> # /opt/glassfish/bin/asadmin start-domain domain1
> Starting Domain domain1, please wait.
> Log redirected to /opt/glassfish/domains/domain1/logs/server.log.
> The domain (domain1) is already running.
>
> How do you force the domain to stop? I am rebooting now, but is there a better solution?
>
> Thanks
> Manish
> [Message sent by forum member 'magrawal' (magrawal)]
>
> http://forums.java.net/jive/thread.jspa?messageID=265000
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>