On Thu, Jun 26, 2025 at 1:52 PM jean-frederic clere <jfcl...@gmail.com> 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)
> +++
> 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.
>
> Any hints?

I haven't heard about this feature for a long time.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to