I am attempting to configure JBoss to run as a Windows Service.  Following  the 
advice and info I've been able to find on the web, I was able to get it running 
finally.  However, it won't completely load.  The service starts fine, I can't 
connect to the JMX console.  Upon further investigation, I discovered that the 
error log contained the following:

Failed to boot JBoss:
java.lang.ClassNotFoundException: org.jboss.system.server.ServerInfo
        at 
org.jboss.mx.loading.UnifiedLoaderRepository3.loadClass(UnifiedLoaderRepository3.java:593)
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1192)
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:233)
        at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:279)
        at org.jboss.system.server.ServerImpl.createMBean(ServerImpl.java:495)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:387)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
        at org.jboss.Main.boot(Main.java:195)
        at org.jboss.Main$1.run(Main.java:463)
        at java.lang.Thread.run(Thread.java:534)

I've double-checked my JBOSS_HOME and JAVA_HOME environment variables and done 
everything else I can think of to figure out why this exception is occurring.

JBoss runs fine when started from the command line via the run.bat file, so I 
know my installation is good.  Any suggestions?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883463#3883463

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883463


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to