Home › Forums › OpenPPM Bulma 4.2.9 › Class es.sm2.openppm.utils.hibernate.SessionFactoryUtil error 20.10.2017 Creator: João Monteiro
- This topic contains 1 voice and has 0 replies.
-
AuthorPosts
-
19 June, 2017 at 12:20 pm #3466
Hi, I’m trying to install openppm on debian jessie 8.
Followed the instructions present on the pdf guide and everything worked out but when I try to access address:8080/openppm/ I get the following exception:exception javax.servlet.ServletException: Servlet execution threw an exception 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:727)
I manually extracted the .war file since it was not being extracted when tomcat started.
-Pau Alcover (08-03-2017)
Hi,
could you kindly send us full log trace?
pau.
ephraim (18-04-2017)
I am having a problem as well, please help
Below is my catalina.out log;
SEVERE: Job (DEFAULT.NotificationJob threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NoClassDefFoundError: Could not initialize class es.sm2.openppm.utils.hibernate.SessionFactoryUtil]
at org.quartz.core.JobRunShell.run(JobRunShell.java:224)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class es.sm2.openppm.utils.hibernate.SessionFactoryUtil
at es.sm2.openppm.core.logic.impl.NotificationLogic.sendNotifications(NotificationLogic.java:86)
at es.sm2.openppm.front.threads.scheduler.NotificationJob.execute(NotificationJob.java:51)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
… 1 more -
AuthorPosts
- You must be logged in to reply to this topic.