• 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

Getting Deployement Error

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

When i add Library JAR to EAR and Deploy i am getting deployement error as shouwn below
===========================================================================
There was a Deplyment Error
java.rmi.ServerException: RemoteException occurred in Server thread; nested exception is : java.rmi.RemoteException: Error while loading JAR c:\j2sdkee1.3.1\repository\jawaharb\aaplications\ReferApp1169190593424Server.jar;nested exception is: com.sun.enterprise.deploymet.xml.ContentTransformationException: Referencing error: this bundle has no bean of name : ReferBean
Plseas refer to <J2EE_HOME>/logs/<machine-name>/j2ee/j2ee/error.log
for more information. please verify your Application with the Verifier tool.
===========================================================================
I found no failed result in Verifier Tool and no log statements regarding this deployement error. When i deploy without Library JAR, successfully deploying that to Sevrer but giving runtime error(Already posted regarding this. Subject : Problem in EJB reference Example )

Pls help me. i am not able to continue with my SCBCD preparation
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic