2 Replies Latest reply on Jul 19, 2005 3:45 PM by gokusandwich

    mbeans that are the root cuase of the problem

    asthompson

      Greetings,

      I seem to be having some trouble installing JBoss on Solaris 10.

      When I run : ./run.sh it spits out:

      ** TERM OUTPUT --------------------------------------------------------------------------------------------------------------

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@1658071e { url=file:/opt/jboss/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ }
       deployer: org.jboss.web.tomcat.tc5.Tomcat5@f5d030
       status: Deployment FAILED reason: URL file:/opt/jboss/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed
       state: FAILED
       watch: file:/opt/jboss/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
       altDD: null
       lastDeployed: 1120505204116
       lastModified: 1115079916000
       mbeans:
      
      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.web.deployment:war=invoker.war,id=374867742
       State: FAILED
       Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed
      
      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.web.deployment:war=invoker.war,id=374867742
       State: FAILED
       Reason: org.jboss.deployment.DeploymentException: URL file:/opt/jboss/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed


      ** END TERM OUTPUT ----------------------------------------------------------------------------------------------------

      I found a bug report (http://jira.jboss.com/jira/browse/JBAS-1921?page=history) on JBoss.org that said the problem was fixed in 4.0.3RC1, however, I still get the same error with both versions. The bug fix also seemed to be geared towards win users, not nix users. I can't find any trouble shooting documentation on JBoss.com or JBoss.org. I also searched the forums, but came up with nothing.

      Has anyone else had this error?

      Please let me know if you have a solution.

      Thanks in advance!
      - Adrian

        • 1. Re: mbeans that are the root cuase of the problem
          gokusandwich

          Hi,

          I've got basically the same problem on Ubuntu Linux 5.04 (Hoary). I was having the problem with 4.0.1sp1, so I just installed 4.0.3RC1, and the problem continues. I am using maven 1.0.2 to build.

          I was not having the problem yesterday (albeit, I was having another problem). I'm not exactly sure why the problem started either... I was fiddling with some files, while trying to fix my last problem (a certain class did not seem to get recompiled or redeployed or just plain didn't get updated upon building it). The only significant change I recall making was moving some stuff from my server/target directory, which I have since tried moving back.

          My output was:

          exception
          
          javax.servlet.ServletException: Failed to invoke operation
           org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOpByName(HtmlAdaptorServlet.java:279)
           org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:87)
           org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doGet(HtmlAdaptorServlet.java:62)
           javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
           javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
           org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
          
          root cause
          
          MBeanException: null Cause: Incomplete Deployment listing:
          
          --- Incompletely deployed packages ---
          org.jboss.deployment.DeploymentInfo@bb3b8180 { url=file:/home/chris/patentsafe/webui/target/patentsafe.war }
           deployer: MBeanProxyExt[jboss.web:service=WebServer]
           status: Deployment FAILED reason: URL file:/home/openeln/jboss-4.0.3RC1/server/default/tmp/deploy/tmp19495patentsafe.war/ deployment failed
           state: FAILED
           watch: file:/home/chris/patentsafe/webui/target/patentsafe.war
           altDD: null
           lastDeployed: 1121790688658
           lastModified: 1121790688000
           mbeans:
          
          --- MBeans waiting for other MBeans ---
          ObjectName: jboss.web.deployment:id=-1153728128,war=patentsafe.war
           State: FAILED
           Reason: org.jboss.deployment.DeploymentException: URL file:/home/openeln/jboss-4.0.3RC1/server/default/tmp/deploy/tmp19495patentsafe.war/ deployment failed
          
          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: jboss.web.deployment:id=-1153728128,war=patentsafe.war
           State: FAILED
           Reason: org.jboss.deployment.DeploymentException: URL file:/home/openeln/jboss-4.0.3RC1/server/default/tmp/deploy/tmp19495patentsafe.war/ deployment failed
          
          
           org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:166)
           org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:149)
           org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
           org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
           org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
           org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
           org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
           org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
           org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
           org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:243)
           org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOpByName(HtmlAdaptorServlet.java:272)
           org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:87)
           org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doGet(HtmlAdaptorServlet.java:62)
           javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
           javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
           org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
          
          



          This happens when trying to build and re-deploy my project.


          Any ideas at all??

          Thanks,
          Chris

          • 2. Re: mbeans that are the root cuase of the problem
            gokusandwich

            Well, I've managed to (sort-of) resolve this problem...

            I didn't actually figure out what the cause was, but by using an earlier revision of my project, I managed to get things back-to-normal.

            But, shouldn't JBoss (and/or related components) be able to provide some friendlier, more meaningful error messages?