[ https://issues.apache.org/jira/browse/DERBY-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233812#comment-13233812
]
Mike Matrigali commented on DERBY-5665:
---------------------------------------
Here is the relevant part from derby.log, there is nothing of interest before or after:
Sun Mar 18 23:19:08 PDT 2012:
Booting Derby version The Apache Software Foundation - Apache Derby - 10.9.0.0 alpha - (1302257):
instance 21518184-0136-2998-54e0-00006d8f5509
on database directory D:\jartest\JarResults.2012-03-18\ibm16_derbyall\derbyall\storeall\storemore\rollForwardBackup\wombat
with class loader sun.misc.Launcher$AppClassLoader@44684468
Loaded from file:/D:/jartest/jars/derby.jar
java.vendor=IBM Corporation
java.runtime.version=jvmwi3260sr9-20110203_74623
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20110203_74623 (JIT enabled,
AOT enabled)
J9VM - 20110203_074623
JIT - r9_20101028_17488ifx3
GC - 20101027_AA
user.dir=D:\jartest\JarResults.2012-03-18\ibm16_derbyall
derby.system.home=D:\jartest\JarResults.2012-03-18\ibm16_derbyall\derbyall\storeall\storemore\rollForwardBackup
Database Class Loader started - derby.database.classpath=''
Sun Mar 18 23:19:14 PDT 2012 Thread[main,5,main] (XID = 428), (SESSIONID = 1), (DATABASE =
wombat), (DRDAID = null), Cleanup action starting
Sun Mar 18 23:19:14 PDT 2012 Thread[main,5,main] (XID = 428), (SESSIONID = 1), (DATABASE =
wombat), (DRDAID = null), Failed Statement is: call SYSCS_UTIL.SYSCS_BACKUP_DATABASE('extinout/mybackup')
ERROR XSRS4: Error renaming file (during backup) from extinout\mybackup\wombat to extinout\mybackup\wombat.OLD.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.backup(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.backup(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.backup(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.backup(Unknown Source)
at org.apache.derby.catalog.SystemProcedures.SYSCS_BACKUP_DATABASE(Unknown Source)
at org.apache.derby.exe.ac3213c186x0136x2998x54e0x00006d8f55095.g0(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.apache.derby.impl.services.reflect.ReflectMethod.invoke(Unknown Source)
at org.apache.derby.impl.sql.execute.CallStatementResultSet.open(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
at org.apache.derby.impl.tools.ij.ij.executeImmediate(Unknown Source)
at org.apache.derby.impl.tools.ij.utilMain.doCatch(Unknown Source)
at org.apache.derby.impl.tools.ij.utilMain.runScriptGuts(Unknown Source)
at org.apache.derby.impl.tools.ij.utilMain.go(Unknown Source)
at org.apache.derby.impl.tools.ij.Main.go(Unknown Source)
at org.apache.derby.impl.tools.ij.Main.mainCore(Unknown Source)
at org.apache.derby.impl.tools.ij.Main.main(Unknown Source)
at org.apache.derby.tools.ij.main(Unknown Source)
Cleanup action completed
> nightly regression test failure in rollForwardBackup: ERROR XSRS4: Error renaming file
(during backup) from extinout\mybackup\wombat to extinout\mybackup\wombat.OLD.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-5665
> URL: https://issues.apache.org/jira/browse/DERBY-5665
> Project: Derby
> Issue Type: Bug
> Components: Test
> Affects Versions: 10.9.0.0
> Reporter: Mike Matrigali
>
> nightly test failure against trunk, windows, ibm16, build 1302257
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/1302257-derbyall_diff.txt
> ********* Diff file derbyall/storeall/storemore/rollForwardBackup.diff
> *** Start: rollForwardBackup jdk1.6.0 storeall:storemore 2012-03-18 23:15:08 ***
> 683 del
> < 0 rows inserted/updated/deleted
> 683a683
> > ERROR XSRS4: Error renaming file (during backup) from extinout\mybackup\wombat to
extinout\mybackup\wombat.OLD.
> 732,734d731
> < 42
> < 43
> < 44
> 783,785d779
> < 42
> < 43
> < 44
> Test Failed.
> *** End: rollForwardBackup jdk1.6.0 storeall:storemore 2012-03-18 23:20:32 ***
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|