• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

DeploymentDescriptorException while deploying a CMP with realtionships on weblogic7.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using weblogic v7.0 with MS SQL v8.0. I was able to deploy a CMP sucessfully. But when I deploy a CMP with realtionsips defined, I get the following exception. I tried deploying the sample "Bands" in weblogic. Again the same exception is thrown.
Unable to deploy EJB: D:\bea\user_projects\GDDomain\rel.jar from rel.jar:
weblogic.ejb20.deployer.DeploymentDescriptorException: Unable to load a class sp
ecified in your ejb-jar.xml: Class bytes found but defineClass()failed for: 'rel
ation.session.EmployeeSessionBean' at
weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(M
BeanDeploymentInfoImpl.java:431) at
weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymen
tInfoImpl.java:164) at
weblogic.ejb20.deployer.EJBDeployer.setupBeanInfo(EJBDeployer.java:94 4) at
weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1251) at
weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:235) at
weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationC
ontainer.java:1425) at
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:650) at
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:548) at
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
veDeployer.java:1026) at
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
loyer.java:700) at
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
dler.java:24) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152) at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
} at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:657) at
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
er.java:548) at
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
veDeployer.java:1026) at
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
loyer.java:700) at
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
dler.java:24) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152) at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
>

Please help. I am in urgent need.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the WebLogic forum for some more specific help...
 
Everybody's invited. Except this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic