[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: build
Well, I've got the sample running but I had to run the build from
OZONE_HOME/samples/simple. Still get the same error on building 0.6.1 from
OZONE_HOME.
> -----Original Message-----
> From: ozone-users-owner@ozone-db.org
> [mailto:ozone-users-owner@ozone-db.org]On Behalf Of Scott Sayles
> Sent: Sunday, April 01, 2001 7:34 PM
> To: ozone-users@ozone-db.org
> Subject: build
>
>
>
> I'm looking to evaluate ozone.
> I've just checked out ozone from CVS and attempted a build. I'm
> getting the
> following error:
>
> ==========================================
> Executing Target: server
> Compiling 3 source files to C:\home\ssayles\src\ozone
> C:\home\ssayles\src\ozone\org\ozoneDB\core\DbRemote\DbNextID.java:
> 33: Method
> nextID(long)
> not found in class org.ozoneDB.core.Env.
> long id = env.nextID( range );
> ^
> C:\home\ssayles\src\ozone\org\ozoneDB\core\wizardStore\ClusterStor
> e.java:229
> : Method nextI
> D() not found in class org.ozoneDB.core.Env.
> cluster = new Cluster( new ClusterID( env.nextID() ), perms,
> env.transactionMa
> nager.newLock(), 256 );
> ^
> 2 errors
> BUILD FATAL ERROR: Compile failed, messages should have been provided.
> ===========================================
>
>
> Suspecting that perhaps I may have checked out in the middle of somebody's
> checkins, I attempted to update but, of course, I can't connect to
> cvs.smb-tec.com anymore. I went ahead and downloaded 0.6.1 and
> attempted a
> build. It seems to go ok, however, I get the following error (as well as
> for BusImpl):
>
> ======================================
> Executing Target: proxies
> [exec] PartImpl:
> [exec] java.lang.ClassNotFoundException: PartImpl
> [exec] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> [exec] at java.security.AccessController.doPrivileged(Native Method)
> [exec] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
> [exec] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
> [exec] at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
> [exec] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
> [exec] at java.lang.Class.forName0(Native Method)
> [exec] at java.lang.Class.forName(Class.java:120)
> [exec] at org.ozoneDB.tools.OPP.OPP.makeProxy(OPP.java:184)
> [exec] at org.ozoneDB.tools.OPP.OPP.makeProxies(OPP.java:159)
> [exec] at org.ozoneDB.tools.OPP.OPP.main(OPP.java:116)
> [exec] Result: 1
> ======================================
>
> I'm unable to run the samples and I suspect the problem is
> related to this.
>
> Could someone provide some insight on how to build ozone correctly?
>
> Thanks
>
> Scott
>
>
- Follow-Ups:
- RE: build
- From: Falko Braeutigam <falko@smb-tec.com>
- References:
- build
- From: "Scott Sayles" <ssayles@fgm.com>