You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "chuanshenglu (JIRA)" <ji...@apache.org> on 2009/12/09 04:22:18 UTC

[jira] Created: (HARMONY-6398) Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.

Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
------------------------------------------------------------------

                 Key: HARMONY-6398
                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: Windows XP SP2, x86.
Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
            Reporter: chuanshenglu


Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
It seems to be a infinite loop or somehing similar, which will exhaust all the memory.

Stack trace is here:
Java exception: ': java.lang.OutOfMemoryError'.
java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
Caused by: java.lang.OutOfMemoryError
at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
at java.io.InputStreamReader.read(InputStreamReader.java:256)
at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
at java.io.BufferedReader.read(BufferedReader.java:208)
at java.util.Properties.load(Properties.java:399)
at java.util.Properties.load(Properties.java:279)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:186)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

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


Re: [jira] Updated: (HARMONY-6398) [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

Posted by Ray Chen <cl...@gmail.com>.
Hi chuansheng,
I have run the sql test cases, but don't see the error. Can you tell the
details how to reproduce this problem?

On Wed, Dec 9, 2009 at 2:51 PM, chuanshenglu (JIRA) <ji...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/HARMONY-6398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> chuanshenglu updated HARMONY-6398:
> ----------------------------------
>
>     Description:
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or something similar, which will exhaust all
> the memory.
>
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown
> Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
> Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
> Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown
> Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown
> Source)
> at
> org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ':
> java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown
> Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown
> Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown
> Source)
>
>   was:
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or somehing similar, which will exhaust all
> the memory.
>
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown
> Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
> Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
> Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown
> Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown
> Source)
> at
> org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ':
> java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown
> Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown
> Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown
> Source)
>
>
> > [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony
> SQL testcases to fail.
> >
> ---------------------------------------------------------------------------------------------
> >
> >                 Key: HARMONY-6398
> >                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
> >             Project: Harmony
> >          Issue Type: Bug
> >          Components: Classlib
> >         Environment: Windows XP SP2, x86.
> > Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
> >            Reporter: chuanshenglu
> >
> > Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> > It seems to be a infinite loop or something similar, which will exhaust
> all the memory.
> > One of the stack traces is here:
> > Java exception: ': java.lang.OutOfMemoryError'.
> > java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> > at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown
> Source)
> > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> > at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> > at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
> Source)
> > at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
> Source)
> > at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
> Source)
> > at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
> Source)
> > at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown
> Source)
> > at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown
> Source)
> > at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown
> Source)
> > at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown
> Source)
> > at
> org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> > Caused by: java.sql.SQLException: Java exception: ':
> java.lang.OutOfMemoryError'.
> > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown
> Source)
> > at
> org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown
> Source)
> > Caused by: java.lang.OutOfMemoryError
> > at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> > at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> > at java.io.InputStreamReader.read(InputStreamReader.java:256)
> > at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> > at java.io.BufferedReader.read(BufferedReader.java:208)
> > at java.util.Properties.load(Properties.java:399)
> > at java.util.Properties.load(Properties.java:279)
> > at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown
> Source)
> > at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> > at java.security.AccessController.doPrivileged(AccessController.java:186)
> > at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown
> Source)
> > at
> org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown
> Source)
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Regards,

Ray Chen

[jira] Closed: (HARMONY-6398) [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

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

chuanshenglu closed HARMONY-6398.
---------------------------------

    Resolution: Cannot Reproduce

Cannot be reproduced on the latest source.

> [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6398
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP SP2, x86.
> Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
>            Reporter: chuanshenglu
>
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or something similar, which will exhaust all the memory.
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
> at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

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


[jira] Updated: (HARMONY-6398) Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

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

chuanshenglu updated HARMONY-6398:
----------------------------------

    Description: 
Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
It seems to be a infinite loop or somehing similar, which will exhaust all the memory.

One of the stack traces is here:
Java exception: ': java.lang.OutOfMemoryError'.
java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
Caused by: java.lang.OutOfMemoryError
at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
at java.io.InputStreamReader.read(InputStreamReader.java:256)
at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
at java.io.BufferedReader.read(BufferedReader.java:208)
at java.util.Properties.load(Properties.java:399)
at java.util.Properties.load(Properties.java:279)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:186)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

  was:
Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
It seems to be a infinite loop or somehing similar, which will exhaust all the memory.

Stack trace is here:
Java exception: ': java.lang.OutOfMemoryError'.
java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
Caused by: java.lang.OutOfMemoryError
at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
at java.io.InputStreamReader.read(InputStreamReader.java:256)
at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
at java.io.BufferedReader.read(BufferedReader.java:208)
at java.util.Properties.load(Properties.java:399)
at java.util.Properties.load(Properties.java:279)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:186)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)


> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-6398
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP SP2, x86.
> Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
>            Reporter: chuanshenglu
>
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or somehing similar, which will exhaust all the memory.
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
> at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

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


[jira] Updated: (HARMONY-6398) Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

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

chuanshenglu updated HARMONY-6398:
----------------------------------

    Summary: Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.  (was: Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.)

> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-6398
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP SP2, x86.
> Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
>            Reporter: chuanshenglu
>
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or somehing similar, which will exhaust all the memory.
> Stack trace is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
> at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

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


[jira] Updated: (HARMONY-6398) [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

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

chuanshenglu updated HARMONY-6398:
----------------------------------

    Summary: [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.  (was: Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.)

> [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6398
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP SP2, x86.
> Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
>            Reporter: chuanshenglu
>
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or somehing similar, which will exhaust all the memory.
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
> at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

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


[jira] Updated: (HARMONY-6398) [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.

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

chuanshenglu updated HARMONY-6398:
----------------------------------

    Description: 
Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
It seems to be a infinite loop or something similar, which will exhaust all the memory.

One of the stack traces is here:
Java exception: ': java.lang.OutOfMemoryError'.
java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
Caused by: java.lang.OutOfMemoryError
at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
at java.io.InputStreamReader.read(InputStreamReader.java:256)
at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
at java.io.BufferedReader.read(BufferedReader.java:208)
at java.util.Properties.load(Properties.java:399)
at java.util.Properties.load(Properties.java:279)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:186)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

  was:
Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
It seems to be a infinite loop or somehing similar, which will exhaust all the memory.

One of the stack traces is here:
Java exception: ': java.lang.OutOfMemoryError'.
java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
Caused by: java.lang.OutOfMemoryError
at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
at java.io.InputStreamReader.read(InputStreamReader.java:256)
at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
at java.io.BufferedReader.read(BufferedReader.java:208)
at java.util.Properties.load(Properties.java:399)
at java.util.Properties.load(Properties.java:279)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
at java.security.AccessController.doPrivileged(AccessController.java:186)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)


> [java6][classlib][luni] Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases to fail.
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6398
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6398
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP SP2, x86.
> Red Hat Enterprise Linux ( kernel 2.6.18-8.el5), i686.
>            Reporter: chuanshenglu
>
> Patch for JIRA HARMONY-6368 will cause Harmony SQL testcases fail.
> It seems to be a infinite loop or something similar, which will exhaust all the memory.
> One of the stack traces is here:
> Java exception: ': java.lang.OutOfMemoryError'.
> java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQueryUsingSystemTables(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getPreparedQuery(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getTables(Unknown Source)
> at org.apache.harmony.sql.tests.internal.rowset.CachedRowSetTestCase.setUp(CachedRowSetTestCase.java:65)
> Caused by: java.sql.SQLException: Java exception: ': java.lang.OutOfMemoryError'.
> at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
> at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
> Caused by: java.lang.OutOfMemoryError
> at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:153)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:319)
> at java.io.InputStreamReader.read(InputStreamReader.java:256)
> at java.io.BufferedReader.fillbuf(BufferedReader.java:107)
> at java.io.BufferedReader.read(BufferedReader.java:208)
> at java.util.Properties.load(Properties.java:399)
> at java.util.Properties.load(Properties.java:279)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.PBloadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.run(Unknown Source)
> at java.security.AccessController.doPrivileged(AccessController.java:186)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.loadQueryDescriptions(Unknown Source)
> at org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.getQueryDescriptions(Unknown Source)

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