-
Bug
-
Resolution: Done
-
Blocker
-
5.3.1.GA
-
None
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
-
-
-
-
-
+
-
-
When running JWS 5.3.1 as a windows service with Java 11, the below message occurs at startup then the native libraries are not loaded.
01-Jul-2020 11:01:33.115 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\jws-5.3.0-application-server\jws-5.3\tomcat\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Amazon\cfn-bootstrap\;C:\jws-5.3.0-application-server\jws-5.3\tomcat\bin;C:\Program Files\RedHat\java-11-openjdk-11.0.7-1\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;.]
The are some of upstream related issue DAEMON-396 LibraryPath is broken for Java 11 using Windows 10/2016 for Commons Daemon and Bug 63310 - Update Commons Daemon for improved Java 11 support for Tomcat, but the JWS 5.3.1 still reproduces the issue with Java 11 on Windows.
This issue does not occur with Java 8.