Been beating againt WLS 7.0 some more.
Originally, we had our application running in Tomcat and using WLS purely
for EJBs. Now, we've been trying to get the WAR to work within WLS, and made
some layout changes in order to accomodate WLS.
But now, I'm consistently (though I won't say repeatably, as in I can make
it happen) getting these errors, and once that happens, my app is dead.
The WAR and EJBs are part of the same EAR file. I don't any notice in the
WLS log of WLS "undeploying" the IRNGenerator bean, and I'm certainly not
doing it myself, yet I get this error all the time, and it's a bit of a
roadblock.
This doesn't make a lot of sense. I'm not seeing any other exceptions in the
WLS log that would foreshadow this happening.
Any thoughts would be appreciated.
Best Regards,
Will Hartung
(wi...@msoft.com)
Stack snippet below:
1342520 [ExecuteThread: '10' for queue: 'default'] ERROR
msc.asutil.IRNGenerator - getNext: exception: Bean is already undeployed.
java.rmi.NoSuchObjectException: Bean is already undeployed.
at
weblogic.ejb20.manager.BaseEJBManager.preInvoke(BaseEJBManager.java:94)
at weblogic.ejb20.manager.DBManager.preInvoke(DBManager.java:226)
at
weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:126)
at
weblogic.ejb20.internal.EntityEJBObject.preInvoke(EntityEJBObject.java:91)
at
msc.as.IRNEntityEJB_b1jyx4_EOImpl.getIRN(IRNEntityEJB_b1jyx4_EOImpl.java:29)
at msc.asutil.IRNGenerator.getNext(IRNGenerator.java:52)
at msc.asutil.IRNGenerator.getNext(IRNGenerator.java:78)
at msc.as.MetricsSessionEJB.logEvent(MetricsSessionEJB.java:190)
What method are you using to deploy/undeploy your ear? applications directory?
weblogic.Deployer?
Seth