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
For JBoss deployment of OWF 7.17.1 with ozone-security-3.28, ehcache.xml file in OWF-bundle-7.17.1/apache-tomcat/lib needs to be placed in standalone/deployments/owf.war/WEB-INF/classes otherwise it causes a NullPointerException in ozone/security/session/ClusteredSessionRegistryImpl.java when SessionManagementBeans.xml is included in OWFsecurityContext_cert_ldap.xml
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [ozone.security.session.ClusteredSessionRegistryImpl]: Constructor threw exception; nested exception is java.lang.NullPointerException
... 9 more
Caused by: java.lang.NullPointerException
at ozone.security.session.ClusteredSessionRegistryImpl.(ClusteredSessionRegistryImpl.java:90) [ozone-security-3.28.jar:]
The text was updated successfully, but these errors were encountered:
https://github.com/ozoneplatform/owf-framework/wiki/Running-OWF-in-JBoss should be updated to include ehcache.xml in standalone/deployments/owf.war/WEB-INF/classes.
For JBoss deployment of OWF 7.17.1 with ozone-security-3.28, ehcache.xml file in OWF-bundle-7.17.1/apache-tomcat/lib needs to be placed in standalone/deployments/owf.war/WEB-INF/classes otherwise it causes a NullPointerException in ozone/security/session/ClusteredSessionRegistryImpl.java when SessionManagementBeans.xml is included in OWFsecurityContext_cert_ldap.xml
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [ozone.security.session.ClusteredSessionRegistryImpl]: Constructor threw exception; nested exception is java.lang.NullPointerException
... 9 more
Caused by: java.lang.NullPointerException
at ozone.security.session.ClusteredSessionRegistryImpl.(ClusteredSessionRegistryImpl.java:90) [ozone-security-3.28.jar:]
The text was updated successfully, but these errors were encountered: