cancel
Showing results for 
Search instead for 
Did you mean: 

JBoss seems to hang on startup

nonprofit_guru
Champ in-the-making
Champ in-the-making
I think I have the Jboss installed and running, but the alfresco.sh start process doesn't finish cleanly.

http://localhost:8080/portal produces a JBoss screen and allows me to login.

But over in the console screen the script seems to be hung with the last message being:

datetimestamp INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 1m:56s:200ms

Of course if you crash out of the script, then everything dies.

Perhaps I missed something in the setup or is this a "feature"? -Smiley Happy

TIA.

Dave Nuttall
San Antonio, TX
4 REPLIES 4

kevinr
Star Contributor
Star Contributor
That sounds like everything has started fine. The console window will not close until the server is stopped so that is normal behaviour for JBoss.

Cheers,

Kevin

nonprofit_guru
Champ in-the-making
Champ in-the-making
That sounds like everything has started fine. The console window will not close until the server is stopped so that is normal behaviour for JBoss.

Hmmm….so how does one run alfresco.sh stop when the terminal window is kept active?

I've tried alfresco.sh start &  but that didn't change anything.

TIA.
Dave

kevinr
Star Contributor
Star Contributor
I would have thought:
alfresco.sh start &
would launch the process in a separate console…?

Kev

nonprofit_guru
Champ in-the-making
Champ in-the-making
I would have thought:  alfresco.sh start & would launch the process in a separate console…?

YUP….but on my testing instance (VMWare + CENTOS 4.2) it seems to ignore the & (ampersand to run as a background process).

I'm thinking JBoss will be fine for Java folk, but we'll probably try and wrap Alfresco with a light-weight PHP mechanism in order to combine other applications we need/want but would have to migrate to JBoss/Java.

Thanks.
Dave