• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic.utils.AssertionError

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm getting an weblogics.utils.AssertionError when i'm trying to deploy my EJB Session Bean.
Can Anyone help?
Error message follows
=========================================================================
ERROR: Error from ejbc: weblogic.utils.AssertionError: ***** ASSERTION FAILED **
***[ Couldn't find wlBean named ServiceMgrAdapter ]
at weblogic.utils.Debug.assert(Debug.java:84)
at weblogic.ejb20.deployer.CompositeMBeanDescriptor.completeBeans(Compos
iteMBeanDescriptor.java:1285)
at weblogic.ejb20.deployer.CompositeMBeanDescriptor.init(CompositeMBeanD
escriptor.java:169)
at weblogic.ejb20.deployer.CompositeMBeanDescriptor.<init>(CompositeMBea
nDescriptor.java:156)
at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
BeanDeploymentInfoImpl.java:393)
at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
tInfoImpl.java:126)
at weblogic.ejb20.ejbc.EJBCompiler.setupEJB(EJBCompiler.java:130)
at weblogic.ejbc20.runBody(ejbc20.java:360)
at weblogic.utils.compiler.Tool.run(Tool.java:79)
at weblogic.ejbc.main(ejbc.java:29)
 
It is no measure of health to be well adjusted to a profoundly sick society. -Krishnamurti Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic