|
|
| Browse NETS topics: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
(installed java 1.5)
java -jar perfSONAR-1.0.jar
(it requires tomcat, so stopped it and did
apt-get update
apt-get install tomcat5
(this did a lot and then gave the following error, so I'm not sure it worked correctly)
Starting Tomcat 5 servlet engine using Java from /usr/lib/j2se/1.4: invoke-rc.d: initscript tomcat5, action "start" failed. dpkg: error processing tomcat5 (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: tomcat5 E: Sub-process /usr/bin/dpkg returned an error code (1) npad#
The problem is that "using Java from /usr/lib/j2se/1.4" part, which doesn't exist. I did
apt-get install sun-java5-jdk
...which didn't help.