Hi,

after setting the log level to debug, i get an InstanceAlreadyExistsException when i deploy an ear-file in server.log. The application works as expected. The exception is thrown, when the ear-file jsr-77 mbean shall be registerd at the end of the deployment. It seems that it was registerd earlier in the deployment process. Is it a bug or a configuration error in my ear-file?

Environment:
jboss-3.2 Branch_3_2 cvs from yesterday, todays checkout doesn't compile because of a compiler error in system/src/main/org/jboss/system/server/ServerConfigImpl.java :(
Sun JDK 1.4.1_02 on Linux


The lines in server.log are:

2003-03-27 16:30:28,611 DEBUG [org.jboss.management.j2ee.J2EEDeployedObject] file: file:/home/bk/projects/jboss/jboss-server/wizard-all-psql/server/dorun/
tmp/deploy/server/dorun/deploy/castor-tariff.ear/32.castor-tariff.ear, descriptor: META-INF/application.xml


2003-03-27 16:30:28,630 DEBUG [org.jboss.management.j2ee.J2EEApplication] postRegister(), parent: jboss.management.local:j2eeType=J2EEServer,name=Local

2003-03-27 16:30:28,631 DEBUG [org.jboss.management.j2ee.J2EEApplication] Could not create JSR-77 J2EEApplication: jboss.management.local:J2EEServer=Local
,j2eeType=J2EEApplication,name=castor-tariff.ear
javax.management.InstanceAlreadyExistsException: jboss.management.local:J2EEServer=Local,j2eeType=J2EEApplication,name=castor-tariff.ear already registere
d.
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)


[additional stack trace]

Thanks

Bernd
--
Dipl.-Inform. Bernd Koecke
UNIX-Entwicklung
Schlund+Partner AG
Fon: +49-721-91374-0
E-Mail: [EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to