Hi Team I'm currently upgrading my companies existing ActiveMQ 5.13.2 broker to 5.18.2. I'm currently having an issue where the broker will run but is throwing a Runtime Exception: java.lang.RuntimeException: Error scanning entry module-info.class from jar file:/D:/Apps/apache-activemq-5.18.2/lib/web/tomcat-servlet-api-9.0.65.jar Caused by: java.lang.UnsupportedOperationException: Module requires ASM6
And java.lang.RuntimeException: Error scanning file ApplicationContextFilter$1.class, java.lang.RuntimeException: Error scanning file ApplicationContextFilter$2.class, java.lang.RuntimeException: Error scanning file ApplicationContextFilter.class Caused by: java.lang.UnsupportedOperationException: NestHost requires ASM7 Does anyone know what "requires ASMX" means? In order to port the functionality of the old broker I had to copy over some missing .jar files, so could this be a mismatch in the versions of the libraries? Thanks Jack