[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Running JBoss as windows service with procrun

tw do-not-reply at jboss.com
Mon Jul 20 19:09:59 EDT 2009


And here is the error for JBoss5:


  | Failed to boot JBoss:
  | java.lang.ClassCastException: org.jboss.bootstrap.microcontainer.ServerImpl cannot be cast to org.jboss.bootstrap.spi.Server
  |         at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:358)
  |         at org.jboss.system.server.ServerLoader.load(ServerLoader.java:332)
  |         at org.jboss.Main.boot(Main.java:203)
  |         at org.jboss.Main$1.run(Main.java:547)
  |         at java.lang.Thread.run(Thread.java:619)
  | 


procrun/jvm.dll loads org.jboss.bootstrap.spi.Server first from bootstrap.jar and later again from run.jar, with java.exe it loads only from run.jar


  | [2009-07-20 14:35:42] [info] [Loaded org.jboss.system.NoAnnotationURLClassLoader from file:/C:/JBoss5/bin/run.jar]
  | [2009-07-20 14:35:42] [info] [Loaded org.jboss.bootstrap.spi.Server from file:/C:/JBoss5/lib/jboss-bootstrap.jar]
  | 



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

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



More information about the jboss-user mailing list