idp 2.4.0 tomcat 8 startup problems

Mark Boyce Mark.Boyce at ucop.edu
Tue Feb 3 19:30:12 EST 2015


Baron,

Although the instructions are written of IdP v3.0, the bit about Slow Startup is still pertinent... (https://wiki.shibboleth.net/confluence/display/IDP30/ApacheTomcat8).  Basically, stop Tomcat from scanning the jar files (I had the same issue deploying 2.4.3 on Tomcat 7). 
Cheers,

Mark

-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On Behalf Of Baron Fujimoto
Sent: Tuesday, February 03, 2015 4:18 PM
To: Shib Users
Subject: idp 2.4.0 tomcat 8 startup problems

I'm in the process of bringing our IdP service infrastructure more up to date. We are currently using idp 2.4.0 with Java 1.6x and Tomcat 6.

I'm trying to deploy 2.4.0 using Java 1.8x and Tomcat 8 (the IdP itself will be tackled when I have a working deployment using current Java8 and Tomcat8).  The Java update went smoothly, but I'm stuck at trying to deploy the IdP under Tomcat 8. Any assistance or insight would be appreciated.

The tomcat logs only say:

=====
INFO: Starting Servlet Engine: Apache Tomcat/8.0.18 Feb 03, 2015 1:58:41 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /home/shib/tomcat/conf/Catalina/localhost/idp.xml
Feb 03, 2015 1:59:10 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 03, 2015 1:59:17 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Feb 03, 2015 1:59:17 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/idp] startup failed due to previous errors Feb 03, 2015 1:59:17 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor /home/shib/tomcat/conf/Catalina/localhost/idp.xml has finished in 36,711 ms =====

But except for the INFO about JARs containing no TLDs, there are no previous errors logged that I can find. I haven't done the jarsToSkip config yet since I wanted to begin with a working deployment before optimizing startup times. With logging at the debug level:

=====
INFO: Starting Servlet Engine: Apache Tomcat/8.0.18 Feb 03, 2015 2:13:02 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /home/shib/tomcat/conf/Catalina/localhost/idp.xml
Feb 03, 2015 2:13:02 PM org.apache.catalina.startup.ContextConfig init
FINE: ContextConfig: Initializing
Feb 03, 2015 2:13:02 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context [/idp] configuration file [file:/home/shib/tomcat/conf/context.xml]
Feb 03, 2015 2:13:02 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context [/idp] configuration file [file:/home/shib/tomcat/conf/context.xml]
Feb 03, 2015 2:13:02 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Processing context [/idp] configuration file [file:/home/shib/tomcat/conf/Catalina/localhost/idp.xml]
Feb 03, 2015 2:13:02 PM org.apache.catalina.startup.ContextConfig processContextConfig
FINE: Successfully processed context [/idp] configuration file [file:/home/shib/tomcat/conf/Catalina/localhost/idp.xml]
Feb 03, 2015 2:13:03 PM org.apache.catalina.startup.ContextConfig configureStart
FINE: ContextConfig: Processing START
Feb 03, 2015 2:13:03 PM org.apache.catalina.startup.ContextConfig configureStart
FINE: Context [/idp] will parse web.xml and web-fragment.xml files with validation:false and namespaceAware:false Feb 03, 2015 2:13:30 PM org.apache.catalina.startup.ContextConfig authenticatorConfig
FINE: Configured an authenticator for method NONE Feb 03, 2015 2:13:30 PM org.apache.catalina.startup.ContextConfig configureStart
FINE: Pipeline Configuration:
Feb 03, 2015 2:13:30 PM org.apache.catalina.startup.ContextConfig configureStart
FINE:   org.apache.catalina.authenticator.NonLoginAuthenticator
Feb 03, 2015 2:13:30 PM org.apache.catalina.startup.ContextConfig configureStart
FINE:   org.apache.catalina.core.StandardContextValve
Feb 03, 2015 2:13:30 PM org.apache.catalina.startup.ContextConfig configureStart
FINE: ======================
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/jargs-1.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/spring-beans-2.5.6.SEC03.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/spring-context-2.5.6.SEC03.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/jgrapht-0.8.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/bcprov-jdk15-1.46.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/c3p0-0.9.1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/janino-2.6.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/shibboleth-common-1.4.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/mail-1.4.7.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/opensaml-2.6.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/commons-collections-3.2.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/spring-web-2.5.6.SEC03.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:30 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/commons-cli-1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/svnkit-1.3.8.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/jcl-over-slf4j-1.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/commons-lang-2.6.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/slf4j-api-1.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/sqljet-1.1.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/jul-to-slf4j-1.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/ehcache-core-1.7.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/vt-ldap-3.3.6.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/not-yet-commons-ssl-0.3.9.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/antlr-runtime-3.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/logback-classic-1.0.11.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/shibboleth-identityprovider-2.4.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/joda-time-2.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/sequence-library-1.0.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/commons-compiler-2.6.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/spring-core-2.5.6.SEC03.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/openws-1.5.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/commons-httpclient-3.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/log4j-over-slf4j-1.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/logback-core-1.0.11.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/spring-context-support-2.5.6.SEC03.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/xmlsec-1.5.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/xmltooling-1.4.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/activation-1.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/esapi-2.0.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/dom4j-1.6.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/jcip-annotations-1.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/jna-3.4.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/velocity-1.7.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/commons-codec-1.7.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [jar:file:/home/shib/idp/war/idp.war!/WEB-INF/lib/trilead-ssh2-1.0.0-build215.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/home/shib/tomcat/lib/cas-client-core-3.3.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/home/shib/tomcat/lib/cas-client-core-3.2.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/home/shib/tomcat/lib/slf4j-api-1.7.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-spdy.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/catalina-ant.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-dbcp.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/catalina-ha.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-jni.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/ecj-4.4.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-util-scan.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/catalina-tribes.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-jdbc.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-websocket.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-util.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/catalina.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-i18n-es.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/jasper.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/annotations-api.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/jsp-api.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/jasper-el.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/websocket-api.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/catalina-storeconfig.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-i18n-fr.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/el-api.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/servlet-api.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-coyote.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-api.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/lib/tomcat-i18n-ja.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/bin/bootstrap.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner$TldScannerCallback scan
FINE: No TLD files were found in [file:/usr/local/spkg/apache-tomcat-8.0.18/bin/tomcat-juli.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
Feb 03, 2015 2:13:31 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 03, 2015 2:13:38 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Feb 03, 2015 2:13:38 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/idp] startup failed due to previous errors Feb 03, 2015 2:13:38 PM org.apache.catalina.startup.ContextConfig configureStop
FINE: ContextConfig: Processing STOP
Feb 03, 2015 2:13:38 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor /home/shib/tomcat/conf/Catalina/localhost/idp.xml has finished in 36,394 ms =====

Aloha,
-baron
--
Baron Fujimoto <baron at hawaii.edu> :: UH Information Technology Services minutas cantorum, minutas balorum, minutas carboratum desendus pantorum
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list