Discussion:
[Ozone-users] server starting problem
shilpi
2006-04-01 12:08:03 UTC
Permalink
plz do help me out for the following problem:
while trying out the ozone samples:
1.while starting the server:
Open a new console. Change directory to <OZONE_HOME>/samples/simple.
Install a new database via 'ozoneInst -d<db_dir>'. Start the server via
'ozone -d<db_dir> -u<username>'.

the following steps r executed:
A directory named "doit" is created in the sample\simple to install the database in it.....
the following paths ve been set:

E:\>set JAVA_HOME=E:\jdk1.4
E:\>set OZONE_HOME=.;E:\ozone-1.2
E:\>set OZONE_PATH=.;E:\ozone-1.2\bin
E:\>set OZONE_JVM=java
E:\>set OZONE_JAVAC=javac

E:\ozone-1.2\samples\simple>E:\ozone-1.2\bin\ozoneInst -dE:\ozone-1.2\samples\simple\doit

the follwing error message is displayed:
'ojvm.bat' is not recognized as an internal or external command,
operable program or batch file.


plzzzz do help me out urgentlyyyyy!!!!!!!!!
Nicolas Barrera
2006-04-03 10:46:05 UTC
Permalink
seems kinda ojvm.bat is not in your PATH, although i thought that
E:\>set OZONE_PATH=.;E:\ozone-1.2\bin
would put it in your PATH...

double check how 're you setting the PATH system variable.

that's my only guess.... :(
Post by shilpi
Open a new console. Change directory to <OZONE_HOME>/samples/simple.
Install a new database via 'ozoneInst -d<db_dir>'. Start the server via
'ozone -d<db_dir> -u<username>'.
A directory named "doit" is created in the sample\simple to install the database in it.....
E:\>set JAVA_HOME=E:\jdk1.4
E:\>set OZONE_HOME=.;E:\ozone-1.2
E:\>set OZONE_PATH=.;E:\ozone-1.2\bin
E:\>set OZONE_JVM=java
E:\>set OZONE_JAVAC=javac
E:\ozone-1.2\samples\simple>E:\ozone-1.2\bin\ozoneInst -dE:\ozone-
1.2\samples\simple\doit
'ojvm.bat' is not recognized as an internal or external command,
operable program or batch file.
plzzzz do help me out urgentlyyyyy!!!!!!!!!
Loading...