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 "A B (JIRA)" <ji...@apache.org> on 2007/12/18 02:10:43 UTC

[jira] Created: (DERBY-3286) store/databaseProperties.sql fails intermittently for weme6.1

store/databaseProperties.sql fails intermittently for weme6.1
-------------------------------------------------------------

                 Key: DERBY-3286
                 URL: https://issues.apache.org/jira/browse/DERBY-3286
             Project: Derby
          Issue Type: Bug
          Components: Regression Test Failure
         Environment: weme6.1
            Reporter: A B
            Priority: Minor
             Fix For: 10.4.0.0


Three times in the past week I have seen a failure in:

  derbyall/storeall/storeall.fail:store/databaseProperties.sql

right at the end of the test.  The call to "drop function GET_TABLE_PROPERTY" is the last line of the script, and after that I intermittently see:

ij> drop function GET_TABLE_PROPERTY;
0 rows inserted/updated/deleted
ij> java.lang.IllegalStateException: File is closed
        at java.util.zip.ZipFile.getEntry(ZipFile.java:172)
        at java.util.jar.JarFile.getEntry(JarFile.java:309)
        at java.net.URLClassLoader.findResourceImpl(URLClassLoader.java:670)
        at java.net.URLClassLoader$5.run(URLClassLoader.java:604)
        at java.security.AccessController.doPrivileged(AccessController.java:213)
        at java.net.URLClassLoader.findResource(URLClassLoader.java:602)
        at java.lang.ClassLoader.getResource(ClassLoader.java:389)
        at java.lang.ClassLoader.getResource(ClassLoader.java:386)
        at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:449)
        at java.util.ResourceBundle$1.run(ResourceBundle.java:249)
        at java.security.AccessController.doPrivileged(AccessController.java:191)
        at java.util.ResourceBundle.handleGetBundle(ResourceBundle.java:245)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:121)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:79)
        at org.apache.derby.iapi.services.i18n.MessageService.getBundleWithEnDefault(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getBundleForLocale(Unknown Source)
        at org.apache.derby.impl.services.monitor.BaseMonitor.getBundle(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getBundle(Unknown Source)
        at org.apache.derby.iapi.services.i18n.MessageService.getCompleteMessage(Unknown Source)
        at org.apache.derby.iapi.error.StandardException.getMessage(Unknown Source)
        at org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown Source)
        at org.apache.derby.impl.services.daemon.BasicDaemon.serviceClient(Unknown Source)

I have not investigated any further than that.

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


[jira] Closed: (DERBY-3286) store/databaseProperties.sql fails intermittently for weme6.1

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

Kathey Marsden closed DERBY-3286.
---------------------------------

    Resolution: Cannot Reproduce

I don't think we have seen this in over a year. Closing CNR.

> store/databaseProperties.sql fails intermittently for weme6.1
> -------------------------------------------------------------
>
>                 Key: DERBY-3286
>                 URL: https://issues.apache.org/jira/browse/DERBY-3286
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>         Environment: weme6.1
>            Reporter: A B
>            Priority: Minor
>
> Three times in the past week I have seen a failure in:
>   derbyall/storeall/storeall.fail:store/databaseProperties.sql
> right at the end of the test.  The call to "drop function GET_TABLE_PROPERTY" is the last line of the script, and after that I intermittently see:
> ij> drop function GET_TABLE_PROPERTY;
> 0 rows inserted/updated/deleted
> ij> java.lang.IllegalStateException: File is closed
>         at java.util.zip.ZipFile.getEntry(ZipFile.java:172)
>         at java.util.jar.JarFile.getEntry(JarFile.java:309)
>         at java.net.URLClassLoader.findResourceImpl(URLClassLoader.java:670)
>         at java.net.URLClassLoader$5.run(URLClassLoader.java:604)
>         at java.security.AccessController.doPrivileged(AccessController.java:213)
>         at java.net.URLClassLoader.findResource(URLClassLoader.java:602)
>         at java.lang.ClassLoader.getResource(ClassLoader.java:389)
>         at java.lang.ClassLoader.getResource(ClassLoader.java:386)
>         at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:449)
>         at java.util.ResourceBundle$1.run(ResourceBundle.java:249)
>         at java.security.AccessController.doPrivileged(AccessController.java:191)
>         at java.util.ResourceBundle.handleGetBundle(ResourceBundle.java:245)
>         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:121)
>         at java.util.ResourceBundle.getBundle(ResourceBundle.java:79)
>         at org.apache.derby.iapi.services.i18n.MessageService.getBundleWithEnDefault(Unknown Source)
>         at org.apache.derby.iapi.services.i18n.MessageService.getBundleForLocale(Unknown Source)
>         at org.apache.derby.impl.services.monitor.BaseMonitor.getBundle(Unknown Source)
>         at org.apache.derby.iapi.services.i18n.MessageService.getBundle(Unknown Source)
>         at org.apache.derby.iapi.services.i18n.MessageService.getCompleteMessage(Unknown Source)
>         at org.apache.derby.iapi.error.StandardException.getMessage(Unknown Source)
>         at org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown Source)
>         at org.apache.derby.impl.services.daemon.BasicDaemon.serviceClient(Unknown Source)
> I have not investigated any further than that.

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


[jira] Updated: (DERBY-3286) store/databaseProperties.sql fails intermittently for weme6.1

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

Dyre Tjeldvoll updated DERBY-3286:
----------------------------------

    Fix Version/s:     (was: 10.4.0.0)

Removing Fix-version for unassigned issues

> store/databaseProperties.sql fails intermittently for weme6.1
> -------------------------------------------------------------
>
>                 Key: DERBY-3286
>                 URL: https://issues.apache.org/jira/browse/DERBY-3286
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>         Environment: weme6.1
>            Reporter: A B
>            Priority: Minor
>
> Three times in the past week I have seen a failure in:
>   derbyall/storeall/storeall.fail:store/databaseProperties.sql
> right at the end of the test.  The call to "drop function GET_TABLE_PROPERTY" is the last line of the script, and after that I intermittently see:
> ij> drop function GET_TABLE_PROPERTY;
> 0 rows inserted/updated/deleted
> ij> java.lang.IllegalStateException: File is closed
>         at java.util.zip.ZipFile.getEntry(ZipFile.java:172)
>         at java.util.jar.JarFile.getEntry(JarFile.java:309)
>         at java.net.URLClassLoader.findResourceImpl(URLClassLoader.java:670)
>         at java.net.URLClassLoader$5.run(URLClassLoader.java:604)
>         at java.security.AccessController.doPrivileged(AccessController.java:213)
>         at java.net.URLClassLoader.findResource(URLClassLoader.java:602)
>         at java.lang.ClassLoader.getResource(ClassLoader.java:389)
>         at java.lang.ClassLoader.getResource(ClassLoader.java:386)
>         at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:449)
>         at java.util.ResourceBundle$1.run(ResourceBundle.java:249)
>         at java.security.AccessController.doPrivileged(AccessController.java:191)
>         at java.util.ResourceBundle.handleGetBundle(ResourceBundle.java:245)
>         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:121)
>         at java.util.ResourceBundle.getBundle(ResourceBundle.java:79)
>         at org.apache.derby.iapi.services.i18n.MessageService.getBundleWithEnDefault(Unknown Source)
>         at org.apache.derby.iapi.services.i18n.MessageService.getBundleForLocale(Unknown Source)
>         at org.apache.derby.impl.services.monitor.BaseMonitor.getBundle(Unknown Source)
>         at org.apache.derby.iapi.services.i18n.MessageService.getBundle(Unknown Source)
>         at org.apache.derby.iapi.services.i18n.MessageService.getCompleteMessage(Unknown Source)
>         at org.apache.derby.iapi.error.StandardException.getMessage(Unknown Source)
>         at org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown Source)
>         at org.apache.derby.impl.services.daemon.BasicDaemon.serviceClient(Unknown Source)
> I have not investigated any further than that.

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