[
https://issues.apache.org/jira/browse/GERONIMO-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879338#action_12879338
]
Shawn Jiang commented on GERONIMO-5369:
---------------------------------------
Right, Besides this JIRA, I saw some saaj related problems caused by java 6
working with G 2.2.x. Therefore, I tried to build 22 with java 5. the result
assemblies turned out to work for both java 5 and 6.
I suggest we change the current geronimo 2.2.x build system to use java 5
instead of java 6.
> Geronimo 2.2.1 start failed on jdk 1.5.22, but successfully on JDK 1.6
> ----------------------------------------------------------------------
>
> Key: GERONIMO-5369
> URL: https://issues.apache.org/jira/browse/GERONIMO-5369
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: startup/shutdown
> Affects Versions: 2.2.1
> Environment: OS: jdk 1.5.22, suse 10 sp2, redhat 5.3
> Reporter: viola.lu
> Priority: Minor
> Fix For: 2.2.1
>
>
> 1. export JAVA_HOME=/opt/jdk1.5.22
> 2.start server, but failed with errors:
> 2010-06-07 13:54:48,828 ERROR [GBeanInstanceState] Error while starting;
> GBean is now in the FAILED state:
> abstractName="org.apache.geronimo.configs/mejb/2.2.1-SNAPSHOT/car?J2EEApplication=null,j2eeType=EJBModule,name=org.apache.geronimo.configs/mejb/2.2.1-SNAPSHOT/car"
> org.apache.openejb.OpenEJBException: Creating application failed:
> /g22src/plugins/mejb/geronimo-mejb/target/geronimo-mejb-2.2.1-SNAPSHOT.jar:
> Error deploying 'ejb/mgmt/MEJB'. Exception: class
> java.lang.NoSuchFieldError: MINUTES: MINUTES
> 3.If i export JAVA_HOME=/opt/jdk1.6.10, server started without error.
> I think this is cozed by openejb 3.1.* build, i tried to build openejb3.1.*
> with jdk 1.5,but failed by some method missing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.