-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 9.1-SNAPSHOT
-
Component/s: Audit, Core MongoDB
-
Sprint:nxcore 9.1.4, nxcore 9.3.1
-
Story Points:1
After I installed MongoDB Audit and Directories (mongodb-ext), when I click the History tab of a workspace I get an error and the tab is not displayed.
Stacktrace is:
Caused by: org.nuxeo.ecm.core.api.NuxeoException: Unable to use ESAuditPageProvider if audit service is not configured to run with ElasticSearch
at org.nuxeo.elasticsearch.audit.pageprovider.ESAuditPageProvider.getESBackend(ESAuditPageProvider.java:175)
at org.nuxeo.elasticsearch.audit.pageprovider.ESAuditPageProvider.buildAuditQuery(ESAuditPageProvider.java:221)
at org.nuxeo.elasticsearch.audit.pageprovider.ESAuditPageProvider.getCurrentPage(ESAuditPageProvider.java:94)
at org.nuxeo.ecm.platform.query.api.AbstractPageProvider.getCurrentSelectPage(AbstractPageProvider.java:715)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:99)
... 355 more