[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment

jaikiran do-not-reply at jboss.com
Wed Sep 16 05:30:52 EDT 2009


1) It's an WARN message:

16:27:07,977 WARN  [AbstractDeploymentContext] Unable to register deployment mbean jboss.gggomobile:
  | name=GGGoMobileSessionFactory
  | javax.management.InstanceAlreadyExistsException: jboss.deployment:id="jboss.gggomobile:name=GGGoMobileSessionFactory",type=Component already registered.
  | 

2) It was a known issue and was fixed in AS 5.0.1 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=149531. However you mention that you are using 5.1.0 AS and still seeing this issue. Let us know if that's the case for sure.

3) As an workaround, you can remove the :

<module>
  |         <service>META-INF/hibernate-service.xml</service>
  |     </module>
  | 
from the jboss-app.xml. The hibernate-service.xml will by default be picked up when it's found in META-INF folder.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255477#4255477

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255477



More information about the jboss-user mailing list