Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
After logging into MDM and clicking on Inbox, the following error displays on the screen:
JAV-8001: Unexpected error. Class: 'com.tibco.mdm.ui.workflow.engine.workitem.WorkListHandlerServlet' and method name: 'list'. Additional information: java.lang.NullPointerException.
There are two symptoms of this issue:
1). When clicking on "Inbox":
JAV-8001: Unexpected error. Class: 'com.tibco.mdm.ui.workflow.engine.workitem.WorkListHandlerServlet' and method name: 'list'. Additional information: java.lang.NullPointerException
2). When trying to create a new user or role:
Code: XMLDOCUMENT: java.lang.NullPointerException
The issue was caused by the following entry missed in standalone.xml:
<in-vm-remote-interface-invocation pass-by-value="false"/>
In standalone.xml, go to <subsystem xmlns="urn:jboss:domain:ejb3:1.2"> section, and add the following line at the end of the section:
<in-vm-remote-interface-invocation pass-by-value="false"/>
Then restart JBoss.