Hi Guys,
I followed Activiti User Guide to integrate Activiti explorer 5.17.0 with LDAP because in activiti database, the password is clear text. I was able to integrate with LDAP though configuration without code changes. However, after the integration and login to explorer, I experienced several fetal errors.
1. click Users and Groups tabs under Manage tab will cause fetal error:
SEVERE: Servlet.service() for servlet [Vaadin Application Servlet] in context with path [/activiti-explorer] threw exception
java.lang.NullPointerException
at org.activiti.explorer.ExplorerApp.terminalError(ExplorerApp.java:246)
at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.handleServiceException(AbstractApplicationServlet.java:1003)
…..
2. click Processes tab will cause: deployment didn't put process definition in the cache error
Anyone experience the same issues? Any solutions? Does this means that customer code changes are needed because configuration alone will not work?
Thanks,
Aiming