Shiro - Error "Error listenerStart" on startup

I am trying to integrate Shiro based on a great article written by BalusC in my application. I added the necessary JAR files (shiro-core-1.2.1.jar, shiro-web-1.2.1.jar, slf4j-api-1.7.5.jar and slf4j-simple-1.7.5.jar). Also changed web.xml. and added the shiro.ini file. However, it causes the following error in JBOSS EAP 6.0.

3: 32: 34,470 ERROR [org.apache.catalina.core.StandardContext] (MSC 1-3 service flow) Error listenerStart 13: 32: 34,470 ERROR [org.apache.catalina.core.StandardContext] (MSC 1- service flow 3) Error starting context [/ FedSep] due to previous errors

+4
source share

Source: https://habr.com/ru/post/1480775/


All Articles