Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] PerfSONAR installation problem

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] PerfSONAR installation problem


Chronological Thread 
  • From: Frederic LOUI <>
  • To: Valentin Rosic <>
  • Cc:
  • Subject: Re: [perfsonar-user] PerfSONAR installation problem
  • Date: Fri, 16 Mar 2007 14:49:48 +0100
  • Organization: GIP RENATER

Valentin Rosic a écrit :

I'm a big fan of ubuntu distribution and I tried Hoary, Dapper, Breezy, Edgy and I'm currently testing Feisty. As I recall, Dapper was quite buggy, so i recommend installing Edgy (which is excellent!) even though I use only Debian stable on our servers.

Thanks for the advice. I just used Dapper because of the LTS... I'll think about preparing a VMWare image using Edgy.
Installation process of JAVA/TOMCAT/AXIS/EXIST is mostly the same.

I see you're missing some jar's that perfsonar installs in his installation process. here is our part of /etc/fstab file:
You meant /etc/profile ? ;-)

export AXIS_LIB=/usr/local/axis/webapps/axis/WEB-INF/lib
export AXISCLASSPATH=$AXIS_LIB/axis-ant.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/axis.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/commons-discovery-0.2.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/commons-logging-1.0.4.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/jaxrpc.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/log4j-1.2.8.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/saaj.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/wsdl4j-1.5.1.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/mail.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xmlsec.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/activation.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/exist.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/perfSONAR-rrdma.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xercesImpl.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xmldb.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/resolver.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xercesSamples.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xmlParserAPIs.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/commons-pool-1.1.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/jdom.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/perfSONAR-generic.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/rrdjtool.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xalan.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xml-apis.jar
export AXISCLASSPATH=$AXISCLASSPATH:$AXIS_LIB/xmlrpc-1.2-patched.jar
export CLASSPATH=$CLASSPATH:$AXISCLASSPATH
Also, I did not figured out that the PerfSONAR installation script installed new jar in AXIS
I adjust my /etc/profile as you suggested with no luck . I still got the same error message...

Also, I've noticed you're missing rrdtool (did you install it?)
Yes I installed rrdtool also from the repository. Basically, rrdtool is part of tha Ubuntu/Debian userland:

perfsonar@perfsonar:~$
ls -l /usr/bin/rrdtool
-rwxr-xr-x 1 root root 2828 2006-03-11 15:37 /usr/bin/rrdtool
perfsonar@perfsonar:~$
...
perfsonar@perfsonar:~$
ls -l /usr/lib/librrd*
lrwxrwxrwx 1 root root 15 2007-03-15 15:51 /usr/lib/librrd.so.2 -> librrd.so.2.0.6
-rw-r--r-- 1 root root 268488 2006-03-11 15:37 /usr/lib/librrd.so.2.0.6
lrwxrwxrwx 1 root root 18 2007-03-15 15:51 /usr/lib/librrd_th.so.2 -> librrd_th.so.2.0.1
-rw-r--r-- 1 root root 264688 2006-03-11 15:37 /usr/lib/librrd_th.so.2.0.1
...
perfsonar@perfsonar:~$
ldconfig -p | grep rrd
librrd_th.so.2 (libc6) => /usr/lib/librrd_th.so.2
librrd.so.2 (libc6) => /usr/lib/librrd.so.2
perfsonar@perfsonar:~$


PATH=$PATH:/usr/local/rrdtool/bin
export PATH

I hope that helps

Anyway thanks again.
Don't hesitate to contact me should you have any idea...
Best regards/Frederic

--
Frederic LOUI / GIP RENATER

Service de Suivi Operationnel / Metrologie & QoS
Network Operations Service / Metrology & QoS

Tel: +33 1 53 94 20 40 / Fax: +33 1 53 94 20 31
http://www.renater.fr



Archive powered by MHonArc 2.6.16.

Top of Page