2 Replies Latest reply on Aug 26, 2003 12:33 AM by adrian.brock

    Registration of MBean

    iopi


      For integration works, I work on a JBoss apps without
      known what is really done.
      So I have some strange error, I want to know Where
      I must search the bug and why this code didn't work.

      I will send the log file later but you can found here the
      essential error...

      Config : Linux Mandrake 9.1
      jdk: 1.4.1

      ........
      ........<here the EntityContainer Deploy some EJB>
      .........<a lot of :
      [EntityContainer] Creating
      [EntityInstancePool] Creating
      [EntityInstancePool] Created
      [EntityContainer] Created
      was done for all EJB but after this message come:

      20:15:09,436 INFO [EntityContainer] Registration is not done -> destroy
      20:15:09,452 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/KGSResponseProcessorMDB,service=EJB
      20:15:09,452 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/KGSResponseProcessorMDB,service=EJB
      20:15:09,453 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/UserRequestProcessorMDB,service=EJB
      20:15:09,453 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/UserRequestProcessorMDB,service=EJB
      20:15:09,453 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RARequestProcessorMDB,service=EJB
      20:15:09,454 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RARequestProcessorMDB,service=EJB
      20:15:09,454 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RequestReceiverMDB,service=EJB
      20:15:09,454 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RequestReceiverMDB,service=EJB
      20:15:09,478 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca_OTPDistrSession,service=EJB
      20:15:09,480 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca_OTPDistrSession,service=EJB
      20:15:09,481 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca_OTPAuthSession,service=EJB
      20:15:09,481 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca_OTPAuthSession,service=EJB
      20:15:09,481 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca_CSPSession,service=EJB
      20:15:09,482 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca_CSPSession,service=EJB
      20:15:09,483 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca/SafeDeleteEJB,service=EJB
      20:15:09,483 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca/SafeDeleteEJB,service=EJB
      .........
      .......<after that all falls>
      .......
      20:15:09,594 ERROR [EjbModule] Initialization failed
      javax.management.InstanceAlreadyExistsException: jboss.j2ee:jndiName=JBossUtilAutoNumber,service=EJB already registered.
      at org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:617)
      at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:198)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
      at org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
      at org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
      at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:75)
      at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:141)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:994)
      at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:330)
      at org.jboss.ejb.EjbModule.createService(EjbModule.java:296)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
      at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
      at $Proxy11.create(Unknown Source)
      at org.jboss.system.ServiceController.create(ServiceController.java:310)
      at org.jboss.system.ServiceController.create(ServiceController.java:243)
      at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy20.create(Unknown Source)
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:519)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
      at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy7.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
      at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:392)
      at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy5.start(Unknown Source)
      at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
      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:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy6.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
      at org.jboss.Main.boot(Main.java:150)
      at org.jboss.Main$1.run(Main.java:388)
      at java.lang.Thread.run(Thread.java:536)
      20:15:09,622 WARN [ServiceController] Problem creating service jboss.j2ee:module=eupki-ca.jar,service=EjbModule
      javax.management.InstanceAlreadyExistsException: jboss.j2ee:jndiName=JBossUtilAutoNumber,service=EJB already registered.
      at org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:617)
      at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:198)
      at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
      at org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
      at org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
      at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:75)
      at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:141)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:994)
      at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:330)
      at org.jboss.ejb.EjbModule.createService(EjbModule.java:296)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
      at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
      at $Proxy11.create(Unknown Source)
      at org.jboss.system.ServiceController.create(ServiceController.java:310)
      at org.jboss.system.ServiceController.create(ServiceController.java:243)
      at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy20.create(Unknown Source)
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:519)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
      at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy7.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
      at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:392)
      at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy5.start(Unknown Source)
      at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
      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:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy6.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
      at org.jboss.Main.boot(Main.java:150)
      at org.jboss.Main$1.run(Main.java:388)
      at java.lang.Thread.run(Thread.java:536)


      I want to know typically what kind of error his.
      Could be the jboss-service.xml contain some error?
      but what? some mispelled variables?? I didn't do
      this code so, I didn't know what is really do, but before
      searching anywhere I hope to know what I must search?

      thanks...

        • 1. Re: Registration of MBean <listing>
          iopi

          ================================================================================

          JBoss Bootstrap Environment

          JBOSS_HOME: /home/Europe_PKI

          JAVA: /usr/local/jdk/bin/java

          JAVA_OPTS: -server -Dprogram.name=run.sh

          CLASSPATH: /home/Europe_PKI/bin/run.jar:/usr/local/jdk/lib/tools.jar

          ================================================================================

          20:14:10,951 INFO [Server] Starting JBoss (MX MicroKernel)...
          20:14:10,954 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)
          20:14:10,955 INFO [Server] Home Dir: /home/Europe_PKI
          20:14:10,955 INFO [Server] Home URL: file:/home/Europe_PKI/
          20:14:10,956 INFO [Server] Library URL: file:/home/Europe_PKI/lib/
          20:14:10,958 INFO [Server] Patch URL: null
          20:14:10,959 INFO [Server] Server Name: default
          20:14:10,959 INFO [Server] Server Home Dir: /home/Europe_PKI/server/default
          20:14:10,960 INFO [Server] Server Home URL: file:/home/Europe_PKI/server/default/
          20:14:10,960 INFO [Server] Server Data Dir: /home/Europe_PKI/server/default/data
          20:14:10,961 INFO [Server] Server Temp Dir: /home/Europe_PKI/server/default/tmp
          20:14:10,961 INFO [Server] Server Config URL: file:/home/Europe_PKI/server/default/conf/
          20:14:10,962 INFO [Server] Server Library URL: file:/home/Europe_PKI/server/default/lib/
          20:14:10,962 INFO [Server] Root Deployemnt Filename: jboss-service.xml
          20:14:10,969 INFO [Server] Starting General Purpose Architecture (GPA)...
          20:14:11,649 INFO [ServerInfo] Java version: 1.4.1_02,Sun Microsystems Inc.
          20:14:11,649 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.1_02-b06,Sun Microsystems Inc.
          20:14:11,649 INFO [ServerInfo] OS-System: Linux 2.4.21-0.13mdk,i386
          20:14:11,786 INFO [ServiceController] Controller MBean online
          20:14:11,952 INFO [MainDeployer] Creating
          20:14:12,002 INFO [MainDeployer] Created
          20:14:12,039 INFO [MainDeployer] Starting
          20:14:12,039 INFO [MainDeployer] Started
          20:14:12,261 INFO [JARDeployer] Creating
          20:14:12,310 INFO [JARDeployer] Created
          20:14:12,312 INFO [JARDeployer] Starting
          20:14:12,312 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@5329c5
          20:14:12,313 INFO [JARDeployer] Started
          20:14:12,335 INFO [SARDeployer] Creating
          20:14:12,420 INFO [SARDeployer] Created
          20:14:12,421 INFO [SARDeployer] Starting
          20:14:12,421 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@1968e23
          20:14:12,507 INFO [SARDeployer] Started
          20:14:12,507 INFO [Server] Core system initialized
          20:14:12,577 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/conf/jboss-service.xml
          20:14:17,932 INFO [Log4jService] Creating
          20:14:17,939 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
          20:14:18,402 INFO [Log4jService] Created
          20:14:18,452 INFO [WebService] Creating
          20:14:18,459 INFO [WebService] Created
          20:14:18,463 INFO [LocalJBossServerDomain] Creating
          20:14:18,514 INFO [LocalJBossServerDomain] Created
          20:14:18,517 INFO [NamingService] Creating
          20:14:18,517 INFO [NamingService] Created
          20:14:18,547 INFO [JNDIView] Creating
          20:14:18,547 INFO [JNDIView] Created
          20:14:18,548 INFO [SecurityConfig] Creating
          20:14:18,548 INFO [SecurityConfig] Created
          20:14:18,553 INFO [XMLLoginConfig] Creating
          20:14:18,554 INFO [XMLLoginConfig] Created
          20:14:18,555 INFO [JaasSecurityManagerService] Creating
          20:14:18,555 INFO [JaasSecurityManagerService] Created
          20:14:18,557 INFO [EARDeployer] Creating
          20:14:18,657 INFO [EARDeployer] Created
          20:14:18,658 INFO [BeanShellSubDeployer] Creating
          20:14:18,706 INFO [BeanShellSubDeployer] Created
          20:14:18,709 INFO [URLDeploymentScanner] Creating
          20:14:18,716 INFO [AbstractDeploymentScanner$ScannerThread] Running
          20:14:18,717 INFO [URLDeploymentScanner] Created
          20:14:18,736 INFO [Log4jService] Starting
          20:14:18,737 INFO [Log4jService] Started
          20:14:18,739 INFO [WebService] Starting
          20:14:18,776 INFO [WebService] Started WebServer with address: 193.51.14.22:8083
          20:14:18,776 INFO [WebService] Using RMI server codebase: http://petrus.edelweb.fr:8083/
          20:14:18,777 INFO [WebService] Started
          20:14:18,779 INFO [LocalJBossServerDomain] Starting
          20:14:18,780 INFO [LocalJBossServerDomain] Started
          20:14:18,781 INFO [NamingService] Starting
          20:14:18,784 INFO [NamingService] Starting jnp server
          20:14:19,036 INFO [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, Client SocketFactory=null, Server SocketFactory=null
          20:14:19,075 INFO [NamingService] Listening on port 1099
          20:14:19,111 INFO [NamingService] Started
          20:14:19,111 INFO [JNDIView] Starting
          20:14:19,112 INFO [JNDIView] Started
          20:14:19,112 INFO [SecurityConfig] Starting
          20:14:19,136 INFO [SecurityConfig] Started
          20:14:19,137 INFO [XMLLoginConfig] Starting
          20:14:19,428 INFO [XMLLoginConfig] Started
          20:14:19,428 INFO [JaasSecurityManagerService] Starting
          20:14:19,466 INFO [JaasSecurityManagerService] Started
          20:14:19,467 INFO [EARDeployer] Starting
          20:14:19,467 INFO [MainDeployer] Adding deployer: org.jboss.deployment.EARDeployer@178460d
          20:14:19,468 INFO [EARDeployer] Started
          20:14:19,469 INFO [BeanShellSubDeployer] Starting
          20:14:19,517 INFO [MainDeployer] Adding deployer: org.jboss.varia.deployment.BeanShellSubDeployer@8530b8
          20:14:19,518 INFO [BeanShellSubDeployer] Started
          20:14:19,520 INFO [URLDeploymentScanner] Starting
          20:14:19,561 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/
          20:14:19,585 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:19,605 INFO [MainDeployer] deployment waiting for deployer: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:19,876 INFO [HttpInvoker] Creating
          20:14:19,877 INFO [HttpInvoker] Created
          20:14:19,878 INFO [HttpInvokerHA] Creating
          20:14:19,878 INFO [HttpInvokerHA] Created
          20:14:19,879 INFO [HttpProxyFactory] Creating
          20:14:19,879 INFO [HttpProxyFactory] Created
          20:14:19,881 INFO [HttpProxyFactory] Creating
          20:14:19,881 INFO [HttpProxyFactory] Created
          20:14:19,886 INFO [HttpInvoker] Starting
          20:14:19,929 INFO [HttpInvoker] Started
          20:14:19,930 INFO [HttpInvokerHA] Starting
          20:14:19,931 INFO [HttpInvokerHA] Started
          20:14:19,932 INFO [HttpProxyFactory] Starting
          20:14:20,040 INFO [HttpProxyFactory] Started
          20:14:20,041 INFO [HttpProxyFactory] Starting
          20:14:20,047 INFO [HttpProxyFactory] Started
          20:14:20,179 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/
          20:14:20,181 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jboss-jca.sar
          20:14:20,378 INFO [RARDeployer] Creating
          20:14:20,431 INFO [RARDeployer] Created
          20:14:20,434 INFO [XSLSubDeployer] Creating
          20:14:21,274 INFO [XSLSubDeployer] Created templates: org.apache.xalan.templates.StylesheetRoot@164b09c
          20:14:21,274 INFO [XSLSubDeployer] Created
          20:14:21,296 INFO [RARDeployer] Starting
          20:14:21,297 INFO [MainDeployer] Adding deployer: org.jboss.resource.RARDeployer@186f247
          20:14:21,298 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:21,299 INFO [MainDeployer] deployment waiting for deployer: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:21,299 INFO [MainDeployer] Deployment of package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an appropriate deployer.
          20:14:21,300 INFO [RARDeployer] Started
          20:14:21,300 INFO [XSLSubDeployer] Starting
          20:14:21,302 INFO [MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDeployer@1035079
          20:14:21,303 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:21,304 INFO [MainDeployer] deployment waiting for deployer: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:21,304 INFO [MainDeployer] Deployment of package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/ is waiting for an appropriate deployer.
          20:14:21,305 INFO [XSLSubDeployer] Started
          20:14:21,324 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jboss-jca.sar
          20:14:21,325 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/
          20:14:21,377 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/jasper-compiler.jar
          20:14:21,378 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/jasper-runtime.jar
          20:14:21,379 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/org.jboss.jetty.jar
          20:14:21,380 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/org.mortbay.j2ee.jar
          20:14:21,381 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/org.mortbay.jetty.jar
          20:14:21,382 INFO [SARDeployer] nested deployment: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/org.mortbay.jmx.jar
          20:14:22,850 INFO [jbossweb] Registered jboss.web:Jetty=0
          20:14:22,867 INFO [jbossweb] Registered jboss.web:Code=0
          20:14:22,906 INFO [jbossweb] Registered jboss.web:Log=0
          20:14:22,963 INFO [jbossweb] Registered jboss.web:Log=0,JBossLogSink=0
          20:14:22,974 INFO [JettyService] Creating
          20:14:23,815 INFO [jbossweb] Registered jboss.web:Jetty=0,SocketListener=0
          20:14:23,993 INFO [jbossweb] Registered jboss.web:Jetty=0,AJP13Listener=0
          20:14:24,069 INFO [jbossweb] Registered jboss.web:Jetty=0,NCSARequestLog=0
          20:14:24,224 INFO [JettyService] Created
          20:14:24,235 INFO [JettyService] Starting
          20:14:24,235 INFO [MainDeployer] Adding deployer: org.jboss.jetty.JettyService@1dccedd
          20:14:24,256 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:25,745 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker
          20:14:27,170 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@145e2d5
          20:14:27,205 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@b957ea
          20:14:27,205 INFO [JaasSecurityManagerService] Added http-invoker, org.jboss.security.plugins.SecurityDomainContext@3aff84 to map
          20:14:27,242 INFO [jbossweb] Started WebApplicationContext[/invoker,file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/]
          20:14:27,730 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=jsp
          20:14:27,783 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=default
          20:14:27,820 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=invoker
          20:14:27,849 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=EJBInvokerHAServlet
          20:14:27,886 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=EJBInvokerServlet
          20:14:27,926 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=JMXInvokerServlet
          20:14:27,953 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=JNDIFactory
          20:14:27,993 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=ReadOnlyJNDIFactory
          20:14:28,034 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=ReadOnlyAccessFilter
          20:14:28,105 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,HashSessionManager=0
          20:14:28,106 INFO [jbossweb] successfully deployed file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/ to /invoker
          20:14:28,266 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/http-invoker.sar/invoker.war/
          20:14:28,269 INFO [jbossweb] Starting Jetty/4.2.9
          20:14:28,338 INFO [jbossweb] Started org.mortbay.http.NCSARequestLog@1a1399
          20:14:28,741 INFO [jbossweb] Started SocketListener on 0.0.0.0:8080
          20:14:28,748 INFO [jbossweb] Started AJP13Listener on 0.0.0.0:8009
          20:14:28,751 INFO [jbossweb] NOTICE: AJP13 is not a secure protocol. Please protect the port 0.0.0.0:8009
          20:14:28,754 INFO [jbossweb] Started org.jboss.jetty.Jetty@a522a6
          20:14:28,754 INFO [JettyService] Started
          20:14:28,764 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jbossweb-jetty.sar/
          20:14:28,765 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jmx-ejb-connector-server.sar
          20:14:28,850 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jmx-ejb-connector-server.sar
          20:14:28,851 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jmx-invoker-adaptor-server.sar/
          20:14:28,973 INFO [InvokerAdaptorService] Creating
          20:14:28,973 INFO [InvokerAdaptorService] Created
          20:14:29,014 INFO [InvokerAdaptorService] Starting
          20:14:29,062 INFO [InvokerAdaptorService] Started
          20:14:29,097 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jmx-invoker-adaptor-server.sar/
          20:14:29,106 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jmx-rmi-adaptor.sar/
          20:14:29,177 INFO [RMIAdaptorService] Creating
          20:14:29,177 INFO [RMIAdaptorService] Created
          20:14:29,179 INFO [RMIAdaptorService] Starting
          20:14:29,302 INFO [RMIAdaptorService] Started
          20:14:29,320 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jmx-rmi-adaptor.sar/
          20:14:29,324 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/uuid-key-generator.sar
          20:14:29,404 INFO [UUIDKeyGeneratorFactoryService] Creating
          20:14:29,404 INFO [UUIDKeyGeneratorFactoryService] Created
          20:14:29,416 INFO [UUIDKeyGeneratorFactoryService] Starting
          20:14:29,437 INFO [UUIDKeyGeneratorFactoryService] Started
          20:14:29,452 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/uuid-key-generator.sar
          20:14:29,453 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jboss-local-jdbc.rar
          20:14:29,990 INFO [RARDeployer] nested deployment: file:/home/Europe_PKI/server/default/tmp/deploy/server/default/deploy/jboss-local-jdbc.rar/11.jboss-local-jdbc.rar-contents/jboss-local-jdbc.jar
          20:14:30,107 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jboss-local-jdbc.rar
          20:14:30,108 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jboss-xa-jdbc.rar
          20:14:30,481 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
          20:14:30,482 INFO [RARMetaData] Required license terms present. See deployment descriptor.
          20:14:30,503 INFO [RARDeployer] nested deployment: file:/home/Europe_PKI/server/default/tmp/deploy/server/default/deploy/jboss-xa-jdbc.rar/12.jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.jar
          20:14:30,571 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jboss-xa-jdbc.rar
          20:14:30,572 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/hsqldb-ds.xml
          20:14:30,777 INFO [XSLSubDeployer] transformed into doc: [#document: null]
          20:14:31,073 INFO [HypersonicDatabase] Creating
          20:14:31,073 INFO [HypersonicDatabase] Created
          20:14:31,074 INFO [RARDeployment] Creating
          20:14:31,074 INFO [RARDeployment] Created
          20:14:31,076 INFO [JBossManagedConnectionPool] Creating
          20:14:31,096 INFO [JBossManagedConnectionPool] Created
          20:14:31,104 INFO [HypersonicDatabase] Starting
          20:14:31,134 INFO [STDOUT] server.properties not found, using command line or default properties
          20:14:31,135 INFO [STDOUT] Opening database: /home/Europe_PKI/server/default/data/hypersonic/default
          20:14:31,136 INFO [STDOUT] HSQLDB server 1.7.1 is running
          20:14:31,137 INFO [STDOUT] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
          20:14:31,156 INFO [HypersonicDatabase] Started
          20:14:31,157 INFO [RARDeployment] Starting
          20:14:31,240 INFO [RARDeployment] Started
          20:14:31,241 INFO [JBossManagedConnectionPool] Starting
          20:14:31,271 INFO [JBossManagedConnectionPool] Started
          20:14:31,413 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/hsqldb-ds.xml
          20:14:31,414 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/ca-mysql-ds.xml
          20:14:31,435 INFO [XSLSubDeployer] transformed into doc: [#document: null]
          20:14:31,567 INFO [RARDeployment] Creating
          20:14:31,567 INFO [RARDeployment] Created
          20:14:31,568 INFO [JBossManagedConnectionPool] Creating
          20:14:31,568 INFO [JBossManagedConnectionPool] Created
          20:14:31,572 INFO [RARDeployment] Starting
          20:14:31,625 INFO [RARDeployment] Started
          20:14:31,626 INFO [JBossManagedConnectionPool] Starting
          20:14:31,659 INFO [JBossManagedConnectionPool] Started
          20:14:31,668 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/ca-mysql-ds.xml
          20:14:31,670 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/ca-arch-mysql-ds.xml
          20:14:31,773 INFO [XSLSubDeployer] transformed into doc: [#document: null]
          20:14:31,834 INFO [RARDeployment] Creating
          20:14:31,834 INFO [RARDeployment] Created
          20:14:31,835 INFO [JBossManagedConnectionPool] Creating
          20:14:31,835 INFO [JBossManagedConnectionPool] Created
          20:14:31,904 INFO [RARDeployment] Starting
          20:14:31,958 INFO [RARDeployment] Started
          20:14:31,958 INFO [JBossManagedConnectionPool] Starting
          20:14:31,959 INFO [JBossManagedConnectionPool] Started
          20:14:31,967 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/ca-arch-mysql-ds.xml
          20:14:31,969 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/ra-mysql-ds.xml
          20:14:32,000 INFO [STDOUT] Tue Aug 19 20:14:31 CEST 2003 Listening for connections ...
          20:14:32,026 INFO [XSLSubDeployer] transformed into doc: [#document: null]
          20:14:32,098 INFO [RARDeployment] Creating
          20:14:32,098 INFO [RARDeployment] Created
          20:14:32,100 INFO [JBossManagedConnectionPool] Creating
          20:14:32,100 INFO [JBossManagedConnectionPool] Created
          20:14:32,103 INFO [RARDeployment] Starting
          20:14:32,415 INFO [RARDeployment] Started
          20:14:32,416 INFO [JBossManagedConnectionPool] Starting
          20:14:32,416 INFO [JBossManagedConnectionPool] Started
          20:14:32,426 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/ra-mysql-ds.xml
          20:14:32,427 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/ra-arch-mysql-ds.xml
          20:14:32,444 INFO [XSLSubDeployer] transformed into doc: [#document: null]
          20:14:32,486 INFO [RARDeployment] Creating
          20:14:32,486 INFO [RARDeployment] Created
          20:14:32,487 INFO [JBossManagedConnectionPool] Creating
          20:14:32,487 INFO [JBossManagedConnectionPool] Created
          20:14:32,490 INFO [RARDeployment] Starting
          20:14:32,524 INFO [RARDeployment] Started
          20:14:32,525 INFO [JBossManagedConnectionPool] Starting
          20:14:32,525 INFO [JBossManagedConnectionPool] Started
          20:14:32,544 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/ra-arch-mysql-ds.xml
          20:14:32,548 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/kgs-mysql-ds.xml
          20:14:32,585 INFO [XSLSubDeployer] transformed into doc: [#document: null]
          20:14:32,708 INFO [RARDeployment] Creating
          20:14:32,708 INFO [RARDeployment] Created
          20:14:32,709 INFO [JBossManagedConnectionPool] Creating
          20:14:32,709 INFO [JBossManagedConnectionPool] Created
          20:14:32,714 INFO [RARDeployment] Starting
          20:14:32,753 INFO [RARDeployment] Started
          20:14:32,753 INFO [JBossManagedConnectionPool] Starting
          20:14:32,755 INFO [JBossManagedConnectionPool] Started
          20:14:32,789 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/kgs-mysql-ds.xml
          20:14:32,791 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/cache-invalidation-service.xml
          20:14:32,883 INFO [InvalidationManager] Creating
          20:14:32,883 INFO [InvalidationManager] Created
          20:14:32,885 INFO [InvalidationManager] Starting
          20:14:32,885 INFO [InvalidationManager] Starting Invalidation Manager jboss.cache:service=InvalidationManager
          20:14:32,896 INFO [InvalidationManager] Started
          20:14:32,906 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/cache-invalidation-service.xml
          20:14:32,907 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/mail-service.xml
          20:14:34,908 INFO [MailService] Creating
          20:14:34,909 INFO [MailService] Created
          20:14:34,945 INFO [MailService] Starting
          20:14:35,343 INFO [MailService] Mail Service bound to java:/Mail
          20:14:35,343 INFO [MailService] Started
          20:14:35,352 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/mail-service.xml
          20:14:35,353 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/properties-service.xml
          20:14:35,459 INFO [PropertyEditorManagerService] Creating
          20:14:35,460 INFO [PropertyEditorManagerService] Created
          20:14:35,461 INFO [SystemPropertiesService] Creating
          20:14:35,461 INFO [SystemPropertiesService] Created
          20:14:35,463 INFO [PropertyEditorManagerService] Starting
          20:14:35,463 INFO [PropertyEditorManagerService] Started
          20:14:35,464 INFO [SystemPropertiesService] Starting
          20:14:35,464 INFO [SystemPropertiesService] Started
          20:14:35,501 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/properties-service.xml
          20:14:35,502 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/schedule-manager-service.xml
          20:14:35,550 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/schedule-manager-service.xml
          20:14:35,551 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/scheduler-service.xml
          20:14:35,606 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/scheduler-service.xml
          20:14:35,607 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/sqlexception-service.xml
          20:14:35,683 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/sqlexception-service.xml
          20:14:35,684 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/transaction-service.xml
          20:14:35,811 INFO [TransactionManagerService] Creating
          20:14:35,812 INFO [TransactionManagerService] Created
          20:14:35,852 INFO [EJBDeployer] Creating
          20:14:35,891 INFO [EJBDeployer] Created
          20:14:35,892 INFO [JRMPInvoker] Creating
          20:14:35,892 INFO [JRMPInvoker] Created
          20:14:35,894 INFO [JRMPProxyFactory] Creating
          20:14:35,894 INFO [JRMPProxyFactory] Created
          20:14:35,895 INFO [LocalInvoker] Creating
          20:14:35,895 INFO [LocalInvoker] Created
          20:14:35,916 INFO [PooledInvoker] Creating
          20:14:35,917 INFO [PooledInvoker] Created
          20:14:35,921 INFO [ClientUserTransactionService] Creating
          20:14:35,922 INFO [ClientUserTransactionService] Created
          20:14:35,926 INFO [CachedConnectionManager] Creating
          20:14:35,926 INFO [CachedConnectionManager] Created
          20:14:35,928 INFO [TxConnectionManager] Creating
          20:14:35,928 INFO [TxConnectionManager] Created
          20:14:35,929 INFO [TxConnectionManager] Creating
          20:14:35,929 INFO [TxConnectionManager] Created
          20:14:35,930 INFO [TxConnectionManager] Creating
          20:14:35,930 INFO [TxConnectionManager] Created
          20:14:35,931 INFO [TxConnectionManager] Creating
          20:14:35,932 INFO [TxConnectionManager] Created
          20:14:35,933 INFO [TxConnectionManager] Creating
          20:14:35,933 INFO [TxConnectionManager] Created
          20:14:35,934 INFO [TxConnectionManager] Creating
          20:14:35,934 INFO [TxConnectionManager] Created
          20:14:35,957 INFO [TransactionManagerService] Starting
          20:14:36,058 INFO [TransactionManagerService] Started
          20:14:36,059 INFO [EJBDeployer] Starting
          20:14:36,072 INFO [MainDeployer] Adding deployer: org.jboss.ejb.EJBDeployer@8beff2
          20:14:36,073 INFO [EJBDeployer] Started
          20:14:36,074 INFO [JRMPInvoker] Starting
          20:14:36,140 INFO [JRMPInvoker] Started
          20:14:36,140 INFO [JRMPProxyFactory] Starting
          20:14:36,314 INFO [JRMPProxyFactory] Started
          20:14:36,315 INFO [LocalInvoker] Starting
          20:14:36,336 INFO [LocalInvoker] Started
          20:14:36,337 INFO [PooledInvoker] Starting
          20:14:36,385 INFO [PooledInvoker] Started
          20:14:36,388 INFO [ClientUserTransactionService] Starting
          20:14:36,458 INFO [ClientUserTransactionService] Started
          20:14:36,459 INFO [CachedConnectionManager] Starting
          20:14:36,467 INFO [CachedConnectionManager] Started
          20:14:36,468 INFO [TxConnectionManager] Starting
          20:14:36,510 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@1bf68a9
          20:14:36,516 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@1706eb7
          20:14:36,516 INFO [JaasSecurityManagerService] Added HsqlDbRealm, org.jboss.security.plugins.SecurityDomainContext@74db2c to map
          20:14:36,534 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 'java:/DefaultDS'
          20:14:36,534 INFO [TxConnectionManager] Started
          20:14:36,535 INFO [TxConnectionManager] Starting
          20:14:36,560 INFO [CADS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=CADS to JNDI name 'java:/CADS'
          20:14:36,561 INFO [TxConnectionManager] Started
          20:14:36,561 INFO [TxConnectionManager] Starting
          20:14:36,566 INFO [CAArchiveDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=CAArchiveDS to JNDI name 'java:/CAArchiveDS'
          20:14:36,567 INFO [TxConnectionManager] Started
          20:14:36,567 INFO [TxConnectionManager] Starting
          20:14:36,572 INFO [RADS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=RADS to JNDI name 'java:/RADS'
          20:14:36,573 INFO [TxConnectionManager] Started
          20:14:36,573 INFO [TxConnectionManager] Starting
          20:14:36,600 INFO [RAArchiveDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=RAArchiveDS to JNDI name 'java:/RAArchiveDS'
          20:14:36,600 INFO [TxConnectionManager] Started
          20:14:36,601 INFO [TxConnectionManager] Starting
          20:14:36,608 INFO [KGSDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=KGSDS to JNDI name 'java:/KGSDS'
          20:14:36,608 INFO [TxConnectionManager] Started
          20:14:36,645 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/transaction-service.xml
          20:14:36,646 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/user-service.xml
          20:14:36,692 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/user-service.xml
          20:14:36,693 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/eupki-crypto.jar
          20:14:38,644 INFO [EjbModule] Creating
          20:14:38,677 INFO [EjbModule] Deploying cryptoKPFactory
          20:14:39,176 INFO [StatefulSessionContainer] Creating
          20:14:39,272 INFO [StatefulSessionInstancePool] Creating
          20:14:39,272 INFO [StatefulSessionInstancePool] Created
          20:14:39,275 INFO [StatefulSessionFilePersistenceManager] Creating
          20:14:39,299 INFO [StatefulSessionFilePersistenceManager] Created
          20:14:39,300 INFO [StatefulSessionContainer] Created
          20:14:39,301 INFO [EjbModule] Created
          20:14:39,303 INFO [EjbModule] Starting
          20:14:39,304 INFO [StatefulSessionContainer] Starting
          20:14:39,422 INFO [StatefulSessionInstancePool] Starting
          20:14:39,422 INFO [StatefulSessionInstancePool] Started
          20:14:39,423 INFO [StatefulSessionFilePersistenceManager] Starting
          20:14:39,423 INFO [StatefulSessionFilePersistenceManager] Started
          20:14:39,424 INFO [StatefulSessionContainer] Started
          20:14:39,424 INFO [EjbModule] Started
          20:14:39,425 INFO [EJBDeployer] Deployed: file:/home/Europe_PKI/server/default/deploy/eupki-crypto.jar
          20:14:39,564 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/eupki-crypto.jar
          20:14:39,565 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jss_3.3.jar
          20:14:39,938 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jss_3.3.jar
          20:14:39,958 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/junitejb.jar
          20:14:40,827 INFO [EjbModule] Creating
          20:14:40,860 INFO [EjbModule] Deploying EJBTestRunnerEJB
          20:14:40,954 INFO [StatelessSessionContainer] Creating
          20:14:41,443 INFO [StatelessSessionInstancePool] Creating
          20:14:41,443 INFO [StatelessSessionInstancePool] Created
          20:14:41,471 INFO [StatelessSessionContainer] Created
          20:14:41,472 INFO [EjbModule] Created
          20:14:41,473 INFO [EjbModule] Starting
          20:14:41,474 INFO [StatelessSessionContainer] Starting
          20:14:41,501 INFO [StatelessSessionInstancePool] Starting
          20:14:41,501 INFO [StatelessSessionInstancePool] Started
          20:14:41,501 INFO [StatelessSessionContainer] Started
          20:14:41,502 INFO [EjbModule] Started
          20:14:41,502 INFO [EJBDeployer] Deployed: file:/home/Europe_PKI/server/default/deploy/junitejb.jar
          20:14:41,525 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/junitejb.jar
          20:14:41,526 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/junitperf.jar
          20:14:41,550 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/junitperf.jar
          20:14:41,551 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/junit.jar
          20:14:41,647 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/junit.jar
          20:14:41,648 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/eupki-common.jar
          20:14:43,178 INFO [EjbModule] Creating
          20:14:43,193 INFO [EjbModule] Deploying common_PropsAccess
          20:14:43,247 INFO [StatelessSessionContainer] Creating
          20:14:43,258 INFO [StatelessSessionInstancePool] Creating
          20:14:43,258 INFO [StatelessSessionInstancePool] Created
          20:14:43,262 INFO [StatelessSessionContainer] Created
          20:14:43,262 INFO [EjbModule] Created
          20:14:43,264 INFO [EjbModule] Starting
          20:14:43,265 INFO [StatelessSessionContainer] Starting
          20:14:43,512 INFO [StatelessSessionInstancePool] Starting
          20:14:43,512 INFO [StatelessSessionInstancePool] Started
          20:14:43,512 INFO [StatelessSessionContainer] Started
          20:14:43,513 INFO [EjbModule] Started
          20:14:43,513 INFO [EJBDeployer] Deployed: file:/home/Europe_PKI/server/default/deploy/eupki-common.jar
          20:14:43,530 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/eupki-common.jar
          20:14:43,531 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/eupki-ca-archive.jar
          20:14:45,493 INFO [EjbModule] Creating
          20:14:45,526 INFO [EjbModule] Deploying ca_CAArchiveEJB
          20:14:45,756 INFO [EjbModule] Deploying ca_RoleArchiveEJB
          20:14:45,797 INFO [EjbModule] Deploying ca_OperatorArchiveEJB
          20:14:45,854 INFO [EjbModule] Deploying ca_RAArchiveEJB
          20:14:45,907 INFO [EjbModule] Deploying ca_HolderArchiveEJB
          20:14:45,949 INFO [EjbModule] Deploying ca_CertificateArchiveEJB
          20:14:46,021 INFO [EjbModule] Deploying ca_OTPArchiveEJB
          20:14:46,062 INFO [EjbModule] Deploying ca_BatchArchiveEJB
          20:14:46,102 INFO [EjbModule] Deploying ca_ProfileArchiveEJB
          20:14:46,143 INFO [EjbModule] Deploying ca_ExtensionArchiveEJB
          20:14:46,183 INFO [EjbModule] Deploying ca_RequestArchiveEJB
          20:14:46,234 INFO [EntityContainer] Creating
          20:14:46,266 INFO [EntityInstancePool] Creating
          20:14:46,266 INFO [EntityInstancePool] Created
          20:14:46,273 INFO [EntityContainer] Created
          20:14:46,284 INFO [EntityContainer] Creating
          20:14:46,291 INFO [EntityInstancePool] Creating
          20:14:46,292 INFO [EntityInstancePool] Created
          20:14:46,294 INFO [EntityContainer] Created
          20:14:46,319 INFO [EntityContainer] Creating
          20:14:46,329 INFO [EntityInstancePool] Creating
          20:14:46,329 INFO [EntityInstancePool] Created
          20:14:46,332 INFO [EntityContainer] Created
          20:14:46,335 INFO [EntityContainer] Creating
          20:14:46,363 INFO [EntityInstancePool] Creating
          20:14:46,364 INFO [EntityInstancePool] Created
          20:14:46,377 INFO [EntityContainer] Created
          20:14:46,380 INFO [EntityContainer] Creating
          20:14:46,388 INFO [EntityInstancePool] Creating
          20:14:46,388 INFO [EntityInstancePool] Created
          20:14:46,391 INFO [EntityContainer] Created
          20:14:46,394 INFO [EntityContainer] Creating
          20:14:46,424 INFO [EntityInstancePool] Creating
          20:14:46,424 INFO [EntityInstancePool] Created
          20:14:46,427 INFO [EntityContainer] Created
          20:14:46,430 INFO [EntityContainer] Creating
          20:14:46,459 INFO [EntityInstancePool] Creating
          20:14:46,460 INFO [EntityInstancePool] Created
          20:14:46,462 INFO [EntityContainer] Created
          20:14:46,466 INFO [EntityContainer] Creating
          20:14:46,474 INFO [EntityInstancePool] Creating
          20:14:46,475 INFO [EntityInstancePool] Created
          20:14:46,498 INFO [EntityContainer] Created
          20:14:46,501 INFO [EntityContainer] Creating
          20:14:46,509 INFO [EntityInstancePool] Creating
          20:14:46,510 INFO [EntityInstancePool] Created
          20:14:46,512 INFO [EntityContainer] Created
          20:14:46,525 INFO [EntityContainer] Creating
          20:14:46,534 INFO [EntityInstancePool] Creating
          20:14:46,535 INFO [EntityInstancePool] Created
          20:14:46,558 INFO [EntityContainer] Created
          20:14:46,561 INFO [EntityContainer] Creating
          20:14:46,570 INFO [EntityInstancePool] Creating
          20:14:46,571 INFO [EntityInstancePool] Created
          20:14:46,573 INFO [EntityContainer] Created
          20:14:46,574 INFO [EjbModule] Created
          20:14:46,597 INFO [EjbModule] Starting
          20:14:46,597 INFO [EntityContainer] Starting
          20:14:48,908 INFO [EntityInstancePool] Starting
          20:14:48,909 INFO [EntityInstancePool] Started
          20:14:48,909 INFO [EntityContainer] Started
          20:14:48,910 INFO [EntityContainer] Starting
          20:14:49,022 INFO [EntityInstancePool] Starting
          20:14:49,022 INFO [EntityInstancePool] Started
          20:14:49,022 INFO [EntityContainer] Started
          20:14:49,023 INFO [EntityContainer] Starting
          20:14:49,073 INFO [EntityInstancePool] Starting
          20:14:49,073 INFO [EntityInstancePool] Started
          20:14:49,074 INFO [EntityContainer] Started
          20:14:49,074 INFO [EntityContainer] Starting
          20:14:49,165 INFO [EntityInstancePool] Starting
          20:14:49,165 INFO [EntityInstancePool] Started
          20:14:49,165 INFO [EntityContainer] Started
          20:14:49,166 INFO [EntityContainer] Starting
          20:14:49,246 INFO [EntityInstancePool] Starting
          20:14:49,247 INFO [EntityInstancePool] Started
          20:14:49,247 INFO [EntityContainer] Started
          20:14:49,248 INFO [EntityContainer] Starting
          20:14:49,330 INFO [EntityInstancePool] Starting
          20:14:49,331 INFO [EntityInstancePool] Started
          20:14:49,331 INFO [EntityContainer] Started
          20:14:49,331 INFO [EntityContainer] Starting
          20:14:49,402 INFO [EntityInstancePool] Starting
          20:14:49,402 INFO [EntityInstancePool] Started
          20:14:49,402 INFO [EntityContainer] Started
          20:14:49,403 INFO [EntityContainer] Starting
          20:14:49,441 INFO [EntityInstancePool] Starting
          20:14:49,441 INFO [EntityInstancePool] Started
          20:14:49,442 INFO [EntityContainer] Started
          20:14:49,442 INFO [EntityContainer] Starting
          20:14:49,559 INFO [EntityInstancePool] Starting
          20:14:49,559 INFO [EntityInstancePool] Started
          20:14:49,560 INFO [EntityContainer] Started
          20:14:49,560 INFO [EntityContainer] Starting
          20:14:49,604 INFO [EntityInstancePool] Starting
          20:14:49,604 INFO [EntityInstancePool] Started
          20:14:49,604 INFO [EntityContainer] Started
          20:14:49,605 INFO [EntityContainer] Starting
          20:14:51,686 INFO [ca_ExtensionArchiveEJB] Created table 'Extension' successfully.
          20:14:52,261 INFO [ca_OperatorArchiveEJB] Created table 'Operator' successfully.
          20:14:52,304 INFO [ca_RoleArchiveEJB] Created table 'Role' successfully.
          20:14:52,378 INFO [ca_CAArchiveEJB] Created table 'CA' successfully.
          20:14:52,427 INFO [ca_OTPArchiveEJB] Created table 'OTP' successfully.
          20:14:52,494 INFO [ca_CertificateArchiveEJB] Created table 'Certificate' successfully.
          20:14:52,564 INFO [ca_RAArchiveEJB] Created table 'RA' successfully.
          20:14:52,567 INFO [ca_RAArchiveEJB] Created table 'CA_RA' successfully.
          20:14:52,598 INFO [ca_ProfileArchiveEJB] Created table 'Profile' successfully.
          20:14:52,601 INFO [ca_ProfileArchiveEJB] Created table 'CA_Profiles' successfully.
          20:14:52,604 INFO [ca_ProfileArchiveEJB] Created table 'ProfileExtensions' successfully.
          20:14:52,613 INFO [ca_ProfileArchiveEJB] Created table 'RA_Profiles' successfully.
          20:14:52,654 INFO [ca_BatchArchiveEJB] Created table 'Batch' successfully.
          20:14:52,695 INFO [ca_HolderArchiveEJB] Created table 'Holder' successfully.
          20:14:52,763 INFO [ca_RequestArchiveEJB] Created table 'Request' successfully.
          20:14:52,774 INFO [EntityInstancePool] Starting
          20:14:52,775 INFO [EntityInstancePool] Started
          20:14:52,775 INFO [EntityContainer] Started
          20:14:52,775 INFO [EjbModule] Started
          20:14:52,776 INFO [EJBDeployer] Deployed: file:/home/Europe_PKI/server/default/deploy/eupki-ca-archive.jar
          20:14:52,919 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/eupki-ca-archive.jar
          20:14:52,920 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/eupki-ra-archive.jar
          20:14:55,065 INFO [EjbModule] Creating
          20:14:55,088 INFO [EjbModule] Deploying CompanyArchiveEJB
          20:14:55,131 INFO [EjbModule] Deploying DepartmentArchiveEJB
          20:14:55,180 INFO [EjbModule] Deploying RepresentativeArchiveEJB
          20:14:55,220 INFO [EjbModule] Deploying HolderArchiveEJB
          20:14:55,260 INFO [EjbModule] Deploying FOArchiveEJB
          20:14:55,299 INFO [EjbModule] Deploying RoleArchiveEJB
          20:14:55,339 INFO [EjbModule] Deploying CAArchiveEJB
          20:14:55,386 INFO [EjbModule] Deploying ExtensionArchiveEJB
          20:14:55,436 INFO [EjbModule] Deploying ProfileArchiveEJB
          20:14:55,455 INFO [EjbModule] Deploying ContainerArchiveEJB
          20:14:55,494 INFO [EjbModule] Deploying OperatorArchiveEJB
          20:14:55,534 INFO [EjbModule] Deploying RequestArchiveEJB
          20:14:55,573 INFO [EjbModule] Deploying CertificateArchiveEJB
          20:14:55,612 INFO [EjbModule] Deploying RequestExtensionArchiveEJB
          20:14:55,652 INFO [EjbModule] Deploying BatchArchiveEJB
          20:14:55,691 INFO [EjbModule] Deploying BOArchiveEJB
          20:14:55,733 INFO [EjbModule] Deploying OperatorServiceArchiveEJB
          20:14:55,772 INFO [EjbModule] Deploying AutoNumberArchiveEJB
          20:14:55,815 INFO [EntityContainer] Creating
          20:14:55,848 INFO [EntityInstancePool] Creating
          20:14:55,848 INFO [EntityInstancePool] Created
          20:14:55,851 INFO [EntityContainer] Created
          20:14:55,855 INFO [EntityContainer] Creating
          20:14:55,883 INFO [EntityInstancePool] Creating
          20:14:55,883 INFO [EntityInstancePool] Created
          20:14:55,886 INFO [EntityContainer] Created
          20:14:55,899 INFO [EntityContainer] Creating
          20:14:55,916 INFO [EntityInstancePool] Creating
          20:14:55,917 INFO [EntityInstancePool] Created
          20:14:55,920 INFO [EntityContainer] Created
          20:14:55,923 INFO [EntityContainer] Creating
          20:14:55,932 INFO [EntityInstancePool] Creating
          20:14:55,933 INFO [EntityInstancePool] Created
          20:14:55,956 INFO [EntityContainer] Created
          20:14:55,959 INFO [EntityContainer] Creating
          20:14:55,968 INFO [EntityInstancePool] Creating
          20:14:55,969 INFO [EntityInstancePool] Created
          20:14:55,972 INFO [EntityContainer] Created
          20:14:55,975 INFO [EntityContainer] Creating
          20:14:56,003 INFO [EntityInstancePool] Creating
          20:14:56,003 INFO [EntityInstancePool] Created
          20:14:56,006 INFO [EntityContainer] Created
          20:14:56,009 INFO [EntityContainer] Creating
          20:14:56,037 INFO [EntityInstancePool] Creating
          20:14:56,037 INFO [EntityInstancePool] Created
          20:14:56,040 INFO [EntityContainer] Created
          20:14:56,044 INFO [EntityContainer] Creating
          20:14:56,063 INFO [EntityInstancePool] Creating
          20:14:56,063 INFO [EntityInstancePool] Created
          20:14:56,066 INFO [EntityContainer] Created
          20:14:56,069 INFO [EntityContainer] Creating
          20:14:56,097 INFO [EntityInstancePool] Creating
          20:14:56,097 INFO [EntityInstancePool] Created
          20:14:56,100 INFO [EntityContainer] Created
          20:14:56,104 INFO [EntityContainer] Creating
          20:14:56,113 INFO [EntityInstancePool] Creating
          20:14:56,113 INFO [EntityInstancePool] Created
          20:14:56,136 INFO [EntityContainer] Created
          20:14:56,140 INFO [EntityContainer] Creating
          20:14:56,159 INFO [EntityInstancePool] Creating
          20:14:56,160 INFO [EntityInstancePool] Created
          20:14:56,163 INFO [EntityContainer] Created
          20:14:56,166 INFO [EntityContainer] Creating
          20:14:56,175 INFO [EntityInstancePool] Creating
          20:14:56,196 INFO [EntityInstancePool] Created
          20:14:56,199 INFO [EntityContainer] Created
          20:14:56,202 INFO [EntityContainer] Creating
          20:14:56,227 INFO [EntityInstancePool] Creating
          20:14:56,227 INFO [EntityInstancePool] Created
          20:14:56,230 INFO [EntityContainer] Created
          20:14:56,234 INFO [EntityContainer] Creating
          20:14:56,261 INFO [EntityInstancePool] Creating
          20:14:56,261 INFO [EntityInstancePool] Created
          20:14:56,264 INFO [EntityContainer] Created
          20:14:56,278 INFO [EntityContainer] Creating
          20:14:56,287 INFO [EntityInstancePool] Creating
          20:14:56,287 INFO [EntityInstancePool] Created
          20:14:56,290 INFO [EntityContainer] Created
          20:14:56,293 INFO [EntityContainer] Creating
          20:14:56,321 INFO [EntityInstancePool] Creating
          20:14:56,321 INFO [EntityInstancePool] Created
          20:14:56,324 INFO [EntityContainer] Created
          20:14:56,328 INFO [EntityContainer] Creating
          20:14:56,356 INFO [EntityInstancePool] Creating
          20:14:56,356 INFO [EntityInstancePool] Created
          20:14:56,359 INFO [EntityContainer] Created
          20:14:56,363 INFO [EntityContainer] Creating
          20:14:56,368 INFO [EntityInstancePool] Creating
          20:14:56,368 INFO [EntityInstancePool] Created
          20:14:56,399 INFO [EntityContainer] Created
          20:14:56,400 INFO [EjbModule] Created
          20:14:56,403 INFO [EjbModule] Starting
          20:14:56,403 INFO [EntityContainer] Starting
          20:14:57,068 INFO [EntityInstancePool] Starting
          20:14:57,068 INFO [EntityInstancePool] Started
          20:14:57,068 INFO [EntityContainer] Started
          20:14:57,069 INFO [EntityContainer] Starting
          20:14:57,143 INFO [EntityInstancePool] Starting
          20:14:57,143 INFO [EntityInstancePool] Started
          20:14:57,144 INFO [EntityContainer] Started
          20:14:57,144 INFO [EntityContainer] Starting
          20:14:57,210 INFO [EntityInstancePool] Starting
          20:14:57,210 INFO [EntityInstancePool] Started
          20:14:57,210 INFO [EntityContainer] Started
          20:14:57,211 INFO [EntityContainer] Starting
          20:14:57,301 INFO [EntityInstancePool] Starting
          20:14:57,301 INFO [EntityInstancePool] Started
          20:14:57,301 INFO [EntityContainer] Started
          20:14:57,302 INFO [EntityContainer] Starting
          20:14:57,380 INFO [EntityInstancePool] Starting
          20:14:57,380 INFO [EntityInstancePool] Started
          20:14:57,380 INFO [EntityContainer] Started
          20:14:57,381 INFO [EntityContainer] Starting
          20:14:57,448 INFO [EntityInstancePool] Starting
          20:14:57,449 INFO [EntityInstancePool] Started
          20:14:57,449 INFO [EntityContainer] Started
          20:14:57,450 INFO [EntityContainer] Starting
          20:14:57,507 INFO [EntityInstancePool] Starting
          20:14:57,507 INFO [EntityInstancePool] Started
          20:14:57,507 INFO [EntityContainer] Started
          20:14:57,508 INFO [EntityContainer] Starting
          20:14:57,583 INFO [EntityInstancePool] Starting
          20:14:57,584 INFO [EntityInstancePool] Started
          20:14:57,584 INFO [EntityContainer] Started
          20:14:57,585 INFO [EntityContainer] Starting
          20:14:57,642 INFO [EntityInstancePool] Starting
          20:14:57,643 INFO [EntityInstancePool] Started
          20:14:57,643 INFO [EntityContainer] Started
          20:14:57,644 INFO [EntityContainer] Starting
          20:14:57,701 INFO [EntityInstancePool] Starting
          20:14:57,702 INFO [EntityInstancePool] Started
          20:14:57,702 INFO [EntityContainer] Started
          20:14:57,703 INFO [EntityContainer] Starting
          20:14:57,769 INFO [EntityInstancePool] Starting
          20:14:57,769 INFO [EntityInstancePool] Started
          20:14:57,770 INFO [EntityContainer] Started
          20:14:57,770 INFO [EntityContainer] Starting
          20:14:57,849 INFO [EntityInstancePool] Starting
          20:14:57,849 INFO [EntityInstancePool] Started
          20:14:57,850 INFO [EntityContainer] Started
          20:14:57,850 INFO [EntityContainer] Starting
          20:14:57,929 INFO [EntityInstancePool] Starting
          20:14:57,929 INFO [EntityInstancePool] Started
          20:14:57,929 INFO [EntityContainer] Started
          20:14:57,930 INFO [EntityContainer] Starting
          20:14:57,986 INFO [EntityInstancePool] Starting
          20:14:57,986 INFO [EntityInstancePool] Started
          20:14:57,987 INFO [EntityContainer] Started
          20:14:57,988 INFO [EntityContainer] Starting
          20:14:58,062 INFO [EntityInstancePool] Starting
          20:14:58,063 INFO [EntityInstancePool] Started
          20:14:58,063 INFO [EntityContainer] Started
          20:14:58,064 INFO [EntityContainer] Starting
          20:14:58,136 INFO [EntityInstancePool] Starting
          20:14:58,136 INFO [EntityInstancePool] Started
          20:14:58,136 INFO [EntityContainer] Started
          20:14:58,137 INFO [EntityContainer] Starting
          20:14:58,218 INFO [EntityInstancePool] Starting
          20:14:58,218 INFO [EntityInstancePool] Started
          20:14:58,218 INFO [EntityContainer] Started
          20:14:58,219 INFO [EntityContainer] Starting
          20:14:58,325 INFO [FOArchiveEJB] Created table 'FO' successfully.
          20:14:58,378 INFO [CAArchiveEJB] Created table 'CA' successfully.
          20:14:58,406 INFO [OperatorServiceArchiveEJB] Created table 'OperatorServices' successfully.
          20:14:58,445 INFO [BOArchiveEJB] Created table 'BOArchiveEJB' successfully.
          20:14:58,488 INFO [CompanyArchiveEJB] Created table 'Company' successfully.
          20:14:58,603 INFO [RequestArchiveEJB] Created table 'Request' successfully.
          20:14:58,645 INFO [CertificateArchiveEJB] Created table 'Certificate' successfully.
          20:14:58,704 INFO [ContainerArchiveEJB] Created table 'Container' successfully.
          20:14:58,785 INFO [RepresentativeArchiveEJB] Created table 'Representative' successfully.
          20:14:58,836 INFO [OperatorArchiveEJB] Created table 'Operator' successfully.
          20:14:58,901 INFO [ExtensionArchiveEJB] Created table 'Extension' successfully.
          20:14:58,946 INFO [RoleArchiveEJB] Created table 'Role' successfully.
          20:14:58,958 INFO [RoleArchiveEJB] Created table 'RoleServices' successfully.
          20:14:59,005 INFO [HolderArchiveEJB] Created table 'Holder' successfully.
          20:14:59,067 INFO [AutoNumberArchiveEJB] Created table 'autonumber' successfully.
          20:14:59,102 INFO [RequestExtensionArchiveEJB] Created table 'RequestExtensions' successfully.
          20:14:59,136 INFO [DepartmentArchiveEJB] Created table 'Department' successfully.
          20:14:59,178 INFO [BatchArchiveEJB] Created table 'Batch' successfully.
          20:14:59,221 INFO [ProfileArchiveEJB] Created table 'Profile' successfully.
          20:14:59,225 INFO [ProfileArchiveEJB] Created table 'ProfileExtensions' successfully.
          20:14:59,230 INFO [EntityInstancePool] Starting
          20:14:59,230 INFO [EntityInstancePool] Started
          20:14:59,230 INFO [EntityContainer] Started
          20:14:59,230 INFO [EjbModule] Started
          20:14:59,231 INFO [EJBDeployer] Deployed: file:/home/Europe_PKI/server/default/deploy/eupki-ra-archive.jar
          20:14:59,371 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/eupki-ra-archive.jar
          20:14:59,372 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/eupki-kgs.jar
          20:14:59,674 INFO [EJBDeployer] nested deployment: file:/home/Europe_PKI/server/default/tmp/deploy/server/default/deploy/eupki-kgs.jar/36.eupki-kgs.jar-contents/eupki-kgs.sar
          20:14:59,914 INFO [Populator] Creating
          20:14:59,914 INFO [Populator] Created
          20:15:00,276 INFO [Populator] MBean created.
          20:15:01,651 INFO [EjbModule] Creating
          20:15:01,684 INFO [EjbModule] Deploying kgs_AutoNumberEJB
          20:15:01,724 INFO [EjbModule] Deploying KeyEJB
          20:15:01,763 INFO [EjbModule] Deploying CertRepositoryEJB
          20:15:01,802 INFO [EjbModule] Deploying eupki/kgs/CARequestProcessorMDB
          20:15:01,918 INFO [EntityContainer] Creating
          20:15:01,921 INFO [EntityInstancePool] Creating
          20:15:01,921 INFO [EntityInstancePool] Created
          20:15:01,926 INFO [EntityContainer] Created
          20:15:01,929 INFO [EntityContainer] Creating
          20:15:01,963 INFO [EntityInstancePool] Creating
          20:15:01,963 INFO [EntityInstancePool] Created
          20:15:01,966 INFO [EntityContainer] Created
          20:15:01,970 INFO [EntityContainer] Creating
          20:15:01,999 INFO [EntityInstancePool] Creating
          20:15:02,000 INFO [EntityInstancePool] Created
          20:15:02,002 INFO [EntityContainer] Created
          20:15:02,008 INFO [EjbModule] Created
          20:15:02,010 INFO [Populator] Starting
          20:15:02,011 INFO [Populator] Started
          20:15:02,044 INFO [Populator] MBean started with deamon sleep period: 300 secs
          daemon is running: true
          trigger level: 75%
          specification 0:
          key type: RSA
          key length: 1024
          number of keys: 10

          specification 1:
          key type: RSA
          key length: 2048
          number of keys: 10


          20:15:02,070 INFO [EjbModule] Starting
          20:15:02,070 INFO [EntityContainer] Starting
          20:15:02,529 INFO [EntityInstancePool] Starting
          20:15:02,529 INFO [EntityInstancePool] Started
          20:15:02,529 INFO [EntityContainer] Started
          20:15:02,530 INFO [EntityContainer] Starting
          20:15:02,603 INFO [EntityInstancePool] Starting
          20:15:02,603 INFO [EntityInstancePool] Started
          20:15:02,603 INFO [EntityContainer] Started
          20:15:02,604 INFO [EntityContainer] Starting
          20:15:02,700 INFO [kgs_AutoNumberEJB] Table 'autonumber' already exists
          20:15:02,738 INFO [CertRepositoryEJB] Table 'CertRepository' already exists
          20:15:02,789 INFO [KeyEJB] Table 'KeyTable' already exists
          20:15:02,829 INFO [EntityInstancePool] Starting
          20:15:02,830 INFO [EntityInstancePool] Started
          20:15:02,830 INFO [EntityContainer] Started
          20:15:02,831 INFO [EjbModule] Started
          20:15:02,831 INFO [EJBDeployer] Deployed: file:/home/Europe_PKI/server/default/deploy/eupki-kgs.jar
          20:15:02,874 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/eupki-kgs.jar
          20:15:02,896 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/jmx-console.war/
          20:15:03,387 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console
          20:15:04,733 INFO [jbossweb] Started WebApplicationContext[/jmx-console,file:/home/Europe_PKI/server/default/deploy/jmx-console.war/]
          20:15:04,797 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=DisplayMBeans
          20:15:04,811 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=DisplayOpResult
          20:15:04,845 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=InspectMBean
          20:15:04,887 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=jsp
          20:15:04,901 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=HtmlAdaptor
          20:15:04,915 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=default
          20:15:04,959 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=invoker
          20:15:04,999 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,HashSessionManager=0
          20:15:04,999 INFO [jbossweb] successfully deployed file:/home/Europe_PKI/server/default/deploy/jmx-console.war/ to /jmx-console
          20:15:05,042 INFO [MainDeployer] Deployed package: file:/home/Europe_PKI/server/default/deploy/jmx-console.war/
          20:15:05,043 INFO [MainDeployer] Starting deployment of package: file:/home/Europe_PKI/server/default/deploy/eupki-ca.ear
          20:15:05,047 INFO [EARDeployer] Init J2EE application: file:/home/Europe_PKI/server/default/deploy/eupki-ca.ear
          20:15:05,448 INFO [EJBDeployer] nested deployment: file:/home/Europe_PKI/server/default/tmp/deploy/server/default/deploy/eupki-ca.ear/37.eupki-ca.ear-contents/eupki-ca.jar-contents/eupki-ca.sar
          20:15:08,365 INFO [EjbModule] Creating
          20:15:08,397 INFO [EjbModule] Deploying ca_CAEJB
          20:15:08,437 INFO [EjbModule] Deploying ca_RoleEJB
          20:15:08,455 INFO [EjbModule] Deploying ca_OperatorEJB
          20:15:08,494 INFO [EjbModule] Deploying ca_RAEJB
          20:15:08,533 INFO [EjbModule] Deploying ca_HolderEJB
          20:15:08,571 INFO [EjbModule] Deploying ca_CertificateEJB
          20:15:08,611 INFO [EjbModule] Deploying ca_OTPEJB
          20:15:08,650 INFO [EjbModule] Deploying ca_ExtensionEJB
          20:15:08,688 INFO [EjbModule] Deploying ca_BatchEJB
          20:15:08,727 INFO [EjbModule] Deploying ca_ProfileEJB
          20:15:08,766 INFO [EjbModule] Deploying ca_RequestEJB
          20:15:08,805 INFO [EjbModule] Deploying ca_AutoNumberEJB
          20:15:08,846 INFO [EjbModule] Deploying ca_SafeDeleteEJB
          20:15:08,885 INFO [EjbModule] Deploying caLdapAccess
          20:15:08,925 INFO [EjbModule] Deploying caCSPSession
          20:15:08,963 INFO [EjbModule] Deploying caOTPAuthSession
          20:15:09,000 INFO [EjbModule] Deploying caOTPDistrSession
          20:15:09,040 INFO [EjbModule] Deploying ca_WriteMail
          20:15:09,077 INFO [EjbModule] Deploying eupki/ca/RequestReceiverMDB
          20:15:09,117 INFO [EjbModule] Deploying eupki/ca/RARequestProcessorMDB
          20:15:09,157 INFO [EjbModule] Deploying eupki/ca/UserRequestProcessorMDB
          20:15:09,174 INFO [EjbModule] Deploying eupki/ca/KGSResponseProcessorMDB
          20:15:09,215 INFO [EntityContainer] Creating
          20:15:09,238 INFO [EntityInstancePool] Creating
          20:15:09,238 INFO [EntityInstancePool] Created
          20:15:09,241 INFO [EntityContainer] Created
          20:15:09,245 INFO [EntityContainer] Creating
          20:15:09,247 INFO [EntityInstancePool] Creating
          20:15:09,247 INFO [EntityInstancePool] Created
          20:15:09,250 INFO [EntityContainer] Created
          20:15:09,253 INFO [EntityContainer] Creating
          20:15:09,276 INFO [EntityInstancePool] Creating
          20:15:09,276 INFO [EntityInstancePool] Created
          20:15:09,279 INFO [EntityContainer] Created
          20:15:09,283 INFO [EntityContainer] Creating
          20:15:09,285 INFO [EntityInstancePool] Creating
          20:15:09,285 INFO [EntityInstancePool] Created
          20:15:09,288 INFO [EntityContainer] Created
          20:15:09,291 INFO [EntityContainer] Creating
          20:15:09,293 INFO [EntityInstancePool] Creating
          20:15:09,294 INFO [EntityInstancePool] Created
          20:15:09,317 INFO [EntityContainer] Created
          20:15:09,320 INFO [EntityContainer] Creating
          20:15:09,323 INFO [EntityInstancePool] Creating
          20:15:09,323 INFO [EntityInstancePool] Created
          20:15:09,326 INFO [EntityContainer] Created
          20:15:09,331 INFO [EntityContainer] Creating
          20:15:09,333 INFO [EntityInstancePool] Creating
          20:15:09,333 INFO [EntityInstancePool] Created
          20:15:09,356 INFO [EntityContainer] Created
          20:15:09,360 INFO [EntityContainer] Creating
          20:15:09,363 INFO [EntityInstancePool] Creating
          20:15:09,363 INFO [EntityInstancePool] Created
          20:15:09,366 INFO [EntityContainer] Created
          20:15:09,369 INFO [EntityContainer] Creating
          20:15:09,372 INFO [EntityInstancePool] Creating
          20:15:09,372 INFO [EntityInstancePool] Created
          20:15:09,375 INFO [EntityContainer] Created
          20:15:09,398 INFO [EntityContainer] Creating
          20:15:09,401 INFO [EntityInstancePool] Creating
          20:15:09,401 INFO [EntityInstancePool] Created
          20:15:09,404 INFO [EntityContainer] Created
          20:15:09,407 INFO [EntityContainer] Creating
          20:15:09,410 INFO [EntityInstancePool] Creating
          20:15:09,410 INFO [EntityInstancePool] Created
          20:15:09,413 INFO [EntityContainer] Created
          20:15:09,436 INFO [EntityContainer] Registration is not done -> destroy
          20:15:09,452 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/KGSResponseProcessorMDB,service=EJB
          20:15:09,452 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/KGSResponseProcessorMDB,service=EJB
          20:15:09,453 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/UserRequestProcessorMDB,service=EJB
          20:15:09,453 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/UserRequestProcessorMDB,service=EJB
          20:15:09,453 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RARequestProcessorMDB,service=EJB
          20:15:09,454 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RARequestProcessorMDB,service=EJB
          20:15:09,454 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RequestReceiverMDB,service=EJB
          20:15:09,454 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=local/eupki/ca/RequestReceiverMDB,service=EJB
          20:15:09,478 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca_OTPDistrSession,service=EJB
          20:15:09,480 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca_OTPDistrSession,service=EJB
          20:15:09,481 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca_OTPAuthSession,service=EJB
          20:15:09,481 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca_OTPAuthSession,service=EJB
          20:15:09,481 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca_CSPSession,service=EJB
          20:15:09,482 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca_CSPSession,service=EJB
          20:15:09,483 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jndiName=ca/SafeDeleteEJB,service=EJB
          20:15:09,483 WARN [ServiceController] Ignoring request to remove nonexistent service: jboss.j2ee:jndiName=ca/SafeDeleteEJB,service=EJB
          20:15:09,484 INFO [EntityContainer] Stopping
          20:15:09,484 INFO [EntityInstancePool] Stopping
          20:15:09,484 INFO [EntityInstancePool] Stopped
          20:15:09,487 INFO [EntityContainer] Stopped
          20:15:09,487 INFO [EntityContainer] Destroying
          20:15:09,540 INFO [EntityInstancePool] Destroying
          20:15:09,540 INFO [EntityInstancePool] Destroyed
          20:15:09,541 INFO [EntityContainer] Destroyed
          20:15:09,543 INFO [EntityContainer] Destroying
          20:15:09,544 INFO [EntityInstancePool] Destroying
          20:15:09,544 INFO [EntityInstancePool] Destroyed
          20:15:09,545 INFO [EntityContainer] Destroyed
          20:15:09,548 INFO [EntityContainer] Destroying
          20:15:09,548 INFO [EntityInstancePool] Destroying
          20:15:09,548 INFO [EntityInstancePool] Destroyed
          20:15:09,549 INFO [EntityContainer] Destroyed
          20:15:09,550 INFO [EntityContainer] Destroying
          20:15:09,551 INFO [EntityInstancePool] Destroying
          20:15:09,551 INFO [EntityInstancePool] Destroyed
          20:15:09,552 INFO [EntityContainer] Destroyed
          20:15:09,553 INFO [EntityContainer] Destroying
          20:15:09,554 INFO [EntityInstancePool] Destroying
          20:15:09,554 INFO [EntityInstancePool] Destroyed
          20:15:09,554 INFO [EntityContainer] Destroyed
          20:15:09,558 INFO [EntityContainer] Destroying
          20:15:09,558 INFO [EntityInstancePool] Destroying
          20:15:09,559 INFO [EntityInstancePool] Destroyed
          20:15:09,559 INFO [EntityContainer] Destroyed
          20:15:09,562 INFO [EntityContainer] Destroying
          20:15:09,562 INFO [EntityInstancePool] Destroying
          20:15:09,562 INFO [EntityInstancePool] Destroyed
          20:15:09,563 INFO [EntityContainer] Destroyed
          20:15:09,564 INFO [EntityContainer] Destroying
          20:15:09,565 INFO [EntityInstancePool] Destroying
          20:15:09,565 INFO [EntityInstancePool] Destroyed
          20:15:09,566 INFO [EntityContainer] Destroyed
          20:15:09,580 INFO [EntityContainer] Destroying
          20:15:09,580 INFO [EntityInstancePool] Destroying
          20:15:09,580 INFO [EntityInstancePool] Destroyed
          20:15:09,581 INFO [EntityContainer] Destroyed
          20:15:09,582 INFO [EntityContainer] Destroying
          20:15:09,583 INFO [EntityInstancePool] Destroying
          20:15:09,583 INFO [EntityInstancePool] Destroyed
          20:15:09,583 INFO [EntityContainer] Destroyed
          20:15:09,585 INFO [EntityContainer] Destroying
          20:15:09,585 INFO [EntityInstancePool] Destroying
          20:15:09,585 INFO [EntityInstancePool] Destroyed
          20:15:09,586 INFO [EntityContainer] Destroyed
          20:15:09,588 INFO [EntityContainer] Destroying
          20:15:09,588 INFO [EntityInstancePool] Destroying
          20:15:09,588 INFO [EntityInstancePool] Destroyed
          20:15:09,589 INFO [EntityContainer] Destroyed
          20:15:09,594 ERROR [EjbModule] Initialization failed
          javax.management.InstanceAlreadyExistsException: jboss.j2ee:jndiName=JBossUtilAutoNumber,service=EJB already registered.
          at org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:617)
          at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:198)
          at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          at org.jboss.mx.interceptor.ObjectReferenceInterceptor.invoke(ObjectReferenceInterceptor.java:59)
          at org.jboss.mx.interceptor.MBeanAttributeInterceptor.invoke(MBeanAttributeInterceptor.java:43)
          at org.jboss.mx.interceptor.PersistenceInterceptor2.invoke(PersistenceInterceptor2.java:93)
          at org.jboss.mx.server.MBeanInvoker.invoke(MBeanInvoker.java:75)
          at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:141)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
          at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:994)
          at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:330)
          at org.jboss.ejb.EjbModule.createService(EjbModule.java:296)
          at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
          at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
          at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
          at $Proxy11.create(Unknown Source)
          at org.jboss.system.ServiceController.create(ServiceController.java:310)
          at org.jboss.system.ServiceController.create(ServiceController.java:243)
          at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
          at $Proxy20.create(Unknown Source)
          at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:519)
          at org.jboss.deployment.MainDeployer.create(MainDeployer.java:784)
          at org.jboss.deployment.MainDeployer.create(MainDeployer.java:776)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:639)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
          at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:

          • 2. Re: Registration of MBean <listing>

            You have deployed two different ejbs with the same
            global jndiname

            jndiName=JBossUtilAutoNumber

            Regards,
            Adrian