0 Replies Latest reply on May 27, 2003 8:53 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 I get 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)
      ---

      When I look in default/log/server.log, before the error there's some lines containing same message:
      [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null

      Any one can help me ?