• 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

Deployment Error using j2ee1.2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am doing a simple ejb program which has to print hello on console.
i have compiled the home interface,remote interface and the bean successfully.
i have added the classes to make the jar file and set up the JNDI name.
but when i am deploying ,i am getting the following error:
"There was a deployment error.java.rmi.ServerException: RemoteException occured in sever thread; nested exception is: java.rmi.RemoteException: Error saving/opening" This error pops up as a message box during the "Deployment Progress Screen". The main window states: "Deployment Error: Bad mapping of key {0} to class {1}; not found: com.sun.enterprise.deployment.xml.ApplicationNode"
i am using jdk1.2 and
j2eesdk 1.2 version.
please help, i'm not able to make heads or tails of it
 
Ranch Hand
Posts: 227
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What appserver are you deploying to?
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it is J2EE RI.
 
reply
    Bookmark Topic Watch Topic
  • New Topic