5 Replies Latest reply on Mar 16, 2010 6:51 AM by krz-yamaneko

    Problem during migration from JBoss 4.2.2.GA to JBoss 6.0.0.M2

    krz-yamaneko

      Hi guys, my little problem is I have an application running on JBoss 4.2.2 and I try to migrate to 6.0.0.M2.

       

      My first problem is :


      14:41:05,687 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/serveur.jar/ state=ClassLoader mode=Manual requiredState=PostClassLoader: org.jboss.deployers.spi.DeploymentException: org.jboss.deployers.spi.DeploymentException: Error deploying: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor
           at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer.deployBeans(AbstractAopMetaDataDeployer.java:296)
           at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer.deploy(AbstractAopMetaDataDeployer.java:133)
           at org.jboss.aop.asintegration.jboss5.AOPDeploymentAopMetaDataDeployer.deploy(AOPDeploymentAopMetaDataDeployer.java:46)
           at org.jboss.aop.asintegration.jboss5.AOPDeploymentAopMetaDataDeployer.deploy(AOPDeploymentAopMetaDataDeployer.java:36)
           at org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer.deploy(AbstractSimpleVFSRealDeployer.java:56)
           at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
           at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
           at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1660)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1378)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1431)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1431)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1319)
           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
           at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:918)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:633)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:898)
           at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:677)
           at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
           at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
           at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
           at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
           at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
           at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
           at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:259)
           at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:100)
           at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:860)
           at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:441)
           at java.lang.Thread.run(Thread.java:619)
      Caused by: org.jboss.deployers.spi.DeploymentException: Error deploying: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor
           at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
           at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer$MyBeanMetaDataDeployer.deploy(AbstractAopMetaDataDeployer.java:367)
           at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer$MyBeanMetaDataDeployer.access$100(AbstractAopMetaDataDeployer.java:329)
           at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer.deployBeans(AbstractAopMetaDataDeployer.java:269)
           ... 40 more
      Caused by: java.lang.IllegalStateException: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor is already installed.
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:814)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
           at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer$MyBeanMetaDataDeployer.deploy(AbstractAopMetaDataDeployer.java:363)
           ... 42 more
      

       

       

       

       

       

       

       

      The second problem is :

       

      14:41:07,906 ERROR [AbstractKernelController] Error installing to Configured: name=jboss.messaging.destination:name=oresteQueue,service=Queue state=Instantiated mode=Manual requiredState=Configured: java.lang.RuntimeException: Exception setting attribute RedeliveryDelay on mbean jboss.messaging.destination:service=Queue,name=oresteQueue
           at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:187)
           at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
           at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:64)
           at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:44)
           at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
           at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
           at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
           at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:301)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
           at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:918)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:633)
           at org.jboss.system.ServiceController.doChange(ServiceController.java:671)
           at org.jboss.system.ServiceController.install(ServiceController.java:257)
           at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:93)
           at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:49)
           at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
           at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
           at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1660)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1378)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1399)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1319)
           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
           at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:918)
           at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:633)
           at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:898)
           at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:677)
           at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
           at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
           at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
           at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
           at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
           at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
           at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
           at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
           at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
           at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
           at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:259)
           at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:100)
           at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:860)
           at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:441)
           at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.IllegalArgumentException: Unable to find operation setRedeliveryDelay(long)
           at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:238)
           at org.jboss.mx.interceptor.AttributeDispatcher.invoke(AttributeDispatcher.java:128)
           at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
           at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:98)
           at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)
           at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
           at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:468)
           at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:619)
           at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:183)
           ... 54 more
      

       

       

       

      I have a third error but I hope that fixing this 2 errors will fixe the last one.

       

      For the destinations-services.xml

      On JBoss 4.2.2 I have this :

        <mbean code="org.jboss.mq.server.jmx.Topic"
            name="jboss.mq.destination:service=Topic,name=oresteTopic">
          <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
          <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
          <attribute name="SecurityConf">
            <security>
              <role name="guest" read="true" write="true"/>
              <role name="publisher" read="true" write="true" create="false"/>
              <role name="durpublisher" read="true" write="true" create="true"/>
            </security>
          </attribute>
        </mbean>
      

       

      On JBoss 6.0.0 I have this :

           <mbean code="org.jboss.mq.server.jmx.Queue"
                name="jboss.messaging.destination:service=Queue,name=oresteQueue"
                xmbean-dd="xmdesc/Queue-xmbean.xml">
                <depends optional-attribute-name="ServerPeer">
                     jboss.messaging:service=ServerPeer
                </depends>
                <depends>jboss.messaging:service=PostOffice</depends>
                <attribute name="JNDIName">queue/oresteQueue</attribute>
                <attribute name="RedeliveryDelay">10000</attribute>
                <attribute name="MaxDeliveryAttempts">3</attribute>
           </mbean>
      

       

       

      If someone can help me to set up my JBoss 6.0.0 server.

        • 1. Re: Problem during migration from JBoss 4.2.2.GA to JBoss 6.0.0.M2
          krz-yamaneko

          So I changed my destinations-services.xml to this :

           

               <mbean code="org.jboss.mq.server.jmx.Queue"
                    name="jboss.messaging.destination:service=Queue,name=oresteQueue"
                    xmbean-dd="xmdesc/Queue-xmbean.xml">
                    <depends optional-attribute-name="ServerPeer">
                         jboss.messaging:service=ServerPeer
                    </depends>
                    <depends>jboss.messaging:service=PostOffice</depends>
                    <attribute name="JNDIName">queue/oresteQueue</attribute>
                    <!--<attribute name="RedeliveryDelay">10000</attribute>-
                    <attribute name="MaxDeliveryAttempts">3</attribute>-->
               </mbean>
               <mbean code="org.jboss.jms.server.destination.TopicService"
                     name="jboss.messaging.destination:service=Topic,name=oresteTopic"
                     xmbean-dd="xmdesc/Topic-xmbean.xml">
                     <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                     <depends>jboss.messaging:service=PostOffice</depends>
                     <attribute name="SecurityConfig">
                        <security>
                           <role name="guest" read="true" write="true"/>
                           <role name="publisher" read="true" write="true" create="false"/>
                           <role name="durpublisher" read="true" write="true" create="true"/>
                        </security>
                     </attribute>
                  </mbean>
          

           

          I remove some bad parameters like "RedeliveryDelay" and "MaxDeliveryAttempts". I remove my .sar file (this remove an error) I want to fix this problem first:

           

          Server.log

           

          
          DEPLOYMENTS IN ERROR:
            Deployment "vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/serveur.jar/" is in error due to the following reason(s): java.lang.IllegalStateException: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor is already installed.
          
          
          

           

          Boot.log

           

          09:58:34,140 INFO  [AbstractJBossASServerBase] Server Configuration:
          
               JBOSS_HOME URL: file:/G:/jboss-6.0.0.M2/
               Bootstrap: $JBOSS_HOME\server/default/conf/bootstrap.xml
               Common Base: $JBOSS_HOME\common/
               Common Library: $JBOSS_HOME\common/lib/
               Server Name: default
               Server Base: $JBOSS_HOME\server/
               Server Library: $JBOSS_HOME\server/default/lib/
               Server Config: $JBOSS_HOME\server/default/conf/
               Server Home: $JBOSS_HOME\server/default/
               Server Data: $JBOSS_HOME\server/default/data/
               Server Log: $JBOSS_HOME\server/default/log/
               Server Temp: $JBOSS_HOME\server/default/tmp
          
          09:58:34,171 INFO  [AbstractServer] Starting: JBossAS [6.0.0.20100216-M2 (build: SVNTag=JBoss_6_0_0_20100216-M2 date=20100216)]
          09:58:34,781 INFO  [AbstractMCServerBase] Starting Microcontainer, Main bootstrapURL=file:/G:/jboss-6.0.0.M2/server/default/conf/bootstrap.xml
          09:58:35,578 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
          09:58:35,578 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
          09:58:36,031 INFO  [CopyMechanism] VFS temp dir: G:\jboss-6.0.0.M2\server\default\tmp
          09:58:36,031 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
          09:58:39,218 INFO  [ServerInfo] Java version: 1.6.0_18,Sun Microsystems Inc.
          09:58:39,218 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
          09:58:39,218 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 16.0-b13,Sun Microsystems Inc.
          09:58:39,218 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
          09:58:39,218 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.endorsed.dirs=G:\jboss-6.0.0.M2\lib\endorsed 
          09:58:39,234 DEBUG [ServerInfo] Full System Properties Dump
          09:58:39,234 DEBUG [ServerInfo]     java.vendor: Sun Microsystems Inc.
          09:58:39,234 DEBUG [ServerInfo]     sun.java.launcher: SUN_STANDARD
          09:58:39,234 DEBUG [ServerInfo]     sun.management.compiler: HotSpot Tiered Compilers
          09:58:39,234 DEBUG [ServerInfo]     os.name: Windows XP
          09:58:39,234 DEBUG [ServerInfo]     sun.boot.class.path: G:\jboss-6.0.0.M2\lib\endorsed\activation.jar;G:\jboss-6.0.0.M2\lib\endorsed\jaxb-api.jar;G:\jboss-6.0.0.M2\lib\endorsed\jaxws-api.jar;G:\jboss-6.0.0.M2\lib\endorsed\jbossws-native-factories.jar;G:\jboss-6.0.0.M2\lib\endorsed\resolver.jar;G:\jboss-6.0.0.M2\lib\endorsed\serializer.jar;G:\jboss-6.0.0.M2\lib\endorsed\stax-api.jar;G:\jboss-6.0.0.M2\lib\endorsed\xalan.jar;G:\jboss-6.0.0.M2\lib\endorsed\xercesImpl.jar;C:\Program Files\Java\jdk1.6.0_18\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_18\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_18\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_18\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_18\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_18\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_18\jre\classes
          09:58:39,234 DEBUG [ServerInfo]     org.jboss.logging.Logger.pluginClass: org.jboss.logging.logmanager.LoggerPluginImpl
          09:58:39,234 DEBUG [ServerInfo]     sun.desktop: windows
          09:58:39,234 DEBUG [ServerInfo]     java.vm.specification.vendor: Sun Microsystems Inc.
          09:58:39,234 DEBUG [ServerInfo]     java.runtime.version: 1.6.0_18-b07
          09:58:39,234 DEBUG [ServerInfo]     user.name: KRz Yamaneko
          09:58:39,234 DEBUG [ServerInfo]     jboss.bind.address: 127.0.0.1
          09:58:39,234 DEBUG [ServerInfo]     jboss.bootstrap.url: file:/G:/jboss-6.0.0.M2/server/default/conf/bootstrap.xml
          09:58:39,234 DEBUG [ServerInfo]     jboss.native.load: false
          09:58:39,234 DEBUG [ServerInfo]     jboss.home.dir: G:\jboss-6.0.0.M2
          09:58:39,234 DEBUG [ServerInfo]     user.language: fr
          09:58:39,234 DEBUG [ServerInfo]     jboss.bootstrap.home.url: file:/G:/jboss-6.0.0.M2/server/default/conf/
          09:58:39,234 DEBUG [ServerInfo]     sun.boot.library.path: C:\Program Files\Java\jdk1.6.0_18\jre\bin
          09:58:39,234 DEBUG [ServerInfo]     jboss.home.url: file:/G:/jboss-6.0.0.M2/
          09:58:39,234 DEBUG [ServerInfo]     java.version: 1.6.0_18
          09:58:39,234 DEBUG [ServerInfo]     java.util.logging.manager: org.jboss.logmanager.LogManager
          09:58:39,234 DEBUG [ServerInfo]     user.timezone: Europe/Paris
          09:58:39,234 DEBUG [ServerInfo]     jboss.server.home.dir: G:\jboss-6.0.0.M2\server\default
          09:58:39,234 DEBUG [ServerInfo]     jgroups.bind_addr: 127.0.0.1
          09:58:39,234 DEBUG [ServerInfo]     sun.arch.data.model: 32
          09:58:39,234 DEBUG [ServerInfo]     java.endorsed.dirs: G:\jboss-6.0.0.M2\lib\endorsed
          09:58:39,234 DEBUG [ServerInfo]     jboss.server.home.url: file:/G:/jboss-6.0.0.M2/server/default/
          09:58:39,234 DEBUG [ServerInfo]     sun.cpu.isalist: pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
          09:58:39,234 DEBUG [ServerInfo]     sun.jnu.encoding: Cp1252
          09:58:39,234 DEBUG [ServerInfo]     file.encoding.pkg: sun.io
          09:58:39,234 DEBUG [ServerInfo]     file.separator: \
          09:58:39,234 DEBUG [ServerInfo]     java.specification.name: Java Platform API Specification
          09:58:39,234 DEBUG [ServerInfo]     java.class.version: 50.0
          09:58:39,234 DEBUG [ServerInfo]     jboss.server.config.url: file:/G:/jboss-6.0.0.M2/server/default/conf/
          09:58:39,234 DEBUG [ServerInfo]     jboss.common.lib.url: file:/G:/jboss-6.0.0.M2/common/lib/
          09:58:39,234 DEBUG [ServerInfo]     user.country: FR
          09:58:39,234 DEBUG [ServerInfo]     java.home: C:\Program Files\Java\jdk1.6.0_18\jre
          09:58:39,234 DEBUG [ServerInfo]     java.vm.info: mixed mode
          09:58:39,234 DEBUG [ServerInfo]     jboss.lib.url: file:/G:/jboss-6.0.0.M2/lib/
          09:58:39,234 DEBUG [ServerInfo]     os.version: 5.1
          09:58:39,234 DEBUG [ServerInfo]     jboss.bootstrap.name: bootstrap.xml
          09:58:39,234 DEBUG [ServerInfo]     path.separator: ;
          09:58:39,234 DEBUG [ServerInfo]     java.vm.version: 16.0-b13
          09:58:39,234 DEBUG [ServerInfo]     user.variant: 
          09:58:39,234 DEBUG [ServerInfo]     java.protocol.handler.pkgs: org.jboss.virtual.protocol
          09:58:39,234 DEBUG [ServerInfo]     java.awt.printerjob: sun.awt.windows.WPrinterJob
          09:58:39,234 DEBUG [ServerInfo]     sun.io.unicode.encoding: UnicodeLittle
          09:58:39,234 DEBUG [ServerInfo]     awt.toolkit: sun.awt.windows.WToolkit
          09:58:39,234 DEBUG [ServerInfo]     log4j.defaultInitOverride: true
          09:58:39,234 DEBUG [ServerInfo]     xb.builder.useUnorderedSequence: true
          09:58:39,234 DEBUG [ServerInfo]     jboss.server.temp.dir: G:\jboss-6.0.0.M2\server\default\tmp
          09:58:39,234 DEBUG [ServerInfo]     sun.rmi.dgc.client.gcInterval: 3600000
          09:58:39,234 DEBUG [ServerInfo]     jboss.boot.server.log.dir: G:\jboss-6.0.0.M2\server\default\log
          09:58:39,234 DEBUG [ServerInfo]     user.home: C:\Documents and Settings\KRz Yamaneko
          09:58:39,234 DEBUG [ServerInfo]     java.rmi.server.RMIClassLoaderSpi: org.jboss.system.JBossRMIClassLoader
          09:58:39,234 DEBUG [ServerInfo]     java.specification.vendor: Sun Microsystems Inc.
          09:58:39,234 DEBUG [ServerInfo]     jboss.partition.name: DefaultPartition
          09:58:39,234 DEBUG [ServerInfo]     jboss.home: G:\jboss-6.0.0.M2
          09:58:39,234 DEBUG [ServerInfo]     java.library.path: C:\Program Files\Java\jdk1.6.0_18\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\cygwin\bin
          09:58:39,234 DEBUG [ServerInfo]     org.jboss.resolver.warning: true
          09:58:39,234 DEBUG [ServerInfo]     java.vendor.url: http://java.sun.com/
          09:58:39,234 DEBUG [ServerInfo]     program.name: run.bat
          09:58:39,234 DEBUG [ServerInfo]     jboss.common.base.url: file:/G:/jboss-6.0.0.M2/common/
          09:58:39,234 DEBUG [ServerInfo]     java.vm.vendor: Sun Microsystems Inc.
          09:58:39,234 DEBUG [ServerInfo]     sun.rmi.dgc.server.gcInterval: 3600000
          09:58:39,234 DEBUG [ServerInfo]     java.runtime.name: Java(TM) SE Runtime Environment
          09:58:39,234 DEBUG [ServerInfo]     java.class.path: C:\Program Files\Java\jdk1.6.0_18\\lib\tools.jar;G:\jboss-6.0.0.M2\bin\run.jar
          09:58:39,234 DEBUG [ServerInfo]     jboss.server.log.dir: G:\jboss-6.0.0.M2\server\default\log
          09:58:39,234 DEBUG [ServerInfo]     jbossmx.loader.repository.class: org.jboss.mx.loading.UnifiedLoaderRepository3
          09:58:39,250 DEBUG [ServerInfo]     java.vm.specification.name: Java Virtual Machine Specification
          09:58:39,250 DEBUG [ServerInfo]     java.vm.specification.version: 1.0
          09:58:39,250 DEBUG [ServerInfo]     sun.os.patch.level: Service Pack 3, v.5913
          09:58:39,250 DEBUG [ServerInfo]     sun.cpu.endian: little
          09:58:39,250 DEBUG [ServerInfo]     jboss.server.lib.url: file:/G:/jboss-6.0.0.M2/server/default/lib/
          09:58:39,250 DEBUG [ServerInfo]     java.io.tmpdir: C:\DOCUME~1\KRZYAM~1\LOCALS~1\Temp\
          09:58:39,250 DEBUG [ServerInfo]     jboss.platform.mbeanserver: true
          09:58:39,250 DEBUG [ServerInfo]     java.vendor.url.bug: http://java.sun.com/cgi-bin/bugreport.cgi
          09:58:39,250 DEBUG [ServerInfo]     jboss.server.data.dir: G:\jboss-6.0.0.M2\server\default\data
          09:58:39,250 DEBUG [ServerInfo]     java.rmi.server.hostname: 127.0.0.1
          09:58:39,250 DEBUG [ServerInfo]     jboss.vfs.forceCopy: true
          09:58:39,250 DEBUG [ServerInfo]     java.awt.graphicsenv: sun.awt.Win32GraphicsEnvironment
          09:58:39,250 DEBUG [ServerInfo]     os.arch: x86
          09:58:39,250 DEBUG [ServerInfo]     java.ext.dirs: C:\Program Files\Java\jdk1.6.0_18\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
          09:58:39,250 DEBUG [ServerInfo]     user.dir: G:\jboss-6.0.0.M2\bin
          09:58:39,250 DEBUG [ServerInfo]     jboss.native.dir: G:\jboss-6.0.0.M2\server\default\tmp\native
          09:58:39,250 DEBUG [ServerInfo]     line.separator: 
          
          09:58:39,250 DEBUG [ServerInfo]     java.vm.name: Java HotSpot(TM) Server VM
          09:58:39,250 DEBUG [ServerInfo]     jboss.server.base.dir: G:\jboss-6.0.0.M2\server
          09:58:39,250 DEBUG [ServerInfo]     jboss.server.base.url: file:/G:/jboss-6.0.0.M2/server/
          09:58:39,250 DEBUG [ServerInfo]     javax.management.builder.initial: org.jboss.mx.server.MBeanServerBuilderImpl
          09:58:39,250 DEBUG [ServerInfo]     file.encoding: Cp1252
          09:58:39,250 DEBUG [ServerInfo]     java.specification.version: 1.6
          09:58:39,250 DEBUG [ServerInfo]     jboss.server.name: default
          09:58:39,390 INFO  [JMXKernel] Legacy JMX core initialized
          09:58:50,140 INFO  [AbstractServerConfig] JBoss Web Services - Native Server 3.3.0.Beta2
          09:59:09,968 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/serveur.jar/ state=ClassLoader mode=Manual requiredState=PostClassLoader: org.jboss.deployers.spi.DeploymentException: org.jboss.deployers.spi.DeploymentException: Error deploying: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor
               at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer.deployBeans(AbstractAopMetaDataDeployer.java:296)
               at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer.deploy(AbstractAopMetaDataDeployer.java:133)
               at org.jboss.aop.asintegration.jboss5.AOPDeploymentAopMetaDataDeployer.deploy(AOPDeploymentAopMetaDataDeployer.java:46)
               at org.jboss.aop.asintegration.jboss5.AOPDeploymentAopMetaDataDeployer.deploy(AOPDeploymentAopMetaDataDeployer.java:36)
               at org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer.deploy(AbstractSimpleVFSRealDeployer.java:56)
               at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
               at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
               at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1660)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1378)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1431)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1431)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1319)
               at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
               at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
               at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
               at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:918)
               at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:633)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:898)
               at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:677)
               at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
               at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
               at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
               at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
               at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
               at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
               at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
               at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
               at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:259)
               at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:100)
               at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:860)
               at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:441)
               at java.lang.Thread.run(Thread.java:619)
          Caused by: org.jboss.deployers.spi.DeploymentException: Error deploying: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor
               at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
               at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer$MyBeanMetaDataDeployer.deploy(AbstractAopMetaDataDeployer.java:367)
               at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer$MyBeanMetaDataDeployer.access$100(AbstractAopMetaDataDeployer.java:329)
               at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer.deployBeans(AbstractAopMetaDataDeployer.java:269)
               ... 40 more
          Caused by: java.lang.IllegalStateException: Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor is already installed.
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:814)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
               at org.jboss.aop.asintegration.jboss5.AbstractAopMetaDataDeployer$MyBeanMetaDataDeployer.deploy(AbstractAopMetaDataDeployer.java:363)
               ... 42 more
          
          09:59:15,687 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:10900/jmxconnector
          09:59:19,343 INFO  [MailService] Mail Service bound to java:/Mail
          09:59:19,406 ERROR [NamingProviderURLWriter] Cannot create a naming service URL file at file:/G:/jboss-6.0.0.M2/server/default/data/jnp-service.url: java.io.IOException: Accès refusé
               at java.io.WinNTFileSystem.createFileExclusively(Native Method)
               at java.io.File.createNewFile(File.java:883)
               at org.jboss.naming.NamingProviderURLWriter.start(NamingProviderURLWriter.java:151)
               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:597)
               at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
               at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:151)
               at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
               at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:257)
               at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
               at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125)
               at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:72)
               at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:202)
               at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
               at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
               at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
               at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
               at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
               at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
               at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
               at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
               at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:180)
               at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58)
               at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
               at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55)
               at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1660)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1378)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1399)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1319)
               at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
               at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
               at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
               at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:918)
               at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:633)
               at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:898)
               at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:677)
               at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
               at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
               at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
               at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:403)
               at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:378)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2029)
               at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1050)
               at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1289)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1213)
               at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1107)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:873)
               at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:620)
               at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(AbstractProfileService.java:308)
               at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:259)
               at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:100)
               at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:860)
               at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:441)
               at java.lang.Thread.run(Thread.java:619)
          
          09:59:21,234 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
          09:59:21,421 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
          09:59:23,296 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_18\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\cygwin\bin
          09:59:23,484 INFO  [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
          09:59:23,546 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
          09:59:23,593 INFO  [StandardService] Démarrage du service jboss.web
          09:59:23,640 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/3.0.0-beta-2
          09:59:23,765 INFO  [Catalina] Server startup in 232 ms
          09:59:23,843 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
          09:59:25,218 INFO  [RARDeployment] Required license terms exist, view vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
          09:59:25,250 INFO  [RARDeployment] Required license terms exist, view vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
          09:59:25,265 INFO  [RARDeployment] Required license terms exist, view vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/jms-ra.rar/META-INF/ra.xml
          09:59:25,281 INFO  [RARDeployment] Required license terms exist, view vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/mail-ra.rar/META-INF/ra.xml
          09:59:25,312 INFO  [RARDeployment] Required license terms exist, view vfszip:/G:/jboss-6.0.0.M2/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
          09:59:25,468 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2
          09:59:25,531 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
          09:59:25,531 INFO  [RAMJobStore] RAMJobStore initialized.
          09:59:25,531 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
          09:59:25,531 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
          09:59:25,531 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
          09:59:26,453 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
          09:59:27,500 INFO  [ServerPeer] JBoss Messaging 1.4.6.GA server [0] started
          09:59:27,656 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
          09:59:27,656 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
          09:59:28,000 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
          09:59:28,000 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@17f9803 started
          09:59:28,046 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          09:59:28,046 INFO  [TopicService] Topic[/topic/oresteTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          09:59:28,062 INFO  [QueueService] Queue[queue/oresteQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          09:59:28,062 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
          09:59:28,078 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
          09:59:28,078 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1cb546b started
          09:59:28,078 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
          09:59:28,078 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1c19e22 started
          09:59:28,312 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
          09:59:28,375 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=oresteBD' to JNDI name 'java:oresteBD'
          09:59:28,796 INFO  [TomcatDeployment] deploy, ctxPath=/
          09:59:29,109 INFO  [service] Removing bootstrap log handlers
          
          

           

           

          I don't understand what "Factory$org.jboss.aspects.remoting.InvokeRemoteInterceptor is already installed." means... This app work fine on JBoss 4.2.2.GA.

          • 2. Re: Problem during migration from JBoss 4.2.2.GA to JBoss 6.0.0.M2
            jaikiran

            Does that serveur.jar have any *aop.xml files in it? Post the output of:

             

            jar -tf serveur.jar
            
            • 3. Re: Problem during migration from JBoss 4.2.2.GA to JBoss 6.0.0.M2
              krz-yamaneko

              Hi, thanks for helping,

               

              the result of your command:

               

              META-INF/
              META-INF/MANIFEST.MF
              META-INF/wsdl/
              [all my packages]
              FastInfoset.jar
              META-INF/jboss.xml
              META-INF/persistence.xml
              activation.jar
              antlr-3.0b6.jar
              antlr.jar
              asm-all-3.0.jar
              autonumber-plugin.jar
              bcel.jar
              bsf.jar
              bsh.jar
              cdi-api.jar
              common.jar
              commons-beanutils.jar
              commons-collections.jar
              concurrent.jar
              db2jcc4.jar
              dbfdriver.jar
              derbyclient.jar
              dom4j.jar
              dtdparser.jar
              el-api.jar
              [all my .class]
              getopt.jar
              hibernate-annotations.jar
              hibernate-commons-annotations.jar
              hibernate-core.jar
              hibernate-entitymanager.jar
              hibernate-jpa-2.0-api.jar
              hibernate-validator-legacy.jar
              hibernate-validator.jar
              hsqldb-plugin.jar
              hsqldb.jar
              ifxjdbc.jar
              jacorb.jar
              javassist.jar
              javax.inject.jar
              jaxb-api.jar
              jaxb-impl.jar
              jaxb-xjc.jar
              jaxen.jar
              jaxrpc-api.jar
              jaxws-api.jar
              jaxws-rt.jar
              jaxws-tools.jar
              jaybird-full-2.1.1.jar
              jboss-aop-client.jar
              jboss-appclient.jar
              jboss-as-hibernate-int.jar
              jboss-as-profileservice.jar
              jboss-aspect-jdk50-client.jar
              jboss-client.jar
              jboss-common-core.jar
              jboss-common-jdbc-wrapper.jar
              jboss-current-invocation-aspects.jar
              jboss-deployers-client-spi.jar
              jboss-deployers-client.jar
              jboss-deployers-core-spi.jar
              jboss-deployers-core.jar
              jboss-deployers-vfs-spi.jar
              jboss-deployers-vfs.jar
              jboss-deployment.jar
              jboss-ejb-api_3.1.jar
              jboss-ejb3-cache.jar
              jboss-ejb3-common-client.jar
              jboss-ejb3-common.jar
              jboss-ejb3-core-client.jar
              jboss-ejb3-core.jar
              jboss-ejb3-deployers.jar
              jboss-ejb3-endpoint.jar
              jboss-ejb3-ext-api-impl.jar
              jboss-ejb3-ext-api.jar
              jboss-ejb3-interceptors.jar
              jboss-ejb3-jpa-int.jar
              jboss-ejb3-mc-int.jar
              jboss-ejb3-metadata-deployers.jar
              jboss-ejb3-metadata.jar
              jboss-ejb3-nointerface-impl.jar
              jboss-ejb3-nointerface-spi.jar
              jboss-ejb3-proxy-clustered-client.jar
              jboss-ejb3-proxy-clustered.jar
              jboss-ejb3-proxy-impl-client.jar
              jboss-ejb3-proxy-impl.jar
              jboss-ejb3-proxy-spi-client.jar
              jboss-ejb3-proxy-spi.jar
              jboss-ejb3-security-client.jar
              jboss-ejb3-security.jar
              jboss-ejb3-timerservice-spi.jar
              jboss-ejb3-transactions.jar
              jboss-ejb3_1.jar
              jboss-ha-client.jar
              jboss-ha-legacy-client.jar
              jboss-ha-server-api.jar
              jboss-ha-server-cache-jbc.jar
              jboss-ha-server-cache-spi.jar
              jboss-iiop-client.jar
              jboss-iiop.jar
              jboss-integration.jar
              jboss-interceptor-api.jar
              jboss-j2se.jar
              jboss-jaspi-api.jar
              jboss-javaee.jar
              jboss-jca.jar
              jboss-jmx-annotations.jar
              jboss-jmx-remoting.jar
              jboss-jmx.jar
              jboss-jpa-deployers.jar
              jboss-jpa-impl.jar
              jboss-jpa-spi.jar
              jboss-jsr77-client.jar
              jboss-jsr77.jar
              jboss-jsr88.jar
              jboss-logging-jdk.jar
              jboss-logging-log4j.jar
              jboss-logging-spi.jar
              jboss-logmanager-log4j.jar
              jboss-management.jar
              jboss-mc-int-servlet.jar
              jboss-mdr.jar
              jboss-messaging-client.jar
              jboss-messaging-int.jar
              jboss-messaging.jar
              jboss-metadata-client.jar
              jboss-metadata-common.jar
              jboss-metadata-ear.jar
              jboss-metadata-ejb.jar
              jboss-metadata-rar.jar
              jboss-metadata-war.jar
              jboss-monitoring.jar
              jboss-negotiation.jar
              jboss-profileservice-client.jar
              jboss-reloaded-naming-deployers.jar
              jboss-reloaded-naming.jar
              jboss-remoting-aspects.jar
              jboss-remoting.jar
              jboss-security-aspects.jar
              jboss-security-spi.jar
              jboss-serialization.jar
              jboss-srp-client.jar
              jboss-srp.jar
              jboss-system-client.jar
              jboss-system-jmx-client.jar
              jboss-threads.jar
              jboss-transaction-aspects.jar
              jboss.jar
              jbossall-client.jar
              jbossas-remoting.jar
              jbosscx-client.jar
              jbossha.jar
              jbossjmx-ant.jar
              jbossjts-integration.jar
              jbossjts.jar
              jbosssx-as-client.jar
              jbosssx-client.jar
              jbosssx-server.jar
              jbosssx.jar
              jbossws-common.jar
              jbossws-framework.jar
              jbossws-jboss60.jar
              jbossws-native-client.jar
              jbossws-native-core.jar
              jbossws-spi.jar
              jbossxacml.jar
              jbossxb.jar
              jcl-over-slf4j.jar
              jdbc4d.jar
              jdom-1.0.jar
              jettison.jar
              jmx-adaptor-plugin.jar
              jmx-invoker-adaptor-client.jar
              jnp-client.jar
              jnpserver.jar
              joesnmp.jar
              jpscs.jar
              jsp-api.jar
              jsr181-api.jar
              log4j-snmp-appender.jar
              log4j.jar
              logkit.jar
              mail-plugin.jar
              mail.jar
              mysql-connector-java-5.1.0-bin.jar
              netty.jar
              ojdbc14.jar
              ooxml-schemas-1.0.jar
              poi-3.5-beta6-20090622.jar
              poi-ooxml-3.5-beta6-20090622.jar
              policy.jar
              postgresql-8.4dev-700.jdbc4.jar
              properties-plugin.jar
              pvjdbc2.jar
              pvjdbc2x.jar
              quartz.jar
              saaj-api.jar
              sapdbc.jar
              scheduler-plugin-example.jar
              scheduler-plugin.jar
              scout.jar
              servlet-api.jar
              slf4j-api.jar
              slf4j-jboss-logging.jar
              slf4j-jboss-logmanager.jar
              smallsql.jar
              sqlitejdbc-v033-native.jar
              sqljdbc.jar
              stax-api.jar
              stax-ex.jar
              streambuffer.jar
              trove.jar
              validation-api.jar
              weld-api.jar
              wscommons-policy.jar
              wsdl4j.jar
              wstx-lgpl.jar
              xmlsec.jar
              xnio-api.jar
              
              

               

              And I don't have any *aop.xml, only persistence.xml, and jboss.xml witch is like empty.

              • 4. Re: Problem during migration from JBoss 4.2.2.GA to JBoss 6.0.0.M2
                jaikiran

                You are packaging a lot of jboss specific jar files in your application (like the jboss-ejb3-core.jar and many more). You will have to remove all those jboss specific jar files from your application packaging.

                • 5. Re: Problem during migration from JBoss 4.2.2.GA to JBoss 6.0.0.M2
                  krz-yamaneko

                  Ok, but I have error when I try to build, netbeans cannot find

                   

                  javax.persistence

                  org.hibernate.impl

                  org.hibernate.annotations

                   

                  That's why I added all this jar files (yes I had all and I didn't seek witch one was useful or not).

                   

                  So it seem I need:

                  hibernate-jpa-2.0-api.jar

                  hibernate-core.jar

                  hibernate-annoations.jar/hibernate-commons-annotations.jar