4 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
471
views
SpringBoot 3 An incompatible version of the Apache Tomcat Native library
I have an application using springboot 3 (3.3.4) which is being developed in Windows 11 with thymleaf and bootstrap 5 using intellij. The application compiles and runs under windows with no errors. ...
-1
votes
1
answer
1k
views
Tomcat 9 APR Connector Failed to initialize component java.lang.UnsatisfiedLinkError
I'm trying to use APR Connector with Tomcat 9.x according to the steps given in Tomcat ans APR lib : requires the APR/native library which is not available to install APR native library. But I get the ...
2
votes
2
answers
895
views
Cannot load tcnative on Linux
We have spring boot based app on netty, and recently we've added this piece of code:
SslContextBuilder.forClient()
.enableOcsp(true)
.sslProvider(SslProvider.OPENSSL)
...
1
vote
1
answer
309
views
Netty: SslProvider.OPENSSL_REFCNT example
I am using netty-tcnative with SslProvider.OPENSSL provider. I see a warning msg in GC log analyzer about finalizers which I am suspecting is mostly because of it.
[Warning] At one point 25872 objects ...