|
JIRA Documentation
|
This page has general notes on installing JIRA on Weblogic. It supplements the official Weblogic installation docs
|
Labels
(None)
|
JIRA Documentation
|
This page has general notes on installing JIRA on Weblogic. It supplements the official Weblogic installation docs
|
Comments (2)
Oct 13, 2006
Neal Applebaum says:
I got this error: java.io.IOException: Not enough space at java.lang.UNIXProce...I got this error:
and it seems to be have been resolved by adding this:
<jsp-param> <param-name>compilerclass</param-name> <param-value>com.sun.tools.javac.Main</param-value> </jsp-param>to weblogic.xml, as suggested at http://e-docs.bea.com/wls/docs81/jsp/reference.html
Jan 15, 2007
Rosie Jameson says:
A user reports, "I am using Weblogic Servers mssql driver and have created an XA...A user reports, "I am using Weblogic Servers mssql driver and have created an XA connection pool. To get JIRA to work, you need to have the "Supports Local Transaction" option enabled. This option specifies whether the XA driver used to create physical database connections supports SQL without global transactions."