afs opened a new issue, #2448:
URL: https://github.com/apache/jena/issues/2448
### 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. "
```
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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]