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.

Reply via email to