Hello Guys
this is what i get when i try to access to the application.
type Exception report
message Servlet execution threw an exception
description The server encountered an internal error that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
root cause
java.lang.NoClassDefFoundError: Could not initialize class es.sm2.openppm.utils.hibernate.SessionFactoryUtil
es.sm2.openppm.core.logic.impl.SettingLogic.findSetting(SettingLogic.java:64)
es.sm2.openppm.front.servlets.AbstractGenericServlet.service(AbstractGenericServlet.java:124)
es.sm2.openppm.front.servlets.LoginServlet.service(LoginServlet.java:82)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
note The full stack trace of the root cause is available in the Apache Tomcat/8.0.35 logs.
any advice to resolve this
Regards
-jesus colin (09-06-2016)
for this case i forgot to add openppm.xml in tomcat/localhost !!!
is solved.