1 Reply Latest reply on May 27, 2003 5:20 AM by jpcarmona

    Do you solves this deployment error: New jmx UCL with url nu

    jpcarmona

      Hello all,

      I put my EAR in JBoss 3.2.1's default/deploy dir, I delete the default/tmp dir, I start JBoss wth run.bat and my deployement starts well but JBoss seems to freeze
      after this line:
      ---
      09:26:26,930 INFO [EJBDeployer] Deployed: file:/D:/jboss-3.2.1_tomcat-4.1.24/server/default/tmp/deploy/server/default/deploy/sbs.ear/40.sbs.ear-contents/sbs-ejb.jar
      ---
      When I look in default/log/server.log, last lines contains 9 times this line:
      2003-05-27 09:26:28,512 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null

      Any one can help me ?

        • 1. Re: Do you solves this deployment error: New jmx UCL with ur
          jpcarmona

          oops !

          The JBoss freeze was caused by a break point from Eclipse Debug..., the real error comes from a ClassCastException without detailed message, this exception is thrown during the web.xml file parsing, but this file works well in WebLogic 6.1 and WebSphere 5.0, it declares Struts servlet, Struts tag libs, defaut page, HTTP error pages, and ejb-ref
          (jboss-web.xml is also provided in Web-Inf)

          error extract:
          ----
          was 2003-05-27 10:57:29,134 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
          2003-05-27 10:57:29,174 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
          2003-05-27 10:57:29,174 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
          2003-05-27 10:57:37,276 WARN [org.jboss.util.NestedThrowable] Duplicate throwable nesting of same base type: class org.jboss.deployment.DeploymentException is assignable from: class org.jboss.deployment.DeploymentException
          2003-05-27 10:57:37,316 WARN [org.jboss.web.catalina.EmbeddedCatalinaService41] Failed to parse descriptors for war(file:/D:/jboss-3.2.1_tomcat-4.1.24/server/default/tmp/deploy/server/default/deploy/sbs.ear/40.sbs.ear-contents/sbs.war)
          org.jboss.deployment.DeploymentException: Failed to parse WEB-INF/web.xml; - nested throwable: (org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.ClassCastException))
          at org.jboss.web.AbstractWebContainer.parseMetaData(AbstractWebContainer.java:864)
          at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:355)