[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sample-problem



Hello!
I get the following error-message while running the MyApp-Client in the Ozone-Tutoial:
 
D:\ozone-0.6.1\doc\tutorial>ojvm MyApp create
Connected ...
Exception in thread "main" org.ozoneDB.ClassNotFoundExc: CarImpl
        at org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:508)
        at org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:476)
        at org.ozoneDB.ExternalDatabase.createObject(ExternalDatabase.java:708)
        at org.ozoneDB.ExternalDatabase.createObject(ExternalDatabase.java:702)
        at MyApp.createCar(MyApp.java:34)
        at MyApp.main(MyApp.java:21)
 
The directory-listing:
 
D:\ozone-0.6.1\doc\tutorial>dir *.java *.class
 Datenträger in Laufwerk D: ist VHDB
 Datenträgernummer: C83A-63C1
 
 Verzeichnis von D:\ozone-0.6.1\doc\tutorial
 
28.02.2001  11:25                1.381 GarageImpl.java
28.02.2001  11:25                1.798 MyApp.java
28.02.2001  11:25                  309 Garage.java
28.02.2001  11:25                  237 Car.java
28.02.2001  11:25                1.928 GarageApp.java
28.02.2001  11:25                  784 CarImpl.java
 
 Verzeichnis von D:\ozone-0.6.1\doc\tutorial
 
10.04.2001  17:40                  250 Car.class
10.04.2001  17:40                  814 CarImpl.class
10.04.2001  17:40                1.924 CarImpl_Proxy.class
10.04.2001  17:40                2.423 MyApp.class
 
By what is this behavior caused? Nothing was changed in the *.java-files. I'm using Ozone-0.6.1. under Win2000. The same error occurs by using << java MyApp create >>.
The .\-dir is set in the classpath.
Thank you very much, Yves.