Probably an issue with the version of SLFJ. See: https://stackoverflow.com/questions/20537459/java-lang-nosuchmethoderror-org-slf4j-spi-locationawarelogger-log
Maybe you need to update other versions of your application (spring or the JDK itself), but it's recommended to take the newest version as possible: https://activemq.apache.org/components/classic/download/ Raymond On Tue, May 14, 2024 at 6:20 AM Sowjanya <sowjimedapat...@gmail.com> wrote: > Hi > > We are trying to upgrade from activemq 5.11.2 to 5.12.0, New version of > activemq is being reflected but unfortunately not able to access any module > in our application, Below are the logs we are getting. > > 2024-05-09 09:12:15,549 WARN [com.adtran.mvc.view.ViewJSONServiceImpl] > JSON View failed due to com.adtran.common.services.Ser > viceSpecificException: 'java.lang.NoSuchMethodError: > org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String > ;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V' > > Can you please help in sorting out this. > > Regards, > Sowjanya >