• 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

Error in Deploying App using J2EE

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I keep getting an error when I try and deploy an app using J2EE. Here is the error. Pleas Help.
"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 know this class file is in the j2ee.jar which is in c:\j2sdkee1.2.1\lib. I'm using Windows NT. Thanks for your help.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Matthew Roth:
I keep getting an error when I try and deploy an app using J2EE. Here is the error. Pleas Help.
"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 know this class file is in the j2ee.jar which is in c:\j2sdkee1.2.1\lib. I'm using Windows NT. Thanks for your help.


 
Matthew Roth
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Am I the only one that can only see a 'quote' ??

Thanks for what? LOL
 
Matthew Roth
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for nothing, it sent me an email interupting my work.
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Matthew Roth:
Thanks for nothing, it sent me an email interupting my work.


why not post here?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
Iam experiencing the same deployment problem.( bad mapping....not found:com.sun.enterprise.deployment.xml.applicationNode).
Can you please let me knoe how to fix it.
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic