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

New bie Question

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to j2ee.
I have installed j2sdkee1.3 into my NT4.0.
And set varibles:
J2EE_HOME=c:\j2sdkee1.3
JAVA_HOME=c:\jdk1.3
CLASSPATH=.;c:\jdk1.3\lib;c:\j2sdkee1.3\lib;
PATH=c:\jdk1.3\bin;c:\j2sdkee1.3\bin;
I can compile sample appilications. But I have some problem when I develop sample applictions. For example, For sample application "Converter", follows steps showed in Chapter 2 of J2EE Developer's Guide, I got this point
1). Creating the J2EE Application.
no prblem.
2). Packaging tje Enterprise Bean
no errors.
3). Depolying the J2EE Application
steps a-g OK!!!
step h. After I clicked Finish buttom, the following error message appeard:
There was a deployment error
java.rmi.ServerException:RemoteException occurred in server thread;nested exception is:
java.rmi.RemoteExveption:Error saving/opening
Any help would be appreciated greatly.



 
Ranch Hand
Posts: 334
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suspect the "path = " you put there will overid all the previous path existed in the environment. You should append (something like %path%)the new path to the what ever exist instead of overid.
Fixing the path might solve the problem.
good luck
 
straws are for suckers. tiny ads are for attractive people.
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic