You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Daniel S. Haischt (JIRA)" <ji...@apache.org> on 2010/01/02 07:57:54 UTC

[jira] Created: (INFRA-2413) Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK

Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK
------------------------------------------------------------------

                 Key: INFRA-2413
                 URL: https://issues.apache.org/jira/browse/INFRA-2413
             Project: Infrastructure
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: Buildbot
         Environment: OS: Windows 2008 server @ bb-2008.apache.org
            Reporter: Daniel S. Haischt


Hi,

we may consider establishing OEJB builds on a regular basis for the
following JDKs:

dsh: okay we now have the following JDKs available:
dsh:
dsh: C:\Program Files (x86)\Java\harmony-5.0-jdk-885602
dsh: C:\Program Files (x86)\IBM\Java60
dsh: C:\Program Files\IBM\Java50
dsh: C:\Program Files\Java\jdk1.6.0_16
dsh:
dsh: the latter one is the Sun JDK that was already installed
gmcdonald: great ,thanks

Why? Cause I figured that the build fails currently if using an IBM V6
JDK on both Linux and Windoz because of a NoClassDefFoundError.

Cheers
Daniel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2413) Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847751#action_12847751 ] 

Gavin commented on INFRA-2413:
------------------------------

I've added the IBM Jdk6, and it is failing, can you take a look ? Before I then add the others.

> Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK
> ------------------------------------------------------------------
>
>                 Key: INFRA-2413
>                 URL: https://issues.apache.org/jira/browse/INFRA-2413
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: OS: Windows 2008 server @ bb-2008.apache.org
>            Reporter: Daniel S. Haischt
>            Assignee: Gavin
>
> Hi,
> we may consider establishing OEJB builds on a regular basis for the
> following JDKs:
> dsh: okay we now have the following JDKs available:
> dsh:
> dsh: C:\Program Files (x86)\Java\harmony-5.0-jdk-885602
> dsh: C:\Program Files (x86)\IBM\Java60
> dsh: C:\Program Files\IBM\Java50
> dsh: C:\Program Files\Java\jdk1.6.0_16
> dsh:
> dsh: the latter one is the Sun JDK that was already installed
> gmcdonald: great ,thanks
> Why? Cause I figured that the build fails currently if using an IBM V6
> JDK on both Linux and Windoz because of a NoClassDefFoundError.
> Cheers
> Daniel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2413) Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK

Posted by "Daniel S. Haischt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795878#action_12795878 ] 

Daniel S. Haischt commented on INFRA-2413:
------------------------------------------

Sun JDK options:

MAVEN_OPTS=-Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps

IBM JDK options:

MAVEN_OPTS=-Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m -Xdump:heap:events=systhrow,filter=java/lang/OutOfMemoryError,label=C:\slave4\openejb-trunk-win\dumps\heapdump.%Y%m%d.%H%M%S.%pid.%seq.ph -Xdump:java:events=gpf+user+abort+traceassert,label=C:\slave4\openejb-trunk-win\dumps\heapdump.%Y%m%d.%H%M%S.%pid.%seq.ph -Xdump:java:events=systhrow,filter=java/lang/OutOfMemoryError,label=C:\projects\openejb3-trunk\javacore.%Y%m%d.%H%M%S.%pid.%seq.txt

Additionally set the env var IBM_COREDIR=C:\slave4\openejb-trunk-win\dumps

> Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK
> ------------------------------------------------------------------
>
>                 Key: INFRA-2413
>                 URL: https://issues.apache.org/jira/browse/INFRA-2413
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: OS: Windows 2008 server @ bb-2008.apache.org
>            Reporter: Daniel S. Haischt
>
> Hi,
> we may consider establishing OEJB builds on a regular basis for the
> following JDKs:
> dsh: okay we now have the following JDKs available:
> dsh:
> dsh: C:\Program Files (x86)\Java\harmony-5.0-jdk-885602
> dsh: C:\Program Files (x86)\IBM\Java60
> dsh: C:\Program Files\IBM\Java50
> dsh: C:\Program Files\Java\jdk1.6.0_16
> dsh:
> dsh: the latter one is the Sun JDK that was already installed
> gmcdonald: great ,thanks
> Why? Cause I figured that the build fails currently if using an IBM V6
> JDK on both Linux and Windoz because of a NoClassDefFoundError.
> Cheers
> Daniel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (INFRA-2413) Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin reassigned INFRA-2413:
----------------------------

    Assignee: Gavin

> Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK
> ------------------------------------------------------------------
>
>                 Key: INFRA-2413
>                 URL: https://issues.apache.org/jira/browse/INFRA-2413
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: OS: Windows 2008 server @ bb-2008.apache.org
>            Reporter: Daniel S. Haischt
>            Assignee: Gavin
>
> Hi,
> we may consider establishing OEJB builds on a regular basis for the
> following JDKs:
> dsh: okay we now have the following JDKs available:
> dsh:
> dsh: C:\Program Files (x86)\Java\harmony-5.0-jdk-885602
> dsh: C:\Program Files (x86)\IBM\Java60
> dsh: C:\Program Files\IBM\Java50
> dsh: C:\Program Files\Java\jdk1.6.0_16
> dsh:
> dsh: the latter one is the Sun JDK that was already installed
> gmcdonald: great ,thanks
> Why? Cause I figured that the build fails currently if using an IBM V6
> JDK on both Linux and Windoz because of a NoClassDefFoundError.
> Cheers
> Daniel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (INFRA-2413) Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK

Posted by "Daniel S. Haischt (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847841#action_12847841 ] 

Daniel S. Haischt commented on INFRA-2413:
------------------------------------------

Could you try running the build without using the following options:

-XX:PermSize=64m -XX:MaxPermSize=256m

I suppose they are Sun JVM specific.

> Create new builders for IBM JDK and the Harmony JDK for OEJB-TRUNK
> ------------------------------------------------------------------
>
>                 Key: INFRA-2413
>                 URL: https://issues.apache.org/jira/browse/INFRA-2413
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: OS: Windows 2008 server @ bb-2008.apache.org
>            Reporter: Daniel S. Haischt
>            Assignee: Gavin
>
> Hi,
> we may consider establishing OEJB builds on a regular basis for the
> following JDKs:
> dsh: okay we now have the following JDKs available:
> dsh:
> dsh: C:\Program Files (x86)\Java\harmony-5.0-jdk-885602
> dsh: C:\Program Files (x86)\IBM\Java60
> dsh: C:\Program Files\IBM\Java50
> dsh: C:\Program Files\Java\jdk1.6.0_16
> dsh:
> dsh: the latter one is the Sun JDK that was already installed
> gmcdonald: great ,thanks
> Why? Cause I figured that the build fails currently if using an IBM V6
> JDK on both Linux and Windoz because of a NoClassDefFoundError.
> Cheers
> Daniel

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.