IBM MDM server v11.5 BA UI issue
Unexpected application problem occurred"
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:695)
at com.ibm._jsp._index._jspService(_index.java:245)
Below is the snippet of log from SystemOut.log file:
[6/30/14 11:43:47:906 EDT] 0000016c servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: Uncaught service() exception root cause /index.jsp: com.ibm.websphere.servlet.error.ServletErrorReport: java.lang.NoClassDefFoundError: org/apache/myfaces/taglib/core/ViewTagat org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:695)
at com.ibm._jsp._index._jspService(_index.java:245)
Solution:
1. Stop the server
2. delete the content of
<Application server profile path>/wstemp
<Application server profile path>/temp
3.
./clearClassCache.sh
./osgiCfgInit.sh.
4. Start the server.