5 Replies Latest reply on Nov 20, 2008 4:59 PM by romanenco

    Exception on jboss start

      Hello

      I have just downloaded jboss: jboss-4.2.3.GA
      after unpacking I started server with jdk 1.5

      I run default config and see a number of exceptions in log, for example:
      org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3

      org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.aop:service=AspectManager

      org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.bean:service=JBossBeanDeployer


      I see these errors in standard, default jboss instance, before adding any of my code.

      Could you tell me how can I resolve them and why do the appear?

      thanks

        • 1. Re: Exception on jboss start
          dimitris

          If those are DEBUG messages, just ignore them.

          • 2. Re: Exception on jboss start

            by the way

            I have just started the same version under windows, and see no errors

            • 3. Re: Exception on jboss start

              by the way: I have found this problem when I tryed to install jboss-messaging.

              After making all steps: messging does not work - I suppose this is the result of those exceptions.
              And all this steps were made on linux box.

              Today I have tryed the same steps on Windows. And everything woks perfect:
              1. default jboss starts without error
              2. messaging starts without errors
              3. messaging samples work perfect


              is any way to resolve exception id default jboss pack?

              thanks

              • 4. Re: Exception on jboss start
                jaikiran

                 

                by the way: I have found this problem when I tryed to install jboss-messaging.


                Any documentation which you used for doing this?

                is any way to resolve exception id default jboss pack?


                Please post the console logs.

                While posting the logs or code or xml content, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted

                • 5. Re: Exception on jboss start

                  I can refine condition for error reproduce.

                  I have linux station: there is two directories in my home
                  DIR1
                  DIR2
                  DIR1 is standard dir made with 'mkdir'
                  DIR2 is mount point for FTP partition

                  jboss starts ok in dir1 and gives error in dir2

                  here is first exception in log:

                  2008-11-20 23:52:56,131 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package file:/sda5/projects/messaging/jboss-4.2.3.GA/server/default/deploy/ejb3.deployer/
                  2008-11-20 23:52:56,134 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
                  2008-11-20 23:52:56,134 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
                  2008-11-20 23:52:56,135 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
                  org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
                  at org.jboss.system.ServiceCreator.install(ServiceCreator.java:103)
                  at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
                  at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
                  at org.jboss.system.ServiceController.install(ServiceController.java:226)
                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                  at java.lang.reflect.Method.invoke(Method.java:585)
                  at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                  at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                  at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                  at org.jboss.mx.