• 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

ejb jar giving exception while running weblogic

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<Mar 29, 2007 10:30:50 AM GMT+05:30> <Error> <Deployer> <BEA-149205> <Failed toinitialize the application _appsdir_LriEARrel1_0_ear due to error weblogic.management.ApplicationException: prepare failed for lriEJBrel1_0.jar{
Module Name: lriEJBrel1_0.jar, Error: Exception preparing module: EJBModule(lriEJBrel1_0.jar,status=NEW)
Unable to deploy EJB: .\myserver\stage\_appsdir_LriEARrel1_0_ear\lriEJBrel1_0.jar from lriEJBrel1_0.jar:
weblogic.ejb20.WLDeploymentException: [EJB:010106]EJB : ejb/lri/LriRequisitionEJ
BRef .Unable to initialize method info for remote or home interface. The error is java.lang.NoClassDefFoundError: com/sns/legal/lri/util/LriPopulateReq
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1627)
at java.lang.Class.privateGetPublicMethods(Class.java:1655)
at java.lang.Class.getMethods(Class.java:815)
at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.initializeMethodInfo
s(ClientDrivenBeanInfoImpl.java:1224)
at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfoImpl.java:266)
at weblogic.ejb20.deployer.SessionBeanInfoImpl.<init>(SessionBeanInfoImpl.java:74)
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


The error is java.lang.NoClassDefFoundError: com/sns/legal/lri/util/LriPopulateReq


There is a class missing from your classpath. Make sure you are deploying whatever jar contains this class to the correct place in your application.
 
It's a pleasure to see superheros taking such an interest in science. And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic