You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the application/localhost log:
"There is already a Shiro environment associated with the current ServletContext. "
05-May-2024 16:37:20.159 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Shiro environment
05-May-2024 16:37:20.386 SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class [org.apache.shiro.ee.listeners.EnvironmentLoaderListener]
java.lang.IllegalStateException: There is already a Shiro environment associated with the current ServletContext. Check if you have multiple EnvironmentLoader* definitions in your web.xml!
at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:132)
and in the catalina log:
05-May-2024 16:37:20.386 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
05-May-2024 16:37:20.387 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/fuseki] startup failed due to previous errors
Relevant output and stacktrace
No response
Are you interested in making a pull request?
Yes
The text was updated successfully, but these errors were encountered:
It seems that automatic initialization now (5.0.0) causes the error. Fuseki web.xml has an explicitly configured Shiro listener to find the shiro.ini file from the FUSEKI_BASE area.
Version
5.0.0
What happened?
The Fuseki webapp fails to start.
In the application/localhost log:
"There is already a Shiro environment associated with the current ServletContext. "
and in the catalina log:
Relevant output and stacktrace
No response
Are you interested in making a pull request?
Yes
The text was updated successfully, but these errors were encountered: