[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Failed shutdown attempt

2009-07-15 Thread zyadamec
I know this is kind of an older topic, but I am having a similar issue.

OS: Win 2k3 
JDK: 1.5.0_16

When attempting a shutdown using 'shutdown -s' or using jopr's shutdown 
command.  The think i have noticed is that the actual 'java.exe' process does 
not seem to fully exit holding on to the ports.  We are looking into a solution 
on our end, but for now we have to kill the java process manually before 
restarting jboss.  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4243848#4243848

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243848
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Failed shutdown attempt

2009-07-09 Thread david.l.small
I wish we could test something like this, but it's only happened a couple of 
times. And it's only happened since we moved from Java 1.5 to 1.6. We'd like to 
solve it because it can be disruptive to our scheduled restarts. I had hoped 
that perhaps this was a known issue.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4242628#4242628

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242628
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Failed shutdown attempt

2009-07-08 Thread jaikiran
What command are you using to shutdown the server?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4242347#4242347

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242347
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Failed shutdown attempt

2009-07-08 Thread david.l.small
We use the shutdown.sh -S command with Java 1.6.11. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4242409#4242409

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242409
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Failed shutdown attempt

2009-07-08 Thread PeterJ
I have never seen an Address already in use error when attempting to connect 
to a port as a client (as a server, yes, but never as a client). Use netstat to 
determine if the port is open. Also try running:

telnet localhost 1099

that should give you some gibberish as the output, but the key information is 
the hostname in that output - it could point to an issue in /etc/hosts. (I know 
there are several posts that discuss using telnet to debug this, but search 
doesn't yield any of them, so I can't point one out. So, could you post the 
telnet output and /etc/hosts file?)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4242484#4242484

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242484
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user