Link to home
Start Free TrialLog in
Avatar of picasothakkar
picasothakkar

asked on

To Install Jboss and Tomcat as windows service using the batch files run.bat and shutdown.bat

Hi,

I have installed Jboss 3.2.2 as windows service using the following command

JbossService.exe -install JBoss C:\j2sdk1.4.2_07\jre\bin\server\jvm.dll -Djava.class.path=C:\j2sdk1.4.2_07\lib\tools.jar;C:\jboss-3.2.2\bin\run.jar -start org.jboss.Main -stop org.jboss.Main -method systemExit -out C:\jboss-3.2.2\logs\stdout.log -err C:\jboss-3.2.2\logs\stderr.log -current C:\jboss-3.2.2\bin

The service has been successfully installed but its not working properly. It throwing the following errors in log file

10:13:30,812 ERROR [STDERR] org.jboss.resource.JBossResourceException: Unexpected throwable while trying to create a connection: ; - nested throwable: (java.lang.reflect.UndeclaredThrowableException)
10:13:30,812 ERROR [STDERR]       at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:243)
10:13:30,812 ERROR [STDERR]       at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:496)
10:13:30,812 ERROR [STDERR]       at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:425)
10:13:30,812 ERROR [STDERR]       at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:318)
10:13:30,812 ERROR [STDERR]       at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:477)
10:13:30,812 ERROR [STDERR]       at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:814)


Is there a way to install the service using the batch files which I run to start and stop the Jboss (Run.bat and Shutdown.bat). I think If I install service using the batch files, my application which is depenedent on the Jboss will work fine.

Please let me know How to do this.

Thanks
Avatar of picasothakkar
picasothakkar

ASKER

Its urgent could some one help me on this please
ASKER CERTIFIED SOLUTION
Avatar of rama_krishna580
rama_krishna580
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