bamaer opened a new issue, #6230: URL: https://github.com/apache/hop/issues/6230
### Apache Hop version? 2.17.0-SNAPSHOT ### Java version? 17 ### Operating system Other ### What happened? Hop Web doesn't start anymore, this seems to be related to the changes made for #5998 ``` 18-Dec-2025 14:16:05.942 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat 18-Dec-2025 14:16:05.942 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat 18-Dec-2025 14:16:05.942 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp 18-Dec-2025 14:16:05.943 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache Tomcat Native library [2.0.9] using APR version [1.7.2]. 18-Dec-2025 14:16:05.945 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 3.0.13 30 Jan 2024] 18-Dec-2025 14:16:06.040 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 18-Dec-2025 14:16:06.049 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [181] milliseconds 18-Dec-2025 14:16:06.065 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 18-Dec-2025 14:16:06.065 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/10.1.50] 18-Dec-2025 14:16:06.070 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT] 18-Dec-2025 14:16:12.402 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. First init 18-Dec-2025 14:16:14.612 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 18-Dec-2025 14:16:14.614 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [] startup failed due to previous errors ``` ### Issue Priority Priority: 1 ### Issue Component Component: Hop Web -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
