1 Reply Latest reply on Nov 27, 2007 4:39 AM by jaikiran

    How to fix these exception ?

    magive249

      I try to install JBoss 5 Beta 2, there are some exception when it is run like below. Can any body help me to fix it


      --- > WARN [org.jboss.deployers.plugins.structure.vfs.explicit.DeclaredStructure] Error determining structure: jbossweb.deployer
      org.jboss.xb.binding.JBossXBException: Failed to parse source: vfsfile:/C:/Program%20Files/jboss-5.0.0.Beta2/server/default/deployers/jbossweb.deployer/META-INF/jboss-structure.xml
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:173)....

      [list=]

      --- > DEBUG [org.jboss.system.microcontainer.StartStopLifecycleAction] Error during stop for jboss.aop:service=AspectManager
      java.lang.reflect.UndeclaredThrowableException
      at $Proxy0.stop(Unknown Source)
      at org.jboss.system.microcontainer.StartStopLifecycleAction.uninstallAction(StartStopLifecycleAction.java:56)


        • 1. Re: How to fix these exception ?
          jaikiran

          Looks like you are using 5.0 beta version which reportedly has many issues related to deployment. You might want to try out the latest stable 4.2.2GA release.

          And by the way, i would recommend installing JBoss (irrespective of the version) and Java in a folder which doesn't have a space in its path name. The exception stacktrace shows that you have installed JBoss in C:\Program Files folder which has a space in its name. You might see many weird issues because of this. Move the installation to some other folder (ex: C:\JBoss)