|
Hello,
I followed your instructions and got the same errors :
> 1. Save the patch on your local
disk.
I've saved the file patch.jar into
/home/users/td/Pramati/server/lib/server/patch.jar
> 2. Provide the path to the file in your
setup.sh in the CLASSPATH before the server.jar
file.
Here is a copy of my CLASSPATH :
/usr/java/jdk1.3/lib/tools.jar:/home/users/td/Pramati/server/lib/ext/jpda.jar:/usr/java/jdk1.3/jre/lib/rt.jar:/home/users/td/Pramati/server/lib/classpath.jar:
/home/users/td/Pramati/server/lib/server/patch.jar:/home/users/td/Pramati/server/lib/server/server.jar:/home/users/td/Pramati/server/lib/license.jar
But in setup.sh, I replaced the file
":/home/users/td/Pramati/server/lib/classpath.jar" and put it in the end, and
the error disappeared...so I could launch the command : java
com.pramati.J2eeServer
Another error occured :
"
ERROR = License Manager : LICENSE.CLASS NOT FOUND
Ensure that license.jar is in installation_dir\lib directory. If you have not received license.jar by e-mail or if your license has expired, contact [EMAIL PROTECTED] "
I have recieved a mail as soon as I downloaded the Pramati Server 3.0 Alpha
which says :
"You now have a 60-day evaluation License of Pramati Server 3.0 (built into
the evaluation copy)."
And it seems the license.jar is into my classpath...see above. How should I
do for the program to detect my licence ?
Concerning the setup.sh generated, it was the following :
# Generated batch file to run Server
3.0
install_root=/home/users/td/Pramati//server JAVA_HOME=/usr/java/jdk1.3/ PATH=$JPDA_HOME/lib/sparc:$JAVA_HOME/bin:$PATH
CLASSPATH=$JAVA_HOME/lib/tools.jar:$JPDA_HOME/lib/jpda.jar:$JAVA_HOME/jre/lib/rt.jar:$install_root/lib/patch.jar:$install_root/lib/classpath.jar: export CLASSPATH LD_LIBRARY_PATH=$JPDA_HOME/bin export LD_LIBRARY_PATH _JAVA_JDWP_OPTIONS="stdalloc=y" export _JAVA_JDWP_OPTIONS Ans I had to modify it as follow :
# Generated batch file to run Server
3.0
install_root=/home/users/td/Pramati/server JAVA_HOME=/usr/java/jdk1.3 JPDA_HOME=$install_root PATH=$JAVA_HOME/bin:$PATH
CLASSPATH=$JAVA_HOME/lib/tools.jar:$JPDA_HOME/lib/ext/jpda.jar:$JAVA_HOME/jre/lib/rt.jar:$install_root/lib/server/patch.jar:$install_root/lib/server/server.jar:$install_root/lib/classpath.jar:$install_root/lib/license.jar export CLASSPATH LD_LIBRARY_PATH=$JPDA_HOME/bin export LD_LIBRARY_PATH _JAVA_JDWP_OPTIONS="stdalloc=y" export _JAVA_JDWP_OPTIONS I hope this will help you to solve the problems I've encountered, and that
it will help me to test your products.
Thanx for your support.
Thomas
DANDELOT
|
- Fw: Re:Unable to start Pramati server Thomas Dandelot
- Fw: Re:Unable to start Pramati server Thomas Dandelot
