Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] perfSONAR MDM install help needed

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] perfSONAR MDM install help needed


Chronological Thread 
  • From: Wiktor Procyk <>
  • To: Brian Tierney <>
  • Cc:
  • Subject: Re: [perfsonar-user] perfSONAR MDM install help needed
  • Date: Tue, 23 Feb 2010 08:37:02 +0100

Hey Brian,

> But when I start tomcat, I get this error:
>
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
> INFO:
> validateJarFile(/usr/share/tomcat5/webapps/geant2-java-xml-ls/WEB-INF/lib/servlet-api-5.0.28.jar)
> - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
> class: javax/servlet/Servlet.class
This is not error, just a warning. This note means that this
class/library is not used because it is duplicated in another library
and I'm nearly sure it does not lead to any troubles, instability or
dysfunction. In coming new release we will take it into account to avoid
even such warnings to not appear.

> ....
>
> 22-Feb-10 4:46:01 PM org.apache.catalina.core.StandardContext start
> SEVERE: Error listenerStart
> 22-Feb-10 4:46:01 PM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/geant2-java-xml-ls] startup failed due to previous
> errors
> - Exception sending context destroyed event to listener instance of
> class org.perfsonar.service.base.container.listeners.StartupInitializer
> java.lang.NoClassDefFoundError:
> org.perfsonar.base.auxiliary.AuxiliaryComponentManager
> at java.lang.Class.initializeClass(libgcj.so.7rh)
I suppose you are trying to run two services running on the same port,
isn't it? Please try to check if 8180 port is available before starting
tomcat
netstat -lnp | grep 8180
(it is recommended to run command above as superuser; as regular user
you can not have enough privileges)
and check which other perfsonar services are already installed
rpm -qa |grep perfsonar

Otherwise it would be very helpful to send all the messages which fit
into '....'.

Best regards,
Wiktor



Archive powered by MHonArc 2.6.16.

Top of Page