Re: Re: -URGENT HELP-ozone installation problems....

"ss" <[email protected]> 28 Nov 2005 13:53:09 -0000
Newsgroups gmane.comp.java.ozone.user
Message-ID <[email protected]>
 This is a multipart mime message


--Next_1133185989---0-203.199.83.120-28065
Content-type: text/plain;
	charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

 =0ASorry to be back again:=0Aproblem when the client is to b build in the =
example of sample\simple is that when the following stmt is executed :=0A=
=0A E:\jdk1.4\bin\ozone-1.2\samples\simple>E:\jdk1.4\bin\ozone-1.2\bin\ozon=
eAnt=0Athe error message is:=0AThe system cannot find the specified path=0A=
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools=
/ant/Main=0A.......plz help me out urgently=0A=0AOn Sun, 27 Nov 2005 Per Ny=
felt wrote :=0A>If you have %OZONE_HOME%\bin included in the PATH you can r=
un the build file=0A>(called build.xml btw) by typing ozoneAnt. Actually st=
anding in the=0A>sample\simple directory you can build by typing ..\..\bin\=
ozoneAnt. This is=0A>already described in the README file btw...=0A>=0A>Reg=
ards,=0A>Per=0A>=0A>=0A>On Saturday 26 November 2005 18.54, ss wrote:=0A> >=
 thnx 4 d cooperation so far.......i jst hope it to b the last time.....=0A=
> > the ozone server is successfully compiled.... but the problem is in the=
=0A> > running of the example: there is a problem in starting the client...=
.there=0A> > is no build.bat file that needs to b run to build the client..=
..nor could i=0A> > find 'make' newhere ..........plz suggest smthng=0A> >=
=0A> > On Sat, 26 Nov 2005 Per Nyfelt wrote :=0A> > >OK, one more try:=0A> =
> >=0A> > >Ozone releases comes in two flavors: a binary and a source packa=
ge.=0A> > >The binary distribution is already compiled and is the easiest o=
ne to get=0A> > >started with.=0A> > >The source distribution contains all =
source code but no compiled or=0A> > > packaged classes and needs to be bui=
lt before it can be used.=0A> > >=0A> > >To get started with the binary dis=
tribution do the following:=0A> > >1. unzip ozone-1.2-bin.zip to a director=
y of choice (eg. c:\ozone-1.2)=0A> > >2. set OZONE_HOME to this directory (=
e.g. c:\ozone-1.2)=0A> > >3. create a classes directory (c:\ozone-1.2\class=
es) where you can put=0A> > > your own code i.e.=0A> > >both interface and =
implementation classes tht needs to be visible for the=0A> > >server should=
 be in here.=0A> > >An alternative to this, which is mentioned in the sampl=
es, is to start=0A> > > ozone from the directory where your=0A> > >classes =
are compiled (both current directory and OZONE_HOME\classes are=0A> > >incl=
uded in the classpath per default.=0A> > >=0A> > >That's it; you are now re=
ady to try something out. Client code that=0A> > > connects to the server n=
eeds the ozoneServer.jar to be able to connect to=0A> > > the server. Look =
in the samples and in the users guide for things to get=0A> > > started wit=
h and try out.=0A> > >If later you need more full blown apps look in the oz=
oneApps cvs module=0A> > > (also released as ozone applications in source f=
orge)=0A> > >=0A> > >Running the ozone server=0A> > >----------------------=
--=0A> > >=0A> > >1. Initialize database directory.=0A> > >=0A> > >A databa=
se directory holds all files of an ozone database. To initialize=0A> > > an=
 empty database start the ozone install tool:=0A> > >=0A> > > 	ozoneInst -d=
<data_directory>=0A> > >=0A> > >e.g.=0A> > >c:\ozone-1.2\bin\>ozoneInst -dc=
:/ozone-1.2/data=0A> > >=0A> > >To see all possible parameters of ozoneInst=
 type 'ozoneInst -h'.=0A> > >=0A> > >2. Start the server.=0A> > >=0A> > > 	=
ozone -d<data_directory> -u<username>=0A> > >-u can be omitted=0A> > >e.g.=
=0A> > >c:\ozone-1.2\bin\>ozone -dc:/ozone-1.2/data=0A> > >=0A> > >You will=
 get some status information and after the initialisation ozone is=0A> > > =
up and running. You can setup as many databases and you can run as many=0A>=
 > > servers as you need on one system. To define users and to do other=0A>=
 > > administration things use the admin tool:=0A> > >=0A> > > 	ozoneAdmin=
=0A> > >=0A> > >To see all possible commands and parameters of ozoneAdmin t=
ype 'ozoneAdmin=0A> > >-h'.=0A> > >=0A> > >You can also try the adminGui wh=
ich is a Swing based admin tool=0A> > >=0A> > >     ozoneAdminGui=0A> > >=
=0A> > >Trying out the ozone samples=0A> > >----------------------------=0A=
> > >=0A> > >IMPORTANT NOTE: the VM of the ozone server must be able to acc=
ess the=0A> > > class files of the application. To run the ozone samples, y=
ou may add "."=0A> > > to your CLASSPATH and start the ozone server INSIDE =
THE SAMPLE DIRECTORY.=0A> > > Alternatively  put your compiled classes in %=
OZONE_HOME%\classes.=0A> > >=0A> > >1. Start the server.=0A> > >=0A> > >Ope=
n a new console. Change directory to <OZONE_HOME>/samples/simple.=0A> > > I=
nstall a new database via 'ozoneInst -d<db_dir>'. Start the server via=0A> =
> >'ozone -d<db_dir> -u<username>' as described above.=0A> > >=0A> > >2. St=
art the Client.=0A> > >=0A> > >Open a new console. Change directory to <OZO=
NE_HOME>/samples/simple. Build=0A> > >the client via '../../build.[sh|bat]'=
 or 'make'. Start the client via=0A> > >'ojvm Client'.=0A> > >=0A> > >Good =
luck!=0A> > >=0A> > >On Saturday 26 November 2005 13.36, ss wrote:=0A> > > =
> sorry to bother u again:=0A> > > >=0A> > > > 1. the problem with binary v=
ersion is that i could not find build.bat=0A> > > > file in it......suggest=
 sumthng=0A> > > >=0A> > > > 2. plz give me a brief intro of "ant build scr=
ipt"=0A> > > >=0A> > > > On Sat, 26 Nov 2005 Per Nyfelt wrote :=0A> > > > >=
On Saturday 26 November 2005 05.23, ss wrote:=0A> > > > > > 1. i ve changed=
 my ozone home to :E:\jdk1.4\bin\ozone-1.2\server=0A> > > > > >=0A> > > > >=
 >    hope it works out=0A> > > > >=0A> > > > >No it is not correct for the=
 source distribution.=0A> > > > >I would strongly you switch to the binary =
distribution. Get things up=0A> > > > > and running first before attempting=
 to build the server from source.=0A> > > > >=0A> > > > > > 2.  kindly spec=
ify the step by step procedure to build this ant=0A> > > > > > build script=
 (where to edit,how to save,how to execute etc.) as i=0A> > > > > > ve no i=
dea abt it......plz help me out=0A> > > > >=0A> > > > >I just did! I dont k=
now how to make it any clearer.=0A> > > > >=0A> > > > > > 3.  when  ozone -=
d E:\jdk1.4\bin\ozone-1.2\server\data -u=0A> > > > > > is executed , the  e=
rr mssg is=0A> > > > > > Exception in thread "main" java.lang.NoClassDefFou=
ndError:=0A> > > > > > org/ozoneDB/core/Server wat might b the reason 4 thi=
s???????=0A> > > > >=0A> > > > >Something is wrong with your classpath. Pro=
bably the linefeed problem=0A> > > > > that makes the scripts uninterpretab=
le by windows.=0A> > > > >=0A> > > > > > On Fri, 25 Nov 2005 Per Nyfelt wro=
te :=0A> > > > > > >As a told you earlier: you need to edit your batch file=
s and=0A> > > > > > > replace linefeed (LF) with Carriage Return Linefeed (=
CRLF)!=0A> > > > > > >=0A> > > > > > >One way to do this is to create a sim=
ple ant build script:=0A> > > > > > ><project name=3D"scriptfix" default=3D=
"lineend" basedir=3D".">=0A> > > > > > > 	<target name=3D"lineend">=0A> > >=
 > > > > 		<fixcrlf srcdir=3D"server/bin" includes=3D"**/*.bat" />=0A> > > =
> > > > 	</target>=0A> > > > > > ></project>=0A> > > > > > >=0A> > > > > > =
>If you are building from src do the following:=0A> > > > > > >1. Make sure=
 server\bin\ozoneAnt.bat has the right end of line=0A> > > > > > > characte=
rs. In notepad they will look like empty boxes replace=0A> > > > > > > all =
boxes with an enter (sorry for the pain)=0A> > > > > > >2. cd server=0A> > =
> > > > >3. execute the build.bat script (this will also fix all your EOL=
=0A> > > > > > > characters in build/bin to match your system)=0A> > > > > =
> >4. Your ozone distribution are now in server\build - this is your=0A> > =
> > > > > OZONE_HOME (unless you copy the files elsewhere if course)=0A> > =
> > > > >=0A> > > > > > >There is also a dist.bin target besides the defaul=
t one that=0A> > > > > > > builds a structure like the binary distribution =
that might be of=0A> > > > > > > interest.=0A> > > > > > >=0A> > > > > > >G=
ood luck!=0A> > > > > > >=0A> > > > > > >/Per=0A> > > > > > >=0A> > > > > >=
 >On Friday 25 November 2005 13.36, ss wrote:=0A> > > > > > > >  i ve insta=
lled the src version of ozone n set the variables as=0A> > > > > > > > foll=
ows: ozone_home:  E:\jdk1.4\bin\ozone-1.2=0A> > > > > > > > ozone_path:  E:=
\jdk1.4\bin\ozone-1.2\server\bin=0A> > > > > > > > ozone_jvm: java=0A> > > =
> > > > > ozone_javac: javac=0A> > > > > > > >=0A> > > > > > > > if any cor=
rection is to b made in thse variables do inform=0A> > > > > > > >=0A> > > =
> > > > > i get the following message when this is executed:=0A> > > > > > =
> > ozoneInst -d E:\jdk1.4\bin\ozone-1.2\data=0A> > > > > > > > offrem $Id:=
 ozoneInst.bat,v 1.2 2002/12/29 11:15:55 per_nyfelt=0A> > > > > > > > Exp $=
call ojvm.bat org.ozoneDB.tools.Install -d=0A> > > > > > > > E:\jdk1.4\bin\=
ozone-1.2\data=0A> > > > > > > >=0A> > > > > > > > i could not find the pat=
h for making the changes u=0A> > > > > > > > suggested.........plz help me =
out.......urgently=0A> > > > > > >=0A> > > > > > >-------------------------=
------------------------------=0A> > > > > > >This SF.net email is sponsore=
d by: Splunk Inc. Do you grep through=0A> > > > > > > log files for problem=
s?  Stop!  Download the new AJAX search=0A> > > > > > > engine that makes s=
earching your log files as easy as surfing the=0A> > > > > > >  web.  DOWNL=
OAD SPLUNK!=0A> > > > > > > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16=
865&op=3Dclick=0A> > > > > > > ____________________________________________=
___=0A> > > > > > >Ozone-users mailing list=0A> > > > > > >Ozone-users@list=
s.sourceforge.net=0A> > > > > > >https://lists.sourceforge.net/lists/listin=
fo/ozone-users=0A> > >=0A> > >---------------------------------------------=
----------=0A> > >This SF.net email is sponsored by: Splunk Inc. Do you gre=
p through log=0A> > > files for problems?  Stop!  Download the new AJAX sea=
rch engine that=0A> > > makes searching your log files as easy as surfing t=
he  web.  DOWNLOAD=0A> > > SPLUNK! http://ads.osdn.com/?ad_id=3D7637&alloc_=
id=3D16865&op=3Dclick=0A> > >______________________________________________=
_=0A> > >Ozone-users mailing list=0A> > >[email protected]=
=0A> > >https://lists.sourceforge.net/lists/listinfo/ozone-users=0A>=0A>=0A=
>-------------------------------------------------------=0A>This SF.net ema=
il is sponsored by: Splunk Inc. Do you grep through log files=0A>for proble=
ms?  Stop!  Download the new AJAX search engine that makes=0A>searching you=
r log files as easy as surfing the  web.  DOWNLOAD SPLUNK!=0A>http://ads.os=
dn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick=0A>_______________________=
________________________=0A>Ozone-users mailing list=0A>[email protected]=
ourceforge.net=0A>https://lists.sourceforge.net/lists/listinfo/ozone-users=
=0A
--Next_1133185989---0-203.199.83.120-28065
Content-type: text/html;
	charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

<P>=0A <BR>=0ASorry to be back again:<BR>=0Aproblem when the client is to b=
 build in the example of sample\simple is that when the following stmt is e=
xecuted :<BR>=0A<BR>=0A E:\jdk1.4\bin\ozone-1.2\samples\simple&gt;E:\jdk1.4=
\bin\ozone-1.2\bin\ozoneAnt<BR>=0Athe error message is:<BR>=0AThe system ca=
nnot find the specified path<BR>=0AException in thread &quot;main&quot; jav=
a.lang.NoClassDefFoundError: org/apache/tools/ant/Main<BR>=0A.......plz hel=
p me out urgently<BR>=0A<BR>=0AOn Sun, 27 Nov 2005 Per Nyfelt wrote :<BR>=
=0A&gt;If you have %OZONE_HOME%\bin included in the PATH you can run the bu=
ild file<BR>=0A&gt;(called build.xml btw) by typing ozoneAnt. Actually stan=
ding in the<BR>=0A&gt;sample\simple directory you can build by typing ..\..=
\bin\ozoneAnt. This is<BR>=0A&gt;already described in the README file btw..=
.<BR>=0A&gt;<BR>=0A&gt;Regards,<BR>=0A&gt;Per<BR>=0A&gt;<BR>=0A&gt;<BR>=0A&=
gt;On Saturday 26 November 2005 18.54, ss wrote:<BR>=0A&gt; &gt; thnx 4 d c=
ooperation so far.......i jst hope it to b the last time.....<BR>=0A&gt; &g=
t; the ozone server is successfully compiled.... but the problem is in the<=
BR>=0A&gt; &gt; running of the example: there is a problem in starting the =
client....there<BR>=0A&gt; &gt; is no build.bat file that needs to b run to=
 build the client....nor could i<BR>=0A&gt; &gt; find 'make' newhere ......=
....plz suggest smthng<BR>=0A&gt; &gt;<BR>=0A&gt; &gt; On Sat, 26 Nov 2005 =
Per Nyfelt wrote :<BR>=0A&gt; &gt; &gt;OK, one more try:<BR>=0A&gt; &gt; &g=
t;<BR>=0A&gt; &gt; &gt;Ozone releases comes in two flavors: a binary and a =
source package.<BR>=0A&gt; &gt; &gt;The binary distribution is already comp=
iled and is the easiest one to get<BR>=0A&gt; &gt; &gt;started with.<BR>=0A=
&gt; &gt; &gt;The source distribution contains all source code but no compi=
led or<BR>=0A&gt; &gt; &gt; packaged classes and needs to be built before i=
t can be used.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;To get started with=
 the binary distribution do the following:<BR>=0A&gt; &gt; &gt;1. unzip ozo=
ne-1.2-bin.zip to a directory of choice (eg. c:\ozone-1.2)<BR>=0A&gt; &gt; =
&gt;2. set OZONE_HOME to this directory (e.g. c:\ozone-1.2)<BR>=0A&gt; &gt;=
 &gt;3. create a classes directory (c:\ozone-1.2\classes) where you can put=
<BR>=0A&gt; &gt; &gt; your own code i.e.<BR>=0A&gt; &gt; &gt;both interface=
 and implementation classes tht needs to be visible for the<BR>=0A&gt; &gt;=
 &gt;server should be in here.<BR>=0A&gt; &gt; &gt;An alternative to this, =
which is mentioned in the samples, is to start<BR>=0A&gt; &gt; &gt; ozone f=
rom the directory where your<BR>=0A&gt; &gt; &gt;classes are compiled (both=
 current directory and OZONE_HOME\classes are<BR>=0A&gt; &gt; &gt;included =
in the classpath per default.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;That=
's it; you are now ready to try something out. Client code that<BR>=0A&gt; =
&gt; &gt; connects to the server needs the ozoneServer.jar to be able to co=
nnect to<BR>=0A&gt; &gt; &gt; the server. Look in the samples and in the us=
ers guide for things to get<BR>=0A&gt; &gt; &gt; started with and try out.<=
BR>=0A&gt; &gt; &gt;If later you need more full blown apps look in the ozon=
eApps cvs module<BR>=0A&gt; &gt; &gt; (also released as ozone applications =
in source forge)<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;Running the ozone=
 server<BR>=0A&gt; &gt; &gt;------------------------<BR>=0A&gt; &gt; &gt;<B=
R>=0A&gt; &gt; &gt;1. Initialize database directory.<BR>=0A&gt; &gt; &gt;<B=
R>=0A&gt; &gt; &gt;A database directory holds all files of an ozone databas=
e. To initialize<BR>=0A&gt; &gt; &gt; an empty database start the ozone ins=
tall tool:<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &nbsp; &nbsp; &nbsp;oz=
oneInst -d&lt;data_directory&gt;<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;e=
.g.<BR>=0A&gt; &gt; &gt;c:\ozone-1.2\bin\&gt;ozoneInst -dc:/ozone-1.2/data<=
BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;To see all possible parameters of =
ozoneInst type 'ozoneInst -h'.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;2. =
Start the server.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &nbsp; &nbsp; &=
nbsp;ozone -d&lt;data_directory&gt; -u&lt;username&gt;<BR>=0A&gt; &gt; &gt;=
-u can be omitted<BR>=0A&gt; &gt; &gt;e.g.<BR>=0A&gt; &gt; &gt;c:\ozone-1.2=
\bin\&gt;ozone -dc:/ozone-1.2/data<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt=
;You will get some status information and after the initialisation ozone is=
<BR>=0A&gt; &gt; &gt; up and running. You can setup as many databases and y=
ou can run as many<BR>=0A&gt; &gt; &gt; servers as you need on one system. =
To define users and to do other<BR>=0A&gt; &gt; &gt; administration things =
use the admin tool:<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &nbsp; &nbsp;=
 &nbsp;ozoneAdmin<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;To see all possi=
ble commands and parameters of ozoneAdmin type 'ozoneAdmin<BR>=0A&gt; &gt; =
&gt;-h'.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;You can also try the admi=
nGui which is a Swing based admin tool<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt;=
 &gt;&nbsp; &nbsp;  ozoneAdminGui<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;=
Trying out the ozone samples<BR>=0A&gt; &gt; &gt;--------------------------=
--<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;IMPORTANT NOTE: the VM of the o=
zone server must be able to access the<BR>=0A&gt; &gt; &gt; class files of =
the application. To run the ozone samples, you may add &quot;.&quot;<BR>=0A=
&gt; &gt; &gt; to your CLASSPATH and start the ozone server INSIDE THE SAMP=
LE DIRECTORY.<BR>=0A&gt; &gt; &gt; Alternatively&nbsp; put your compiled cl=
asses in %OZONE_HOME%\classes.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;1. =
Start the server.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;Open a new conso=
le. Change directory to &lt;OZONE_HOME&gt;/samples/simple.<BR>=0A&gt; &gt; =
&gt; Install a new database via 'ozoneInst -d&lt;db_dir&gt;'. Start the ser=
ver via<BR>=0A&gt; &gt; &gt;'ozone -d&lt;db_dir&gt; -u&lt;username&gt;' as =
described above.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;2. Start the Clie=
nt.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;Open a new console. Change dir=
ectory to &lt;OZONE_HOME&gt;/samples/simple. Build<BR>=0A&gt; &gt; &gt;the =
client via '../../build.[sh|bat]' or 'make'. Start the client via<BR>=0A&gt=
; &gt; &gt;'ojvm Client'.<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;Good luc=
k!<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; &gt;On Saturday 26 November 2005 13=
.36, ss wrote:<BR>=0A&gt; &gt; &gt; &gt; sorry to bother u again:<BR>=0A&gt=
; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; 1. the problem with binary versi=
on is that i could not find build.bat<BR>=0A&gt; &gt; &gt; &gt; file in it.=
.....suggest sumthng<BR>=0A&gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; 2.=
 plz give me a brief intro of &quot;ant build script&quot;<BR>=0A&gt; &gt; =
&gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; On Sat, 26 Nov 2005 Per Nyfelt wrote :<=
BR>=0A&gt; &gt; &gt; &gt; &gt;On Saturday 26 November 2005 05.23, ss wrote:=
<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; 1. i ve changed my ozone home to :E:\j=
dk1.4\bin\ozone-1.2\server<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &=
gt; &gt; &gt; &gt; &gt;&nbsp; &nbsp; hope it works out<BR>=0A&gt; &gt; &gt;=
 &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt;No it is not correct for the sourc=
e distribution.<BR>=0A&gt; &gt; &gt; &gt; &gt;I would strongly you switch t=
o the binary distribution. Get things up<BR>=0A&gt; &gt; &gt; &gt; &gt; and=
 running first before attempting to build the server from source.<BR>=0A&gt=
; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; 2.&nbsp; kindly s=
pecify the step by step procedure to build this ant<BR>=0A&gt; &gt; &gt; &g=
t; &gt; &gt; build script (where to edit,how to save,how to execute etc.) a=
s i<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; ve no idea abt it......plz help me =
out<BR>=0A&gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt;I just did=
! I dont know how to make it any clearer.<BR>=0A&gt; &gt; &gt; &gt; &gt;<BR=
>=0A&gt; &gt; &gt; &gt; &gt; &gt; 3.&nbsp; when&nbsp; ozone -d E:\jdk1.4\bi=
n\ozone-1.2\server\data -u<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; is executed =
, the&nbsp; err mssg is<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; Exception in th=
read &quot;main&quot; java.lang.NoClassDefFoundError:<BR>=0A&gt; &gt; &gt; =
&gt; &gt; &gt; org/ozoneDB/core/Server wat might b the reason 4 this???????=
<BR>=0A&gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt;Something is =
wrong with your classpath. Probably the linefeed problem<BR>=0A&gt; &gt; &g=
t; &gt; &gt; that makes the scripts uninterpretable by windows.<BR>=0A&gt; =
&gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; On Fri, 25 Nov 2005=
 Per Nyfelt wrote :<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;As a told you e=
arlier: you need to edit your batch files and<BR>=0A&gt; &gt; &gt; &gt; &gt=
; &gt; &gt; replace linefeed (LF) with Carriage Return Linefeed (CRLF)!<BR>=
=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &=
gt;One way to do this is to create a simple ant build script:<BR>=0A&gt; &g=
t; &gt; &gt; &gt; &gt; &gt;&lt;project name=3D&quot;scriptfix&quot; default=
=3D&quot;lineend&quot; basedir=3D&quot;.&quot;&gt;<BR>=0A&gt; &gt; &gt; &gt=
; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp;&lt;target name=3D&quot;lineend&quot;&=
gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp;&nbsp; &nb=
sp; &nbsp;&lt;fixcrlf srcdir=3D&quot;server/bin&quot; includes=3D&quot;**/*=
.bat&quot; /&gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nb=
sp;&lt;/target&gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;&lt;/project&gt;=
<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &g=
t; &gt;If you are building from src do the following:<BR>=0A&gt; &gt; &gt; =
&gt; &gt; &gt; &gt;1. Make sure server\bin\ozoneAnt.bat has the right end o=
f line<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; characters. In notepad they=
 will look like empty boxes replace<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt=
; all boxes with an enter (sorry for the pain)<BR>=0A&gt; &gt; &gt; &gt; &g=
t; &gt; &gt;2. cd server<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;3. execute=
 the build.bat script (this will also fix all your EOL<BR>=0A&gt; &gt; &gt;=
 &gt; &gt; &gt; &gt; characters in build/bin to match your system)<BR>=0A&g=
t; &gt; &gt; &gt; &gt; &gt; &gt;4. Your ozone distribution are now in serve=
r\build - this is your<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; OZONE_HOME =
(unless you copy the files elsewhere if course)<BR>=0A&gt; &gt; &gt; &gt; &=
gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;There is also a dist.=
bin target besides the default one that<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt;=
 &gt; builds a structure like the binary distribution that might be of<BR>=
=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; interest.<BR>=0A&gt; &gt; &gt; &gt; &=
gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;Good luck!<BR>=0A&gt;=
 &gt; &gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;/Per=
<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &g=
t; &gt;On Friday 25 November 2005 13.36, ss wrote:<BR>=0A&gt; &gt; &gt; &gt=
; &gt; &gt; &gt; &gt;&nbsp; i ve installed the src version of ozone n set t=
he variables as<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; follows: ozon=
e_home:&nbsp; E:\jdk1.4\bin\ozone-1.2<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &=
gt; &gt; ozone_path:&nbsp; E:\jdk1.4\bin\ozone-1.2\server\bin<BR>=0A&gt; &g=
t; &gt; &gt; &gt; &gt; &gt; &gt; ozone_jvm: java<BR>=0A&gt; &gt; &gt; &gt; =
&gt; &gt; &gt; &gt; ozone_javac: javac<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; =
&gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; if any correction i=
s to b made in thse variables do inform<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt;=
 &gt; &gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; i get the followin=
g message when this is executed:<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &=
gt; ozoneInst -d E:\jdk1.4\bin\ozone-1.2\data<BR>=0A&gt; &gt; &gt; &gt; &gt=
; &gt; &gt; &gt; offrem $Id: ozoneInst.bat,v 1.2 2002/12/29 11:15:55 per_ny=
felt<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Exp $call ojvm.bat org.o=
zoneDB.tools.Install -d<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; E:\jd=
k1.4\bin\ozone-1.2\data<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<BR>=
=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; i could not find the path for ma=
king the changes u<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; suggested.=
........plz help me out.......urgently<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; =
&gt;<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;------------------------------=
-------------------------<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;This SF.n=
et email is sponsored by: Splunk Inc. Do you grep through<BR>=0A&gt; &gt; &=
gt; &gt; &gt; &gt; &gt; log files for problems?&nbsp; Stop!&nbsp; Download =
the new AJAX search<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; engine that ma=
kes searching your log files as easy as surfing the<BR>=0A&gt; &gt; &gt; &g=
t; &gt; &gt; &gt;&nbsp; web.&nbsp; DOWNLOAD SPLUNK!<BR>=0A&gt; &gt; &gt; &g=
t; &gt; &gt; &gt; http://ads.osdn.com/?ad_id=3D7637&amp;alloc_id=3D16865&am=
p;op=3Dclick<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt; _____________________=
__________________________<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;Ozone-us=
ers mailing list<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;Ozone-users@lists.=
sourceforge.net<BR>=0A&gt; &gt; &gt; &gt; &gt; &gt; &gt;https://lists.sourc=
eforge.net/lists/listinfo/ozone-users<BR>=0A&gt; &gt; &gt;<BR>=0A&gt; &gt; =
&gt;-------------------------------------------------------<BR>=0A&gt; &gt;=
 &gt;This SF.net email is sponsored by: Splunk Inc. Do you grep through log=
<BR>=0A&gt; &gt; &gt; files for problems?&nbsp; Stop!&nbsp; Download the ne=
w AJAX search engine that<BR>=0A&gt; &gt; &gt; makes searching your log fil=
es as easy as surfing the&nbsp; web.&nbsp; DOWNLOAD<BR>=0A&gt; &gt; &gt; SP=
LUNK! http://ads.osdn.com/?ad_id=3D7637&amp;alloc_id=3D16865&amp;op=3Dclick=
<BR>=0A&gt; &gt; &gt;_______________________________________________<BR>=0A=
&gt; &gt; &gt;Ozone-users mailing list<BR>=0A&gt; &gt; &gt;Ozone-users@list=
s.sourceforge.net<BR>=0A&gt; &gt; &gt;https://lists.sourceforge.net/lists/l=
istinfo/ozone-users<BR>=0A&gt;<BR>=0A&gt;<BR>=0A&gt;-----------------------=
--------------------------------<BR>=0A&gt;This SF.net email is sponsored b=
y: Splunk Inc. Do you grep through log files<BR>=0A&gt;for problems?&nbsp; =
Stop!&nbsp; Download the new AJAX search engine that makes<BR>=0A&gt;search=
ing your log files as easy as surfing the&nbsp; web.&nbsp; DOWNLOAD SPLUNK!=
<BR>=0A&gt;http://ads.osdn.com/?ad_id=3D7637&amp;alloc_id=3D16865&amp;op=3D=
click<BR>=0A&gt;_______________________________________________<BR>=0A&gt;O=
zone-users mailing list<BR>=0A&gt;[email protected]<BR>=0A&=
gt;https://lists.sourceforge.net/lists/listinfo/ozone-users<BR>=0A=0A</P>=
=0A<br><br>=0A<a href=3D"http://adworks.rediff.com/cgi-bin/AdWorks/sigclick=
.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3D3"><IMG=
 SRC=3D"http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff=
.com/signature-home.htm/1963059423@Middle5?OAS_query=3Dnull&PARTNER=3D3" BO=
RDER=3D0 VSPACE=3D0 HSPACE=3D0></a>=0A
--Next_1133185989---0-203.199.83.120-28065--



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click