JBoss Deployment Failure due to 'org.ofbiz.core.entity.jdbc.SQLProcessor.getConnection'
Unable to render {include} The included page could not be found.
Symptoms
Jira Application deployment fails, client requests return HTTP status code 404 Not Found
. The following appears in the atlassian-jira.log
:
java.lang.NullPointerException
at org.ofbiz.core.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:271)
Cause
The global JNDI name for the DataSource connection pool is either missing or is possibly misspelled and doesn't match the one in deployment descriptor in WEB-INF/jboss-web.xml
.
Resolution
Refer to the following article on How to Configure the Jira DataSource on JBoss and check for spelling mistakes.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.