Java Tales from a Trading Desk
Noise from an Investment Bank
Wednesday, August 24, 2005
Saturday, August 13, 2005
XPlanner - Could not execute query
Have seen this a few times now, anyone got any ideas?
javax.servlet.jsp.JspTagException: net.sf.hibernate.JDBCException: Could not execute query at com.technoetic.xplanner.tags.db.UseBeansTag.doEndTag(UseBeansTag.java:133) at org.apache.jsp.index_jsp._jspService(index_jsp.java:83)
Wednesday, August 10, 2005
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.