-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 6.1.0, 6.1.1
-
Component/s: Installation/Setup
-
None
-
2
-
Severity 3 - Minor
-
2
Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Install Crowd 6.1.1
- Start Crowd and check Catalina logs
Expected Results
Crowd should start without warnings.
Actual Results
The below warning is thrown in the Catalina log file related to missing OSDT dependencies:
24-Oct-2024 16:54:03.015 WARNING [main] org.apache.tomcat.util.scan.StandardJarScanner.processURLs Failed to scan [file:/opt/atlassian/crowd/apache-tomcat/lib/osdt_core.jar] from classloader hierarchy java.io.IOException: java.lang.reflect.InvocationTargetException at org.apache.tomcat.util.compat.Jre9Compat.jarFileNewInstance(Jre9Compat.java:209) at org.apache.tomcat.util.scan.JarFileUrlJar.<init>(JarFileUrlJar.java:65) at org.apache.tomcat.util.scan.JarFactory.newInstance(JarFactory.java:49) at org.apache.tomcat.util.scan.StandardJarScanner.process(StandardJarScanner.java:387) ... 24-Oct-2024 16:54:03.017 WARNING [main] org.apache.tomcat.util.scan.StandardJarScanner.processURLs Failed to scan [file:/opt/atlassian/crowd/apache-tomcat/lib/osdt_cert.jar] from classloader hierarchy java.io.IOException: java.lang.reflect.InvocationTargetException at org.apache.tomcat.util.compat.Jre9Compat.jarFileNewInstance(Jre9Compat.java:209) at org.apache.tomcat.util.scan.JarFileUrlJar.<init>(JarFileUrlJar.java:65)
Workaround
The workaround would be to pull the dependencies, but it can be ignored since it's a warning, but it can cause confusion indicating something is not right