Re: Re: ozone installation problems....
"ss" <[email protected]> 27 Nov 2005 05:28:24 -0000
| Newsgroups | gmane.comp.java.ozone.user |
|---|---|
| Message-ID | <[email protected]> |
This is a multipart mime message --Next_1133069304---0-203.199.83.120-1852 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =0Awhen this line is executed :=0AE:\jdk1.4\bin\ozone-1.2\samples\simple>E:= \jdk1.4\bin\ozone-1.2\bin\ozoneAnt=0A=0Athe error mssg is: =0AThe system c= annot find the path specified.=0AException in thread "main" java.lang.NoCla= ssDefFoundError: org/apache/tools/ant/Main=0A=0A.......plz suggest smthng= =0A=0AOn Sun, 27 Nov 2005 Per Nyfelt wrote :=0A>If you have %OZONE_HOME%\bi= n included in the PATH you can run the build file=0A>(called build.xml btw)= by typing ozoneAnt. Actually standing in the=0A>sample\simple directory yo= u can build by typing ..\..\bin\ozoneAnt. This is=0A>already described in t= he README file btw...=0A>=0A>Regards,=0A>Per=0A>=0A>=0A>On Saturday 26 Nove= mber 2005 18.54, ss wrote:=0A> > thnx 4 d cooperation so far.......i jst ho= pe it to b the last time.....=0A> > the ozone server is successfully compil= ed.... but the problem is in the=0A> > running of the example: there is a p= roblem in starting the client....there=0A> > is no build.bat file that need= s 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 flavo= rs: a binary and a source package.=0A> > >The binary distribution is alread= y compiled and is the easiest one to get=0A> > >started with.=0A> > >The so= urce distribution contains all source code but no compiled or=0A> > > packa= ged classes and needs to be built before it can be used.=0A> > >=0A> > >To = get started with the binary distribution do the following:=0A> > >1. unzip = ozone-1.2-bin.zip to a directory 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 classe= s directory (c:\ozone-1.2\classes) where you can put=0A> > > your own code = i.e.=0A> > >both interface and implementation classes tht needs to be visib= le for the=0A> > >server should be in here.=0A> > >An alternative to this, = which is mentioned in the samples, is to start=0A> > > ozone from the direc= tory where your=0A> > >classes are compiled (both current directory and OZO= NE_HOME\classes are=0A> > >included in the classpath per default.=0A> > >= =0A> > >That's it; you are now ready to try something out. Client code that= =0A> > > connects to the server needs the ozoneServer.jar to be able to con= nect to=0A> > > the server. Look in the samples and in the users guide for = things to get=0A> > > started with and try out.=0A> > >If later you need mo= re full blown apps look in the ozoneApps cvs module=0A> > > (also released = as ozone applications in source forge)=0A> > >=0A> > >Running the ozone ser= ver=0A> > >------------------------=0A> > >=0A> > >1. Initialize database d= irectory.=0A> > >=0A> > >A database directory holds all files of an ozone d= atabase. To initialize=0A> > > an empty database start the ozone install to= ol:=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. St= art 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 datab= ases 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 to= ol:=0A> > >=0A> > > ozoneAdmin=0A> > >=0A> > >To see all possible commands= and parameters of ozoneAdmin type 'ozoneAdmin=0A> > >-h'.=0A> > >=0A> > >Y= ou can also try the adminGui which 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 ozo= ne server must be able to access the=0A> > > class files of the application= . To run the ozone samples, you may add "."=0A> > > to your CLASSPATH and s= tart the ozone server INSIDE THE SAMPLE DIRECTORY.=0A> > > Alternatively p= ut your compiled classes in %OZONE_HOME%\classes.=0A> > >=0A> > >1. Start t= he server.=0A> > >=0A> > >Open a new console. Change directory to <OZONE_HO= ME>/samples/simple.=0A> > > Install a new database via 'ozoneInst -d<db_dir= >'. Start the server via=0A> > >'ozone -d<db_dir> -u<username>' as describe= d above.=0A> > >=0A> > >2. Start the Client.=0A> > >=0A> > >Open a new cons= ole. Change directory to <OZONE_HOME>/samples/simple. Build=0A> > >the clie= nt via '../../build.[sh|bat]' or 'make'. Start the client via=0A> > >'ojvm = Client'.=0A> > >=0A> > >Good luck!=0A> > >=0A> > >On Saturday 26 November 2= 005 13.36, ss wrote:=0A> > > > sorry to bother u again:=0A> > > >=0A> > > >= 1. the problem with binary version 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 script"=0A> > > >=0A> > > > On Sat, 26 Nov 2005 P= er 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\se= rver=0A> > > > > >=0A> > > > > > hope it works out=0A> > > > >=0A> > > >= >No it is not correct for the source distribution.=0A> > > > >I would stro= ngly you switch to the binary distribution. Get things up=0A> > > > > and r= unning first before attempting to build the server from source.=0A> > > > >= =0A> > > > > > 2. kindly specify the step by step procedure to build this = ant=0A> > > > > > build script (where to edit,how to save,how to execute et= c.) as i=0A> > > > > > ve no idea abt it......plz help me out=0A> > > > >= =0A> > > > >I just did! I dont know 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 err mssg is=0A> > > > > > Exception in threa= d "main" java.lang.NoClassDefFoundError:=0A> > > > > > org/ozoneDB/core/Ser= ver wat might b the reason 4 this???????=0A> > > > >=0A> > > > >Something i= s wrong with your classpath. Probably the linefeed problem=0A> > > > > that= makes the scripts uninterpretable by windows.=0A> > > > >=0A> > > > > > On= Fri, 25 Nov 2005 Per Nyfelt wrote :=0A> > > > > > >As a told you earlier: = you need to edit your batch files and=0A> > > > > > > replace linefeed (LF)= with Carriage Return Linefeed (CRLF)!=0A> > > > > > >=0A> > > > > > >One w= ay to do this is to create a simple ant build script:=0A> > > > > > ><proje= ct name=3D"scriptfix" default=3D"lineend" basedir=3D".">=0A> > > > > > > <= target name=3D"lineend">=0A> > > > > > > <fixcrlf srcdir=3D"server/bin" i= ncludes=3D"**/*.bat" />=0A> > > > > > > </target>=0A> > > > > > ></project= >=0A> > > > > > >=0A> > > > > > >If you are building from src do the follow= ing:=0A> > > > > > >1. Make sure server\bin\ozoneAnt.bat has the right end = of line=0A> > > > > > > characters. In notepad they will look like empty bo= xes replace=0A> > > > > > > all boxes with an enter (sorry for the pain)=0A= > > > > > > >2. cd server=0A> > > > > > >3. execute the build.bat script (t= his will also fix all your EOL=0A> > > > > > > characters in build/bin to m= atch your system)=0A> > > > > > >4. Your ozone distribution are now in serv= er\build - this is your=0A> > > > > > > OZONE_HOME (unless you copy the fil= es elsewhere if course)=0A> > > > > > >=0A> > > > > > >There is also a dist= .bin target besides the default one that=0A> > > > > > > builds a structure= like the binary distribution that might be of=0A> > > > > > > interest.=0A= > > > > > > >=0A> > > > > > >Good luck!=0A> > > > > > >=0A> > > > > > >/Per= =0A> > > > > > >=0A> > > > > > >On Friday 25 November 2005 13.36, ss wrote:= =0A> > > > > > > > i ve installed the src version of ozone n set the varia= bles as=0A> > > > > > > > follows: 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 correction is to b made in thse variables do inf= orm=0A> > > > > > > >=0A> > > > > > > > i get the following message when th= is 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 path for making the changes u=0A> > > > > > > > = suggested.........plz help me out.......urgently=0A> > > > > > >=0A> > > > = > > >-------------------------------------------------------=0A> > > > > > = >This SF.net email is sponsored by: Splunk Inc. Do you grep through=0A> > >= > > > > log files for problems? Stop! Download the new AJAX search=0A> >= > > > > > engine that makes searching your log files as easy as surfing th= e=0A> > > > > > > web. DOWNLOAD SPLUNK!=0A> > > > > > > http://ads.osdn.c= om/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick=0A> > > > > > > ______________= _________________________________=0A> > > > > > >Ozone-users mailing list= =0A> > > > > > >[email protected]=0A> > > > > > >https://li= sts.sourceforge.net/lists/listinfo/ozone-users=0A> > >=0A> > >-------------= ------------------------------------------=0A> > >This SF.net email is spon= sored by: Splunk Inc. Do you grep through log=0A> > > files for problems? = Stop! Download the new AJAX search engine that=0A> > > makes searching you= r log files as easy as surfing the web. DOWNLOAD=0A> > > SPLUNK! http://a= ds.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick=0A> > >______________= _________________________________=0A> > >Ozone-users mailing list=0A> > >Oz= [email protected]=0A> > >https://lists.sourceforge.net/lists/= listinfo/ozone-users=0A>=0A>=0A>-------------------------------------------= ------------=0A>This SF.net email is sponsored by: Splunk Inc. Do you grep = through log files=0A>for problems? Stop! Download the new AJAX search eng= ine that makes=0A>searching your log files as easy as surfing the web. DO= WNLOAD SPLUNK!=0A>http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dc= lick=0A>_______________________________________________=0A>Ozone-users mail= ing list=0A>[email protected]=0A>https://lists.sourceforge.= net/lists/listinfo/ozone-users=0A --Next_1133069304---0-203.199.83.120-1852 Content-type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline <P>=0A<BR>=0Awhen this line is executed :<BR>=0AE:\jdk1.4\bin\ozone-1.2\sam= ples\simple>E:\jdk1.4\bin\ozone-1.2\bin\ozoneAnt<BR>=0A<BR>=0Athe error = mssg is: <BR>=0AThe system cannot find the path specified.<BR>=0AExce= ption in thread "main" java.lang.NoClassDefFoundError: org/apache= /tools/ant/Main<BR>=0A<BR>=0A.......plz suggest smthng<BR>=0A<BR>=0AOn Sun,= 27 Nov 2005 Per Nyfelt wrote :<BR>=0A>If you have %OZONE_HOME%\bin incl= uded in the PATH you can run the build file<BR>=0A>(called build.xml btw= ) by typing ozoneAnt. Actually standing in the<BR>=0A>sample\simple dire= ctory you can build by typing ..\..\bin\ozoneAnt. This is<BR>=0A>already= described in the README file btw...<BR>=0A><BR>=0A>Regards,<BR>=0A&g= t;Per<BR>=0A><BR>=0A><BR>=0A>On Saturday 26 November 2005 18.54, s= s wrote:<BR>=0A> > thnx 4 d cooperation so far.......i jst hope it to= b the last time.....<BR>=0A> > the ozone server is successfully comp= iled.... but the problem is in the<BR>=0A> > running of the example: = there is a problem in starting the client....there<BR>=0A> > is no bu= ild.bat file that needs to b run to build the client....nor could i<BR>=0A&= gt; > find 'make' newhere ..........plz suggest smthng<BR>=0A> ><B= R>=0A> > On Sat, 26 Nov 2005 Per Nyfelt wrote :<BR>=0A> > >O= K, one more try:<BR>=0A> > ><BR>=0A> > >Ozone releases co= mes in two flavors: a binary and a source package.<BR>=0A> > >The = binary distribution is already compiled and is the easiest one to get<BR>= =0A> > >started with.<BR>=0A> > >The source distribution = contains all source code but no compiled or<BR>=0A> > > packaged c= lasses and needs to be built before it can be used.<BR>=0A> > ><BR= >=0A> > >To get started with the binary distribution do the follow= ing:<BR>=0A> > >1. unzip ozone-1.2-bin.zip to a directory of choic= e (eg. c:\ozone-1.2)<BR>=0A> > >2. set OZONE_HOME to this director= y (e.g. c:\ozone-1.2)<BR>=0A> > >3. create a classes directory (c:= \ozone-1.2\classes) where you can put<BR>=0A> > > your own code i.= e.<BR>=0A> > >both interface and implementation classes tht needs = to be visible for the<BR>=0A> > >server should be in here.<BR>=0A&= gt; > >An alternative to this, which is mentioned in the samples, is = to start<BR>=0A> > > ozone from the directory where your<BR>=0A>= ; > >classes are compiled (both current directory and OZONE_HOME\clas= ses are<BR>=0A> > >included in the classpath per default.<BR>=0A&g= t; > ><BR>=0A> > >That's it; you are now ready to try someth= ing out. Client code that<BR>=0A> > > connects to the server needs= the ozoneServer.jar to be able to connect to<BR>=0A> > > the serv= er. Look in the samples and in the users guide for things to get<BR>=0A>= > > started with and try out.<BR>=0A> > >If later you need = more full blown apps look in the ozoneApps cvs module<BR>=0A> > > = (also released as ozone applications in source forge)<BR>=0A> > ><= BR>=0A> > >Running the ozone server<BR>=0A> > >----------= --------------<BR>=0A> > ><BR>=0A> > >1. Initialize datab= ase directory.<BR>=0A> > ><BR>=0A> > >A database director= y holds all files of an ozone database. To initialize<BR>=0A> > > = an empty database start the ozone install tool:<BR>=0A> > ><BR>=0A= > > > ozoneInst -d<data_directory><BR>= =0A> > ><BR>=0A> > >e.g.<BR>=0A> > >c:\ozone-1.2= \bin\>ozoneInst -dc:/ozone-1.2/data<BR>=0A> > ><BR>=0A> >= >To see all possible parameters of ozoneInst type 'ozoneInst -h'.<BR>= =0A> > ><BR>=0A> > >2. Start the server.<BR>=0A> > = ><BR>=0A> > > ozone -d<data_directory>= ; -u<username><BR>=0A> > >-u can be omitted<BR>=0A> > = >e.g.<BR>=0A> > >c:\ozone-1.2\bin\>ozone -dc:/ozone-1.2/data= <BR>=0A> > ><BR>=0A> > >You will get some status informat= ion and after the initialisation ozone is<BR>=0A> > > up and runni= ng. You can setup as many databases and you can run as many<BR>=0A> >= > servers as you need on one system. To define users and to do other<BR= >=0A> > > administration things use the admin tool:<BR>=0A> >= ; ><BR>=0A> > > ozoneAdmin<BR>=0A> > = ><BR>=0A> > >To see all possible commands and parameters of ozo= neAdmin type 'ozoneAdmin<BR>=0A> > >-h'.<BR>=0A> > ><BR>= =0A> > >You can also try the adminGui which is a Swing based admin= tool<BR>=0A> > ><BR>=0A> > > ozoneAdminGui= <BR>=0A> > ><BR>=0A> > >Trying out the ozone samples<BR>= =0A> > >----------------------------<BR>=0A> > ><BR>=0A&g= t; > >IMPORTANT NOTE: the VM of the ozone server must be able to acce= ss the<BR>=0A> > > class files of the application. To run the ozon= e samples, you may add "."<BR>=0A> > > to your CLASSPATH= and start the ozone server INSIDE THE SAMPLE DIRECTORY.<BR>=0A> > &g= t; Alternatively put your compiled classes in %OZONE_HOME%\classes.<B= R>=0A> > ><BR>=0A> > >1. Start the server.<BR>=0A> >= ; ><BR>=0A> > >Open a new console. Change directory to <OZON= E_HOME>/samples/simple.<BR>=0A> > > Install a new database via = 'ozoneInst -d<db_dir>'. Start the server via<BR>=0A> > >'ozo= ne -d<db_dir> -u<username>' as described above.<BR>=0A> >= ><BR>=0A> > >2. Start the Client.<BR>=0A> > ><BR>=0A&= gt; > >Open a new console. Change directory to <OZONE_HOME>/sam= ples/simple. Build<BR>=0A> > >the client via '../../build.[sh|bat]= ' or 'make'. Start the client via<BR>=0A> > >'ojvm Client'.<BR>=0A= > > ><BR>=0A> > >Good luck!<BR>=0A> > ><BR>=0A&g= t; > >On Saturday 26 November 2005 13.36, ss wrote:<BR>=0A> > &= gt; > sorry to bother u again:<BR>=0A> > > ><BR>=0A> >= > > 1. the problem with binary version is that i could not find buil= d.bat<BR>=0A> > > > file in it......suggest sumthng<BR>=0A> = > > ><BR>=0A> > > > 2. plz give me a brief intro of &q= uot;ant build script"<BR>=0A> > > ><BR>=0A> > > &= gt; On Sat, 26 Nov 2005 Per Nyfelt wrote :<BR>=0A> > > > >On= Saturday 26 November 2005 05.23, ss wrote:<BR>=0A> > > > > = > 1. i ve changed my ozone home to :E:\jdk1.4\bin\ozone-1.2\server<BR>= =0A> > > > > ><BR>=0A> > > > > > = hope it works out<BR>=0A> > > > ><BR>=0A> > >= ; > >No it is not correct for the source distribution.<BR>=0A> >= ; > > >I would strongly you switch to the binary distribution. Get= things up<BR>=0A> > > > > and running first before attempti= ng to build the server from source.<BR>=0A> > > > ><BR>=0A&g= t; > > > > > 2. kindly specify the step by step proced= ure to build this ant<BR>=0A> > > > > > build script (whe= re to edit,how to save,how to execute etc.) as i<BR>=0A> > > > = > > ve no idea abt it......plz help me out<BR>=0A> > > > = ><BR>=0A> > > > >I just did! I dont know how to make it a= ny clearer.<BR>=0A> > > > ><BR>=0A> > > > > &= gt; 3. when ozone -d E:\jdk1.4\bin\ozone-1.2\server\data -u<BR>= =0A> > > > > > is executed , the err mssg is<BR>=0A= > > > > > > Exception in thread "main" java.lan= g.NoClassDefFoundError:<BR>=0A> > > > > > org/ozoneDB/cor= e/Server wat might b the reason 4 this???????<BR>=0A> > > > >= ;<BR>=0A> > > > >Something is wrong with your classpath. Pro= bably the linefeed problem<BR>=0A> > > > > that makes the sc= ripts uninterpretable by windows.<BR>=0A> > > > ><BR>=0A>= > > > > > On Fri, 25 Nov 2005 Per Nyfelt wrote :<BR>=0A>= > > > > > >As a told you earlier: you need to edit your = batch files and<BR>=0A> > > > > > > replace linefeed (= LF) with Carriage Return Linefeed (CRLF)!<BR>=0A> > > > > &g= t; ><BR>=0A> > > > > > >One way to do this is to cr= eate a simple ant build script:<BR>=0A> > > > > > ><= ;project name=3D"scriptfix" default=3D"lineend" basedir= =3D"."><BR>=0A> > > > > > > = <target name=3D"lineend"><BR>=0A> > > > = > > > <fixcrlf srcdir= =3D"server/bin" includes=3D"**/*.bat" /><BR>=0A> = > > > > > > </target><BR>=0A>= ; > > > > > ></project><BR>=0A> > > > &= gt; > ><BR>=0A> > > > > > >If you are building f= rom src do the following:<BR>=0A> > > > > > >1. Make s= ure server\bin\ozoneAnt.bat has the right end of line<BR>=0A> > > = > > > > characters. In notepad they will look like empty boxes = replace<BR>=0A> > > > > > > all boxes with an enter (s= orry for the pain)<BR>=0A> > > > > > >2. cd server<BR>= =0A> > > > > > >3. execute the build.bat script (this = will also fix all your EOL<BR>=0A> > > > > > > charact= ers in build/bin to match your system)<BR>=0A> > > > > > = >4. Your ozone distribution are now in server\build - this is your<BR>= =0A> > > > > > > OZONE_HOME (unless you copy the files= elsewhere if course)<BR>=0A> > > > > > ><BR>=0A> &= gt; > > > > >There is also a dist.bin target besides the def= ault one that<BR>=0A> > > > > > > builds a structure l= ike the binary distribution that might be of<BR>=0A> > > > >= > > interest.<BR>=0A> > > > > > ><BR>=0A> &g= t; > > > > >Good luck!<BR>=0A> > > > > > &= gt;<BR>=0A> > > > > > >/Per<BR>=0A> > > > = > > ><BR>=0A> > > > > > >On Friday 25 Novembe= r 2005 13.36, ss wrote:<BR>=0A> > > > > > > > = i ve installed the src version of ozone n set the variables as<BR>=0A> = > > > > > > > follows: ozone_home: E:\jdk1.4\bin= \ozone-1.2<BR>=0A> > > > > > > > ozone_path: = E:\jdk1.4\bin\ozone-1.2\server\bin<BR>=0A> > > > > > >= > ozone_jvm: java<BR>=0A> > > > > > > > ozone_j= avac: javac<BR>=0A> > > > > > > ><BR>=0A> > &= gt; > > > > > if any correction is to b made in thse variabl= es do inform<BR>=0A> > > > > > > ><BR>=0A> > = > > > > > > i get the following message when this is exec= uted:<BR>=0A> > > > > > > > ozoneInst -d E:\jdk1.4\= bin\ozone-1.2\data<BR>=0A> > > > > > > > offrem $Id= : ozoneInst.bat,v 1.2 2002/12/29 11:15:55 per_nyfelt<BR>=0A> > > &= gt; > > > > Exp $call ojvm.bat org.ozoneDB.tools.Install -d<BR>= =0A> > > > > > > > E:\jdk1.4\bin\ozone-1.2\data<BR>= =0A> > > > > > > ><BR>=0A> > > > > &= gt; > > i could not find the path for making the changes u<BR>=0A>= > > > > > > > suggested.........plz help me out......= .urgently<BR>=0A> > > > > > ><BR>=0A> > > >= ; > > >-------------------------------------------------------<BR>= =0A> > > > > > >This SF.net email is sponsored by: Spl= unk Inc. Do you grep through<BR>=0A> > > > > > > log f= iles for problems? Stop! Download the new AJAX search<BR>=0A>= ; > > > > > > engine that makes searching your log files = as easy as surfing the<BR>=0A> > > > > > > web.&= nbsp; DOWNLOAD SPLUNK!<BR>=0A> > > > > > > http://ads.= osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick<BR>=0A> > = > > > > > _______________________________________________<BR= >=0A> > > > > > >Ozone-users mailing list<BR>=0A> &= gt; > > > > >[email protected]<BR>=0A> &g= t; > > > > >https://lists.sourceforge.net/lists/listinfo/ozo= ne-users<BR>=0A> > ><BR>=0A> > >-------------------------= ------------------------------<BR>=0A> > >This SF.net email is spo= nsored by: Splunk Inc. Do you grep through log<BR>=0A> > > files f= or problems? Stop! Download the new AJAX search engine that<BR>= =0A> > > makes searching your log files as easy as surfing the&nbs= p; web. DOWNLOAD<BR>=0A> > > SPLUNK! http://ads.osdn.com/?ad= _id=3D7637&alloc_id=3D16865&op=3Dclick<BR>=0A> > >________= _______________________________________<BR>=0A> > >Ozone-users mai= ling list<BR>=0A> > >[email protected]<BR>=0A> = > >https://lists.sourceforge.net/lists/listinfo/ozone-users<BR>=0A>= ;<BR>=0A><BR>=0A>----------------------------------------------------= ---<BR>=0A>This SF.net email is sponsored by: Splunk Inc. Do you grep th= rough log files<BR>=0A>for problems? Stop! Download the new = AJAX search engine that makes<BR>=0A>searching your log files as easy as= surfing the web. DOWNLOAD SPLUNK!<BR>=0A>http://ads.osdn.co= m/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick<BR>=0A>_____________= __________________________________<BR>=0A>Ozone-users mailing list<BR>= =0A>[email protected]<BR>=0A>https://lists.sourceforg= e.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/19630= 59423@Middle5?OAS_query=3Dnull&PARTNER=3D3" BORDER=3D0 VSPACE=3D0 HSPACE=3D= 0></a>=0A --Next_1133069304---0-203.199.83.120-1852-- ------------------------------------------------------- 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