Skip to content

ehcache.xml needed for JBoss Deployment #103

@rpledger

Description

@rpledger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions