On 2025/06/26 11:52:22 jean-frederic clere wrote: > Hi, > > While using main I have: > +++ > 26-Jun-2025 12:00:18.247 SEVERE [main] > org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to > initialize component [Connector["http-apr-8080"]] > java.lang.UnsatisfiedLinkError: 'long > org.apache.tomcat.jni.Address.info(java.lang.String, int, int, int, long)' > at org.apache.tomcat.jni.Address.info(Native Method) > at > org.apache.tomcat.util.net.AprEndpoint.bind(AprEndpoint.java:392) > +++
This is expected, no? Since the AprConnector has been removed, but I would expect that the listener would wring an error during startup . Did you check? > When using 1.3.x the JVM was crashing I "fixed" that now I have: > +++ > Caused by: javax.crypto.BadPaddingException: Given final block > not properly padded. Such issues can arise if a bad key is used during > decryption. > at > java.base/com.sun.crypto.provider.CipherCore.unpad(CipherCore.java:861) > at > java.base/com.sun.crypto.provider.CipherCore.fillOutputBuffer(CipherCore.java:941) > at > java.base/com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:734) > at > java.base/com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:446) > at java.base/javax.crypto.Cipher.doFinal(Cipher.java:2244) > +++ > I was expecting openssl asking for the passphrase but it seems that is > not possible now. How so, if you use JSSE here? Did you check that you really use OpenSSL instead of JSSE? Michael --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org