On 25/09/2020 22:29, Vicente Perez wrote: <snip/>
> >Look in the logs for a line that contains: > 24-Sep-2020 17:00:13.744 INFO [main] org.apache.coyote.AbstractProtocol.init > Initializing ProtocolHandler ["http-nio-8080"] > > 24-Sep-2020 17:00:13.407 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] You are using the NIO HTTP connector. You are not using APR/native. > 24-Sep-2020 17:00:13.404 INFO [main] > org.apache.catalina.startup.VersionLoggerListener.log Command line argument: > -Dcom.sun.management.jmxremote > 24-Sep-2020 17:00:13.404 INFO [main] > org.apache.catalina.startup.VersionLoggerListener.log Command line argument: > -Dcom.sun.management.jmxremote.port=9010 > 24-Sep-2020 17:00:13.404 INFO [main] > org.apache.catalina.startup.VersionLoggerListener.log Command line argument: > -Dcom.sun.management.jmxremote.rmi.port=9010 > 24-Sep-2020 17:00:13.404 INFO [main] > org.apache.catalina.startup.VersionLoggerListener.log Command line argument: > -Dcom.sun.management.jmxremote.local.only=false > 24-Sep-2020 17:00:13.404 INFO [main] > org.apache.catalina.startup.VersionLoggerListener.log Command line argument: > -Dcom.sun.management.jmxremote.ssl=false > 24-Sep-2020 17:00:13.405 INFO [main] > org.apache.catalina.startup.VersionLoggerListener.log Command line argument: > -Dcom.sun.management.jmxremote.authenticate=false Remote JMX enabled without TLS? I'd check that is what was intended. >> To investigate this further you'll need to provide the steps to >> reproduce this from a clean install of the latest stable 9.0.x release >> (9.0.38 as I type this) and the latest stable Tomcat Native (1.2.25). > > I will try to reproduce the error in that way. Thanks. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org