5 Replies Latest reply on Feb 2, 2002 10:32 AM by lbplatas

    deploying error

    lbplatas

      Hi all,

      Some times when I deploy all my application jboss give me this
      error:

      [Default] javax.management.RuntimeErrorException: RuntimeException thrown in
      operation listXML
      [Default] at
      com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1640)
      [Default]
      [Default] at
      com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      [Default]
      [Default] at
      org.jboss.management.JNDIDataCollector.refresh(JNDIDataCollector.java:64)
      [Default]
      [Default] at
      org.jboss.management.ServerDataCollector$RefreshWorker.doRefresh(ServerDataC
      ollector.java:337)
      [Default]
      [Default] at
      org.jboss.management.ServerDataCollector$RefreshWorker.run(ServerDataCollect
      or.java:293)

      But everything seams to work fine. Could any one explain me what can
      produce this error????

      Thanks in advanced

        • 1. Re: deploying error

          This sounds like a ConcurrentModificationException.
          JNDIView is trying to list the deployed applications
          at the same time as the list is being modified.

          You might want to report this on sourceforge.

          Which OS do you have?

          Regards,
          Adrian

          • 2. Re: deploying error
            lbplatas

            Hei, Adrian, thanks for your response!!!

            I´m using Red Hat 7.1 and my configuration is the next:

            Jboss-2.4.0 + Tomcat-3.2.4 + JDK-1.3.0

            I start Tomcat in the same MV that JBoss is running.

            Thanks in advanced!!

            • 3. Re: deploying error
              lbplatas

              Hei, Adrian, thanks for your response!!!

              I´m using Red Hat 7.1 and my configuration is the next:

              Jboss-2.4.0 + Tomcat-3.2.4 + JDK-1.3.0

              I start Tomcat in the same MV that JBoss is running.
              When JBoss start all seems to be fine, but when I try to
              deploy my jar or ear applications, it breaks!!


              Thanks in advanced!!

              • 4. Re: deploying error

                What do you mean by breaks?
                Stops?
                Or do you get an error?

                The reason I asked about the OS is the other post in
                this forum has a similar problem.

                Regards,
                Adrian

                • 5. Re: deploying error
                  lbplatas

                  I get an error but JBoss go on.