Hi Boris, This could be related to
https://github.com/apache/jena/issues/2448 which has a workaround. Add to web.xml: <context-param> <param-name>org.apache.shiro.ee.disabled</param-name> <param-value>true</param-value> </context-param> if not, could you please show the stack trace? Andy On 27/06/2024 14:05, Boris Mauricette wrote:
Dear all,I come here for the following:I try to deploy the jena-fuseki war webapp on a fresh installed glassfish7 (7.0.14 EE platform), but it fails with this error: Error occurred during deployment: Exception while loading the app : CDI definition failure:null more precisely, in the last lines of the error stack, there is: java.lang.NoClassDefFoundError: org/apache/shiro/cdi/AnnotatedTypeWrapper …at org.apache.shiro.ee.cdi.ShiroSessionScopeExtension.addFacesViewScoped this package org/apache/shiro/cdi doesn't seem to exist, I only see some shiro/ee/cdi/ things. As recommanded, I've renamed the .war file fuseki.war. Does anyone have an idea to fix the problem?Best regards,
