Hi All,

We recently migrated from WAS 6(Webshere Application Server) to WAS 7. We have deployed the ear file and started the app server. When trying to access the application URL, I am getting 500 internal error. I have checked the SystemOut.log file and found the below exception.


[3/13/14 8:52:37:966 EDT] 0000002a webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet Error]-[LoginServlet]: java.lang.NoClassDefFoundError: com/statestreet/sle/aaa/security/exception/UserNotFound
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.ja va:2427)
at java.lang.Class.getDeclaredMethod(Class.java:1935)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.che ckForDefaultImplementation(ServletWrapper.java:246 6)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.acc ess$400(ServletWrapper.java:139)
at com.ibm.ws.webcontainer.servlet.ServletWrapper$2.r un(ServletWrapper.java:2437)
at com.ibm.ws.security.util.AccessController.doPrivil eged(AccessController.java:118)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.che ckForDefaultMethods(ServletWrapper.java:2424)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:642)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.han dleRequest(ServletWrapper.java:502)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl .handleRequest(ServletWrapperImpl


In shared libraries we have added the jar file and the jar file contains the expected class(UserNotFound).

Please let us know the possible factors for this issue and give us a lead to proceed further to fix this issue.

Regards
Rocky.