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

Re: need help (this is both a users and dev question, I think)



"Crucius, Wesley" wrote:
> 
> Folks,
> I downloaded the 1.0.1 version and unpacked, set up environment variables (correctly, I think), ran the build with only Javadoc errors (are those typical?), ran the Install app to set up data directory, changed to the samples\simple folder and started "ozone -dE:\ozone". When I try running the build batch file, I get the following error and now I'm lost:
> 
> C:\Java\ozone101\samples\simple>..\..\build.bat
> The system cannot find the path specified.
try going to the ozone 101 dir and running this command.
build.bat is calling
bin\ant.bat

maybe the ..\.. doesn't work and as I don't use windows I can't test but
this is my guess.

> 
> I can't even figure out what path it cannot find...
> 
> If I try running "ojvm Client", I get the following error (assuming because I couldn't build?):

> C:\Java\ozone101\samples\simple>ojvm Client
> connected...
> Exception in thread "main" java.lang.RuntimeException: org.ozoneDB.ClassNotFound
> Exc: BusImpl_Proxy
>         at org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:528)
>         at org.ozoneDB.ExternalDatabase.sendCommand(ExternalDatabase.java:500)
>         at org.ozoneDB.ExternalDatabase.createObject(ExternalDatabase.java:732)
>         at org.ozoneDB.ExternalDatabase.createObject(ExternalDatabase.java:716)
>         at Client.main(Client.java:36)
> 
This class _Proxy is created by the Ozone Post Processor(OPP) which is
called by the build.
Please try the build above from the OZONE_HOME dir and report back.

Hope this helps,
Eric

----------------------------------------------------------------------
Post a message:         mailto:ozone-users@ozone-db.org
Unsubscribe:            mailto:ozone-users-request@ozone-db.org?body=unsubscribe
Contact adminstrator:   mailto:ozone-users-owner@ozone-db.org
Read archived messages: http://www.ozone-db.org/
----------------------------------------------------------------------