<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Deployment to JBoss unsuccessful: EJB3 VMID is already registered
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/tothc">Csaba Toth</a> in <i>EJB 3.0 Development</i> - <a href="http://community.jboss.org/message/561193#561193">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>I'm modifing an open-source project's code to implement special system for academic research.</p><p>See OpenEMPI: <a class="jive-link-external-small" href="http://www.openempi.org/">http://www.openempi.org/</a></p><p>It uses PostgreSQL, Spring, and it exposes some functionality through EJB3 interfaces.</p><p>I deploy the ear into a JBoss 4.2.3 GA-jdk6, I use 1.6.0_21 Java JDK, Windows 7 x64 operating system (+ Ubuntu machines, right now my developer machine has Windows 7, but I'll move soon to Ubuntu.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I made several changes to OpenEMPI, and now I want to set up a scheme where OpenEMPI communicates with another one through the EJB3 interfaces.</p><p>More than 3 weeks ago I achieved that and I moved the other component to the Ubuntu machines.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Then I also wanted to make the communication secure, so I made several configuration changes to JBoss to leverage SSL.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Things started to go wrong. The test code managed to get the EJB3 Service interface 2 weeks ago, but when I called actual functions on it, the communication stopped. I ran the server in SSL debug mode, but couldn't figure out why it didn't work. I ruled out all firewalls, so that cannot be the problem. Things still worked on my developer machine, if I deployed all componenets to the same JBoss.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>I decided to move back to the non SSL configuration, but now I'm totally stuck, because I couldn't even deploy my modified OpenEMPI to my local JBoss.</p><p>I have no idea why. It must be some simple configuration problem, but I don't know what it is and I hope you can help.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Error message:</p><p>14:37:55,953 INFO  [EARDeployer] Init J2EE application: file:/C:/jboss/server/default/deploy/openempi-2.0.5.ear<br/>14:38:10,594 WARN  [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=openempi-ejb-2.0.5.jar<br/>java.lang.IllegalStateException: Container jboss.j2ee:ear=openempi-2.0.5.ear,jar=openempi-ejb-2.0.5.jar,name=PersonManagerService,service=EJB3,VMID=1be0395c8ac2f5a9:-a9218d4:12af800b119:-7f8e + is already registered<br/>    at org.jboss.ejb3.Ejb3Registry.register(Ejb3Registry.java:114)<br/>    at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:494)<br/>    at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:442)<br/>    at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:423)<br/>    at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:384)<br/>    at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:327)<br/>    at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:77)<br/>    at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)<br/>    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)<br/>    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)<br/>    at $Proxy0.create(Unknown Source)<br/>    at org.jboss.system.ServiceController.create(ServiceController.java:330)<br/>    at org.jboss.system.ServiceController.create(ServiceController.java:273)<br/>    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)<br/>    at $Proxy33.create(Unknown Source)<br/>    at org.jboss.ejb3.EJB3Deployer.create(EJB3Deployer.java:492)<br/>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)<br/>    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)<br/>    at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)<br/>    at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)<br/>    at org.jboss.wsf.container.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:76)<br/>    at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)<br/>    at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)<br/>    at $Proxy34.create(Unknown Source)<br/>    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)<br/>    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959)<br/>    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)<br/>    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)<br/>    at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)<br/>    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)<br/>    at $Proxy9.deploy(Unknown Source)<br/>    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)<br/>    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)<br/>    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)<br/>    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)<br/>    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)<br/>    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)<br/>    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)<br/>    at $Proxy0.start(Unknown Source)<br/>    at org.jboss.system.ServiceController.start(ServiceController.java:417)<br/>    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)<br/>    at $Proxy4.start(Unknown Source)<br/>    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)<br/>    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)<br/>    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)<br/>    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)<br/>    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)<br/>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br/>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>    at java.lang.reflect.Method.invoke(Method.java:597)<br/>    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)<br/>    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)<br/>    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)<br/>    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)<br/>    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)<br/>    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)<br/>    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)<br/>    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)<br/>    at $Proxy5.deploy(Unknown Source)<br/>    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)<br/>    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)<br/>    at org.jboss.Main.boot(Main.java:200)<br/>    at org.jboss.Main$1.run(Main.java:508)<br/>    at java.lang.Thread.run(Thread.java:619)<br/>14:38:11,181 WARN  [JAXWSDeployerHookPreJSE] Cannot load servlet class: com.google.gwt.junit.server.JUnitHostImpl<br/>14:38:11,195 INFO  [EJB3Deployer] Deployed: file:/C:/jboss/server/default/tmp/deploy/tmp603717587478542091openempi-2.0.5.ear-contents/openempi-ejb-2.0.5.jar<br/>14:38:11,204 INFO  [TomcatDeployer] deploy, ctxPath=/openempi-admin, warUrl=.../tmp/deploy/tmp603717587478542091openempi-2.0.5.ear-contents/openempi-webapp-web-2.0.5-exp.war/<br/>14:38:19,778 INFO  [STDOUT] INFO - org.hibernate.transaction.TransactionFactoryFactory.buildTransactionFactory(34) | Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory<br/>14:38:20,100 INFO  [STDOUT] INFO - org.hibernate.transaction.TransactionManagerLookupFactory.getTransactionManagerLookup(33) | No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)<br/>14:38:22,749 INFO  [STDOUT] UserManagerImpl constructed<br/>14:38:23,354 INFO  [STDOUT] PersonManagerServiceImpl constructed<br/>14:38:23,471 INFO  [STDOUT] PersonQueryServiceImpl constructed<br/>14:38:23,784 INFO  [STDOUT] PersonManagerRemoteServiceImpl constructed<br/>14:38:23,841 INFO  [STDOUT] PersonQueryRemoteServiceImpl constructed<br/>14:38:23,892 INFO  [STDOUT] KeyServiceLocatorImpl constructed<br/>14:38:23,912 INFO  [STDOUT] TransformationServiceImpl constructed<br/>14:38:24,362 INFO  [STDOUT] Configuration constructed<br/>14:38:26,180 INFO  [STDOUT] ValidationServiceImpl constructed<br/>14:38:26,199 INFO  [STDOUT] ProbabilisticMatchingService constructed<br/>14:38:26,228 INFO  [STDOUT] BlockingServiceImpl constructed<br/>14:38:26,277 INFO  [STDOUT] BlockingBypassServiceImpl constructed<br/>14:38:26,292 INFO  [STDOUT] StringComparisonServiceImpl constructed<br/>14:38:27,080 INFO  [STDOUT] AuditEventServiceImpl constructed<br/>14:38:27,244 INFO  [STDOUT] DEBUG - org.hibernate.jdbc.AbstractBatcher.log(401) | select this_.audit_event_type_cd as audit1_1_0_, this_.audit_event_type_code as audit2_1_0_, this_.audit_event_type_description as audit3_1_0_, this_.audit_event_type_name as audit4_1_0_ from audit_event_type this_<br/>14:38:27,245 INFO  [STDOUT] Hibernate: select this_.audit_event_type_cd as audit1_1_0_, this_.audit_event_type_code as audit2_1_0_, this_.audit_event_type_description as audit3_1_0_, this_.audit_event_type_name as audit4_1_0_ from audit_event_type this_<br/>14:38:29,341 INFO  [STDOUT] KeyServerServiceImpl constructed<br/>14:38:30,001 INFO  [STDOUT] INFO - org.hibernate.transaction.TransactionFactoryFactory.buildTransactionFactory(34) | Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory<br/>14:38:30,003 INFO  [STDOUT] INFO - org.hibernate.transaction.TransactionManagerLookupFactory.getTransactionManagerLookup(33) | No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)<br/>14:38:30,304 INFO  [STDOUT] UserManagerImpl constructed<br/>14:38:30,348 INFO  [STDOUT] PersonManagerServiceImpl constructed<br/>14:38:30,379 INFO  [STDOUT] PersonQueryServiceImpl constructed<br/>14:38:30,392 INFO  [STDOUT] PersonManagerRemoteServiceImpl constructed<br/>14:38:30,404 INFO  [STDOUT] PersonQueryRemoteServiceImpl constructed<br/>14:38:30,413 INFO  [STDOUT] KeyServiceLocatorImpl constructed<br/>14:38:30,416 INFO  [STDOUT] TransformationServiceImpl constructed<br/>14:38:30,453 INFO  [STDOUT] Configuration constructed<br/>14:38:30,486 INFO  [STDOUT] ValidationServiceImpl constructed<br/>14:38:30,742 INFO  [STDOUT] ProbabilisticMatchingService constructed<br/>14:38:30,816 INFO  [STDOUT] BlockingServiceImpl constructed<br/>14:38:30,826 INFO  [STDOUT] BlockingBypassServiceImpl constructed<br/>14:38:30,829 INFO  [STDOUT] StringComparisonServiceImpl constructed<br/>14:38:30,869 INFO  [STDOUT] AuditEventServiceImpl constructed<br/>14:38:30,875 INFO  [STDOUT] DEBUG - org.hibernate.jdbc.AbstractBatcher.log(401) | select this_.audit_event_type_cd as audit1_42_0_, this_.audit_event_type_code as audit2_42_0_, this_.audit_event_type_description as audit3_42_0_, this_.audit_event_type_name as audit4_42_0_ from audit_event_type this_<br/>14:38:30,875 INFO  [STDOUT] Hibernate: select this_.audit_event_type_cd as audit1_42_0_, this_.audit_event_type_code as audit2_42_0_, this_.audit_event_type_description as audit3_42_0_, this_.audit_event_type_name as audit4_42_0_ from audit_event_type this_<br/>14:38:30,906 INFO  [STDOUT] KeyServerServiceImpl constructed<br/>14:38:32,415 INFO  [STDOUT] INFO - org.hibernate.transaction.TransactionFactoryFactory.buildTransactionFactory(34) | Transaction strategy: org.springframework.orm.hibernate3.SpringTransactionFactory<br/>14:38:32,421 INFO  [STDOUT] INFO - org.hibernate.transaction.TransactionManagerLookupFactory.getTransactionManagerLookup(33) | No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)<br/>14:38:32,765 INFO  [STDOUT] UserManagerImpl constructed<br/>14:38:32,846 INFO  [STDOUT] PersonManagerServiceImpl constructed<br/>14:38:32,871 INFO  [STDOUT] PersonQueryServiceImpl constructed<br/>14:38:32,884 INFO  [STDOUT] PersonManagerRemoteServiceImpl constructed<br/>14:38:33,002 INFO  [STDOUT] PersonQueryRemoteServiceImpl constructed<br/>14:38:33,008 INFO  [STDOUT] KeyServiceLocatorImpl constructed<br/>14:38:33,011 INFO  [STDOUT] TransformationServiceImpl constructed<br/>14:38:33,036 INFO  [STDOUT] Configuration constructed<br/>14:38:33,068 INFO  [STDOUT] ValidationServiceImpl constructed<br/>14:38:33,070 INFO  [STDOUT] ProbabilisticMatchingService constructed<br/>14:38:33,078 INFO  [STDOUT] BlockingServiceImpl constructed<br/>14:38:33,309 INFO  [STDOUT] BlockingBypassServiceImpl constructed<br/>14:38:33,312 INFO  [STDOUT] StringComparisonServiceImpl constructed<br/>14:38:33,351 INFO  [STDOUT] AuditEventServiceImpl constructed<br/>14:38:33,357 INFO  [STDOUT] DEBUG - org.hibernate.jdbc.AbstractBatcher.log(401) | select this_.audit_event_type_cd as audit1_83_0_, this_.audit_event_type_code as audit2_83_0_, this_.audit_event_type_description as audit3_83_0_, this_.audit_event_type_name as audit4_83_0_ from audit_event_type this_<br/>14:38:33,357 INFO  [STDOUT] Hibernate: select this_.audit_event_type_cd as audit1_83_0_, this_.audit_event_type_code as audit2_83_0_, this_.audit_event_type_description as audit3_83_0_, this_.audit_event_type_name as audit4_83_0_ from audit_event_type this_<br/>14:38:33,365 INFO  [STDOUT] KeyServerServiceImpl constructed<br/>14:38:33,482 INFO  [EARDeployer] Started J2EE application: file:/C:/jboss/server/default/deploy/openempi-2.0.5.ear<br/>14:38:33,483 ERROR [URLDeploymentScanner] Incomplete Deployment listing:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>--- MBeans waiting for other MBeans ---<br/>ObjectName: jboss.j2ee:service=EJB3,module=openempi-ejb-2.0.5.jar<br/>  State: FAILED<br/>  Reason: java.lang.IllegalStateException: Container jboss.j2ee:ear=openempi-2.0.5.ear,jar=openempi-ejb-2.0.5.jar,name=PersonManagerService,service=EJB3,VMID=1be0395c8ac2f5a9:-a9218d4:12af800b119:-7f8e + is already registered</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---<br/>ObjectName: jboss.j2ee:service=EJB3,module=openempi-ejb-2.0.5.jar<br/>  State: FAILED<br/>  Reason: java.lang.IllegalStateException: Container jboss.j2ee:ear=openempi-2.0.5.ear,jar=openempi-ejb-2.0.5.jar,name=PersonManagerService,service=EJB3,VMID=1be0395c8ac2f5a9:-a9218d4:12af800b119:-7f8e + is already registered</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><br/>14:38:33,850 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080<br/>14:38:34,018 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009<br/>14:38:34,142 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 1m:14s:646ms</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/561193#561193">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in EJB 3.0 Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2030">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>