2 Replies Latest reply on Mar 11, 2004 12:45 PM by fnarz

    Error on startup when running as a service...

    mbishop

      When I use run.bat to start JBoss 3.2.3 on Windows XP w/Java 1.4.1, it works fine. When I install it as a service with JavaService, I have the following error:

      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: create operation failed for package file:/C:/Development Tools/jboss-3.2.3/server/default/conf/jboss-service.xml; - nested throwable: (org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.UndeclaredThrowableException))
      at org.jboss.deployment.SARDeployer.create(SARDeployer.java:202)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      It goes further down until it says "...29 more". Does anybody have any idea what this is?

      Michael Bishop