Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ehcache.xml needed for JBoss Deployment #103

Open
rpledger opened this issue Aug 10, 2018 · 0 comments
Open

ehcache.xml needed for JBoss Deployment #103

rpledger opened this issue Aug 10, 2018 · 0 comments

Comments

@rpledger
Copy link

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:]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant