Link to home
Start Free TrialLog in
Avatar of exhuser
exhuser

asked on

JBoss Application

Hello, we are having problems with jboss application when installed as a service on Windows 2008. The service will not restart. Any ideas?
Avatar of Am P
Am P
Flag of India image

Could you please post the logs here ?

Another thing you can do here just check whether the JAVA_HOME is set properly.

Try to run jboss manually by executing SERVICEHOME/bin/run.bat and see what error it reports.
How, exactly do you restart it?

What happens when it fails?  Do you get any error messages?  Jboss redirects startup output to the file "run.log".  Post contents of that file.

Is it properly configured to run as a service?

http://www.jboss.org/jbossweb/install/service.html

Where is the file system is jboss installed?  Does the profile it runs under have proper access to the dta, log, tmp, and work folders?

- Gary Patterson
Avatar of exhuser
exhuser

ASKER

Let me correct myself: the service will not restart either through Control Panel or command line. We have to manually kill the process..
So the problem really is not with "restarting" the service so much as it is with "ending" the service.  

Once you manually kill the process, does it start up OK?

So what happens when you do this?

C:\> net stop JBossWebServer

Do you get a message?  What is it?

When running in service mode the console output is redirected to the file shutdown.log. You can inspect the file for any errors during service shutdown.

Please post the shutdown log - it might be useful.
Avatar of exhuser

ASKER

It starts ok after I manually kill it

the net stop error is" The JBossEAP6 service could not be stopped.

And there is no shutdown.log file
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of exhuser

ASKER

When stopping the service, Error 1053: The service did not respond to the start or control request in a timely fashin."
Avatar of exhuser

ASKER

We don't have shutdown.bat, prabably because we are using a new version...
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial