Hi
This is a wonderful package!
I’m trying to make some minor changes to the labeling of fields — specifically, I want to change « Provider » to « Supplier ».
I found the text strings in front/src/main/resources/es/sm2/openppm/front/common/openppm_en_US.properties and edited them.
I then went to /home/openppm/openppmSourceforge and ran mvn package.
It looked like it compiled and packaged correctly.
I then copied /home/openppm/openppmSourceforge/front/target/openppm.war to /var/lib/tomcat7/webapps/
Now when I try to log in to <ipaddress>:8080/openppm I get the following error:
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)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.52 (Ubuntu) logs.
What am I doing wrong? I even deleted the openppm directory under /var/lib/tomcat7/webapps/ and restarted tomcat7 with the same results.
Thank you for your time.