Skip to content

Spring core 5 is not starting on tomcat 10 #25276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Dakado opened this issue Feb 14, 2021 · 1 comment
Closed

Spring core 5 is not starting on tomcat 10 #25276

Dakado opened this issue Feb 14, 2021 · 1 comment
Labels
status: invalid An issue that we don't feel is valid

Comments

@Dakado
Copy link

Dakado commented Feb 14, 2021

When I deploy my Spring Core application to the old tomcat 8, everything works just fine, application is deployed and all spring controllers are loaded. However when I try the same application on tomcat 10 Spring is not initialized at all, no controllers loaded.

This is my catalina.out log:

NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
14-Feb-2021 17:14:39.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/10.0.2
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Jan 28 2021 18:48:46 UTC
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 10.0.2.0
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            4.19.0-13-amd64
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-11-openjdk-amd64
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           11.0.9.1+1-post-Debian-1deb10u2
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Debian
14-Feb-2021 17:14:39.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /opt/tomcat
14-Feb-2021 17:14:39.065 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /opt/tomcat
14-Feb-2021 17:14:39.070 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
14-Feb-2021 17:14:39.070 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
14-Feb-2021 17:14:39.070 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.util=ALL-UNNAMED
14-Feb-2021 17:14:39.070 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
14-Feb-2021 17:14:39.070 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/opt/tomcat
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/opt/tomcat
14-Feb-2021 17:14:39.071 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/opt/tomcat/temp
14-Feb-2021 17:14:39.072 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
14-Feb-2021 17:14:39.214 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
14-Feb-2021 17:14:39.226 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [252] milliseconds
14-Feb-2021 17:14:39.252 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
14-Feb-2021 17:14:39.252 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.0.2]
14-Feb-2021 17:14:39.259 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/webapps/ROOT.war]
14-Feb-2021 17:14:40.087 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/templates/front/].
14-Feb-2021 17:14:40.088 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/templates/admin/webinstall/].
14-Feb-2021 17:14:40.088 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/templates/admin/].
14-Feb-2021 17:14:40.088 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/templates/].
14-Feb-2021 17:14:40.088 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
14-Feb-2021 17:14:40.089 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-core-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.089 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jackson-core-2.9.10.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.089 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jandex-2.1.1.Final.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.090 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/antlr-2.7.7.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.090 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jboss-logging-3.3.2.Final.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.090 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-aop-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.090 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/istack-commons-runtime-3.0.7.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.090 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/classmate-1.5.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.090 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/protobuf-java-3.6.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.091 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-security-web-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.091 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/javassist-3.24.0-GA.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.091 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-context-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.091 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jsoup-1.13.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.091 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/mysql-connector-java-8.0.18.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.092 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-orm-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.092 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/okhttp-2.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.092 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/attoparser-2.0.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.092 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/swagger-annotations-1.5.15.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.092 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/unbescape-1.1.5.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.094 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/byte-buddy-1.10.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.095 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-security-core-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.095 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/FastInfoset-1.2.15.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.095 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/logging-interceptor-2.7.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.095 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/vatchecker-1.4.3.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.095 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/ognl-3.1.12.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.095 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-jdbc-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.096 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/threetenbp-1.3.5.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.096 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/thymeleaf-spring5-3.0.11.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.096 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/activation-1.1.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.096 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-web-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.096 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-beans-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.096 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/javax.activation-api-1.2.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.097 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-security-config-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.097 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.097 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/Cloudmersive.APIClient.Java-v2.75.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.097 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/thymeleaf-extras-springsecurity5-3.0.4.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.097 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/stax-ex-1.8.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.098 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-expression-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.098 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/javax.mail-1.6.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.098 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/gson-fire-1.8.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.098 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/gson-2.8.6.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.098 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-jcl-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.098 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/okio-1.6.0.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.099 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/javax.persistence-api-2.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.099 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jackson-databind-2.9.10.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.099 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/txw2-2.3.1.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.099 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jackson-dataformat-yaml-2.9.10.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.099 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/NeonCloudData-1.0-SNAPSHOT.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.099 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/javax.mail-api-1.6.2.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.100 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/snakeyaml-1.23.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.112 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan TLD files were found in JAR [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-webmvc-5.2.1.RELEASE.jar].
14-Feb-2021 17:14:40.113 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/jackson-annotations-2.9.10.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.113 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/spring-tx-5.2.1.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.113 FINE [main] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/opt/tomcat/webapps/ROOT/WEB-INF/lib/thymeleaf-3.0.9.RELEASE.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
14-Feb-2021 17:14:40.114 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars 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.
14-Feb-2021 17:14:40.138 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/opt/tomcat/webapps/ROOT.war] has finished in [878] ms
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 14, 2021
@wilkinsona
Copy link
Member

This is to be expected. Tomcat 10 is an implementation of the Servlet 5 specification (part of Jakarta EE 9) that renamed all of the packages from javax.servlet to jakarta.servlet. Neither Spring Boot nor Spring Framework supports Jakarta EE 9 at this time. Support is planned, hopefully for Spring Framework 6 and Spring Boot 3, assuming the rest of the ecosystem is ready. See spring-projects/spring-framework#25354 for some more details on the Framework side.

@wilkinsona wilkinsona added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants