XPlanner Install Problems
I got this stack trace after starting XPlanner on Tomcat 4.1.31 with MySQL:
javax.servlet.ServletException: java.lang.NullPointerException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:495)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:170)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:92)
This wiki suggests adding the database settings to resource/xplanner-custom.properties. But that didn't seem to help either :( I found a few other ideas to try here and here.
Nice review of Synergy here.
Agile good practices.
7 Comments:
Make sure you have xplanner-custom.properties with
hibernate.connection.driver_class
hibernate.connection.url
hibernate.connection.username
hibernate.connection.password
and rebuild war
and mysql setup correctly, etc...
MySQL is setup and working fine - confluence is using it.
did you create the xplanner db?
Yes, and grant the permissions to it for xplanner. Also manually installed the schema
have you gotten this to work yet? I'm stuck too! Gonna try the links you suggested tomorrow. Good luck.
I think this is very common that one will get problems while installing XPlanner.So one should read the guidelines properly before installing it.
Post a Comment
<< Home