You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Vemund Østgaard (JIRA)" <ji...@apache.org> on 2007/01/12 09:56:27 UTC

[jira] Created: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
---------------------------------------------------------------------------------------------------------------

                 Key: DERBY-2236
                 URL: https://issues.apache.org/jira/browse/DERBY-2236
             Project: Derby
          Issue Type: Test
          Components: Test
         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)

            Reporter: Vemund Østgaard
            Priority: Minor


The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464212 ] 

Daniel John Debrunner commented on DERBY-2236:
----------------------------------------------

I think the solution proposed by Knut Anders is correct. There should be no need to grant permissions to derbyrun.jar. If there is a need then these need to be documented.

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464135 ] 

Knut Anders Hatlen commented on DERBY-2236:
-------------------------------------------

Does derbyrun.jar need to contain LocalizedInput.class, LocalizedOutput.class and LocalizedResource.class? Wouldn't it be sufficient that it contained run.class? The Localized* classes will be available in other jar files which derbyrun.jar's manifest puts into the classpath anyway.

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Assigned: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

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

Vemund Østgaard reassigned DERBY-2236:
--------------------------------------

    Assignee: Vemund Østgaard

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>         Assigned To: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat, 2236-diffv2, 2236-diffv2.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

Posted by "Vemund Østgaard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465755 ] 

Vemund Østgaard commented on DERBY-2236:
----------------------------------------

I've removed LocalizedInput.class, LocalizedOutput.class and LocalizedResource.class from derbyrun.jar, and this also solves the problem. I ran derbyall without any failures on SLES with jdk1.4.2 where I originally saw the problem. I've uploaded this change as an alternative patch (2236-diffv2).

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>         Assigned To: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat, 2236-diffv2, 2236-diffv2.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

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

Vemund Østgaard updated DERBY-2236:
-----------------------------------

    Attachment: 2236-diffv2.stat
                2236-diffv2

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat, 2236-diffv2, 2236-diffv2.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Resolved: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

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

Knut Anders Hatlen resolved DERBY-2236.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.3.0.0
       Derby Info:   (was: [Patch Available])

The second patch looks good. Committed revision 497738.

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>         Assigned To: Vemund Østgaard
>            Priority: Minor
>             Fix For: 10.3.0.0
>
>         Attachments: 2236-diff, 2236-diff.stat, 2236-diffv2, 2236-diffv2.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

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

Vemund Østgaard updated DERBY-2236:
-----------------------------------

    Attachment: 2236-diff.stat
                2236-diff

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

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

Dyre Tjeldvoll closed DERBY-2236.
---------------------------------


> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>            Assignee: Vemund Østgaard
>            Priority: Minor
>             Fix For: 10.3.1.4
>
>         Attachments: 2236-diff, 2236-diff.stat, 2236-diffv2, 2236-diffv2.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

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


[jira] Updated: (DERBY-2236) Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath

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

Vemund Østgaard updated DERBY-2236:
-----------------------------------

    Derby Info: [Patch Available]

> Three tests from i18nTest fails on SLES with jdk1.4.2 when derbyrun.jar comes before derby.jar in the classpath
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2236
>                 URL: https://issues.apache.org/jira/browse/DERBY-2236
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>         Environment: Linux 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux
> Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode)
>            Reporter: Vemund Østgaard
>            Priority: Minor
>         Attachments: 2236-diff, 2236-diff.stat
>
>
> The problem has been observed in nightly tests run on SLES with JDK1.4.2. The triggering factor seems to be that derbyrun.jar comes before derby.jar in the classpath. The problem seems very similar to JIRA1883, it is the same three tests that are failing, but this time it is derbyrun.jar that comes before derby.jar in the classpath. I have tested a fix in the policy file by giving derbyrun.jar the permissions that were given to derbynet.jar in JIRA1883 (reading properties), and that seems to solve the problem.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira