Hello,

I'm new to Linux and JBoss, so this has been a challenge, but I've leared a lot in 
this time! I'm using Redhat Fedora and JBoss 3.2.3

Anyhow, I've installed JBoss to the /usr/jboss/jboss3.2.3 folder. I've got it up and 
running just fine using the run.sh script. However, running the shutdown script simply 
halts the current console. Logging into another console, I can see that a second java 
process has been launched. Nothing ever happens. 

I cannot stop JBoss! I have to kill the process with kill -9!

I've read many posts on the subject, tried several command lines, and even removed all 
the clustering-related stuff from the "all" server as some person suggested. Still 
nothing.

What should I do? 

I'm launching JBoss using sh run.sh.
I'm trying to stop JBoss using sh shutdown.sh -s localhost -S

By the way, doing a CTRL-C will EVENTUALLY shutdown JBoss, but since I want it to run 
as a service, this isn't acceptable, is it (to depend on this method)? 

Even during this CTRL-C shutdown, it complains about a connection problem, waiting a 
long time at the following lines:

21:13:05,033 INFO  [Http11Protocol] Stoping http11 protocol on 8080 null
21:13:07,025 INFO  [AbstractDeploymentScanner$ScannerThread] Shutdown

Then it says...

21:16:14,026 ERROR [PoolTcpEndpoint] Caught exception trying to unlock accept on 8080 
java.net.ConnectException: Connection timed out

and finally shuts down JBoss after about 5-10 minutes (in total).

About my environment...

I have the following environment variables set. I believe they are all correct.

export JAVA_HOME="/usr/java/j2sdk1.4.2_04"
export JAVA_PATH="$JAVA_HOME"
export ANT_HOME="/usr/ant/ant1.6.1"
export JBOSS_DIST="/usr/jboss/jboss3.2.3"
export JBOSS_HOME="/usr/jboss/jboss3.2.3"
export PATH="$PATH:$JAVA_HOME/bin:$ANT_HOME/bin:$JBOSS_DIST/bin"

Do you think switching to Jetty might solve this problem?

Thanks,

Mal.



<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825527#3825527";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825527>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to