BEA Weblogic Notes

JIRA Documentation

Index

This page has general notes on installing JIRA on Weblogic. It supplements the official Weblogic installation docs

add your notes

  • JIRA 3.7.2 appears to work under WebLogic 8.1 SP 6 (tested against Postgres 8.2).
  • Currently there are issues with running JIRA under WebLogic 8.1.x with Oracle 10.x.

Labels

 
(None)
  1. Oct 13, 2006

    Neal Applebaum says:

    I got this error: java.io.IOException: Not enough space at java.lang.UNIXProce...

    I got this error:

    java.io.IOException: Not enough space
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:56)
    

    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

  2. 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."