• 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

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).]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic