• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

java.rmi.RemoteException: Could not create Entity EJB

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
I am trying the account example provided in the documentation. I have successfully deployed the AccountApp, and I am now in the process of testing the AccountClient by running a testClient.bat file with the following contents:
set CPATH=.;%J2EE_HOME%\lib\j2ee.jar;AccountAppClient.jar
java -classpath "%CPATH%" AccountClient
However, I am getting the following error message:
Caught an exception.
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: Could not create Entity EJB
java.rmi.RemoteException: Could not create Entity EJB
no stack trace available
I am using Cloudscape. Any idea on what went wrong?
Rgds,
ShaWan
[This message has been edited by sha wan (edited September 01, 2001).]
[This message has been edited by sha wan (edited September 01, 2001).]
[This message has been edited by sha wan (edited September 01, 2001).]
 
Why does your bag say "bombs"? The reason I ask is that my bag says "tiny ads" and it has stuff like this:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic