KB Article #72139

-- Synchrony 4.4 the administration GUI start up warning

Problem

-- When Admin GUI startup it reports the following warning message



INFO: validateJarFile(C:\Axway\Synchrony44\Tools\apache-tomcat\webapps\Administr
ationUI\WEB-INF\lib\javax.servlet-1.0.0.jar) - jar not loaded. See Servlet Spec
2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Jun 15, 2011 11:04:13 AM org.apache.catalina.loader.WebappClassLoader validateJa
rFile
INFO: validateJarFile(C:\Axway\Synchrony44\Tools\apache-tomcat\webapps\Administr
ationUI\WEB-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet Spec 2.3,
section 9.7.2. Offending class: javax/servlet/Servlet.class
ContextListener for AdministrationUI started


Resolution

* The message .jar not loaded is only a warning message due to the existence of multiples of the same javax.servler.Servlet.class for Tomcat runtime to pick ,and this extra instance has come from a jar file named
<APP_PATH>\WEB-INF\lib\servlet-api.jar  or javax.servlet.jar. Tomcat has its own servlet-api.jar and javax.servlet.jar file.  Administration UI have the same servlet-api.jar and javax.servlet.jar file inside following folder.



<Installation_Home>\Tools\apache-tomcat\webapps\AdministrationUI\WEB-INF\lib



As the Tomcat runtime has the required javax/servlet/Servlet.class file loaded from its own lib\servlet-api.jar or javax.servlet.jar file, it would not needed to be placed inside each and every web application
.Remove the jar file from web application warning message would not be reported again