Thanks for the link to the other issues Justus. As an FYI, I noticed your release of IBM's JDK was kinda old (SR5, current is SR10). I tried starting up a test instance here with SR10 and it failed similarly to your errors above. Below is a snippet of the java environment information, and the JIRA log. I can provide more if you think it'll help.
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20090707 (SR10 ))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20090707 (JIT enabled)
J9VM - 20090706_38445_lHdSMr
JIT - 20090623_1334_r8
GC - 200906_09)
JCL - 20090705
2009-10-18 20:37:40,396 http-8080-Processor25 ERROR anonymous 74255x1x1 yjfj4e http://localhost:8080/secure/Dashboard.jspa [webwork.util.ValueStack] query="/dashboardHtml"
{[id="null" type="5" values=""]}
{[id="dashboardHtml" type="8" values=""]}
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(...)
Caused by: java.lang.TypeNotPresentException: Type javax.annotation.ParametersAreNonnullByDefault not present
at com.ibm.oti.reflect.AnnotationHelper.getAnnotation(AnnotationHelper.java:38)
at com.ibm.oti.reflect.AnnotationHelper.getDeclaredAnnotations(AnnotationHelper.java:50)
I still have problem running Jira 4.0.1 standalone on AIX 6.1 with IBM JDK, but because the exception is IMHO more related to
JRA-19401I've posted the issue there - can someone give me a feedback, which IBM JVM version is supposed to work?