Forum Problems Installing LAMS: Re: Re: need help on LAMS


 
Search: 

8: Re: Re: need help on LAMS
In response to 7 10/18/07 12:42 AM
[ Reply | Forward ]
Jeff,

From looking at your logs, it seems an instance of jboss was already running when you tried to run it again. Ie, even though LAMS wasnt working, the jboss server still started up.

It pays to check the server.log and the boot.log when starting jboss, if an error comes up here, it is likely that the LAMS initiation did not work.

Make sure jboss is not running before you attempt to start LAMS again. You can do this by running the following command in the jboss bin directory
./shutdown.sh

Then check that it has shutdown properly. Im not 100% sure this will work in Solaris, but In unix you can do this by typing this command.
ps -ef | grep java

This will show you all the java process currently running and their corresponding process id. If there is one or more java -server instances running you must kill them by typing
kill -9 [pid] (for UNIX)

I hope this helps

Luke

Posted by Luke Foxton

Reply to first post on this page
Back to Problems Installing LAMS