Weblogic 10.3.0 EJB Timer Unregister
I have an enterprise application which contains EJB Timer. While undeploying application i get following error:
AdminServer.log
####<Dec 17, 2009 12:37:53 AM CST> <Error> <JMX> <lhe-efu-it88l> <AdminServer> <[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1261031873664> <BEA-149500> <An exception occurred while registering the MBean null.
java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : com.bea:ServerRuntime=AdminServer,Name=weblogic.ejb.timer.CampaignManager.CampaignService.jar.AudioCampaignScheduer,Type=PersistentStoreConnectionRuntime,PersistentStoreRuntime=_WLS_AdminServer new:weblogic.store.admin.PersistentStoreConnectionRuntimeMBeanImpl@1fc537 existing weblogic.store.admin.PersistentStoreConnectionRuntimeMBeanImpl@1e5ed7b
at weblogic.management.jmx.ObjectNameManagerBase.registerObject(ObjectNameManagerBase.java:168)
at weblogic.management.mbeanservers.internal.WLSObjectNameManager.lookupObjectName(WLSObjectNameManager.java:131)
0