[ 
https://issues.apache.org/jira/browse/DERBY-4635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060194#comment-13060194
 ] 

Kathey Marsden commented on DERBY-4635:
---------------------------------------

In last night's Windows trunk run I see the following faliure with IBM 1.5:
1) 
testReplication_Local_1_Indexing(org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_1Indexing)java.sql.SQLException:
 DERBY SQL error: SQLCODE: -1, SQLSTATE: XJ041, SQLERRMC: Failed to create 
database 'C:\jartest\JarResults.2011-07-04\ibm15_suites.All\db_master\wombat', 
see the next exception for details.::SQLSTATE: XBM0AThe database directory 
'C:\jartest\JarResults.2011-07-04\ibm15_suites.All\db_master\wombat' exists. 
However, it does not contain the expected 'service.properties' file. Perhaps 
Derby was brought down in the middle of creating this database. You may want to 
delete this directory and try creating the database again.
        at 
org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
        at org.apache.derby.client.am.SqlException.getSQLException(Unknown 
Source)
        at org.apache.derby.jdbc.ClientDriver.connect(Unknown Source)
        at java.sql.DriverManager.getConnection(DriverManager.java:572)
        at java.sql.DriverManager.getConnection(DriverManager.java:218)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.bootMasterDatabase(ReplicationRun.java:868)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.makeReadyForReplication(ReplicationRun.java:2746)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_1Indexing.testReplication_Local_1_Indexing(ReplicationRun_Local_1Indexing.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:112)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:207)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: org.apache.derby.client.am.SqlException: DERBY SQL error: SQLCODE: 
-1, SQLSTATE: XJ041, SQLERRMC: Failed to create database 
'C:\jartest\JarResults.2011-07-04\ibm15_suites.All\db_master\wombat', see the 
next exception for details.::SQLSTATE: XBM0AThe database directory 
'C:\jartest\JarResults.2011-07-04\ibm15_suites.All\db_master\wombat' exists. 
However, it does not contain the expected 'service.properties' file. Perhaps 
Derby was brought down in the middle of creating this database. You may want to 
delete this directory and try creating the database again.
        at org.apache.derby.client.am.Connection.completeSqlca(Unknown Source)
        at 
org.apache.derby.client.net.NetConnectionReply.parseRdbAccessFailed(Unknown 
Source)
        at 
org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(Unknown 
Source)
        at 
org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(Unknown Source)
        at 
org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(Unknown 
Source)
        at 
org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(Unknown 
Source)
        at 
org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(Unknown 
Source)
        at 
org.apache.derby.client.net.NetConnection.flowUSRIDONLconnect(Unknown Source)
        at org.apache.derby.client.net.NetConnection.flowConnect(Unknown Source)
        at org.apache.derby.client.net.NetConnection.<init>(Unknown Source)
        at 
org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(Unknown
 Source)
        ... 35 more


Is this the same issue, perhaps with a new message or something different?


> intermittent failure in 
> (...)replicationTests.ReplicationRun_Local_1Indexing.testReplication_Local_1_Indexing
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4635
>                 URL: https://issues.apache.org/jira/browse/DERBY-4635
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0, 10.7.1.1
>            Reporter: Myrna van Lunteren
>            Priority: Minor
>              Labels: derby_triage10_8
>
> During test cycle for 10.6 RC1 (10.6.1.0 build 938214) on windows (win2008, 
> ibm15 sr10) I saw a failure in 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_1Indexing.testReplication_Local_1_Indexing.
> This same failure was also reported to the derby-dev list in this thread:
> http://mail-archives.apache.org/mod_mbox/db-derby-dev/201004.mbox/%[email protected]%3e
> Here's my stack trace (I modified the physical paths):
> 1) 
> testReplication_Local_1_Indexing(org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_1Indexing)java.sql.SQLException:
>  DERBY SQL error: SQLCODE: -1, SQLSTATE: XJ041, SQLERRMC: Failed to create 
> database 'C:\jartest\db_master\wombat', see the next exception for 
> details.::SQLSTATE: XBM0JDirectory 
> C:\jartest\db_master\C:\jartest\db_master\wombat already exists.
>       at 
> org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
>       at org.apache.derby.client.am.SqlException.getSQLException(Unknown 
> Source)
>       at org.apache.derby.jdbc.ClientDriver.connect(Unknown Source)
>       at java.sql.DriverManager.getConnection(DriverManager.java:572)
>       at java.sql.DriverManager.getConnection(DriverManager.java:218)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.bootMasterDatabase(ReplicationRun.java:863)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.makeReadyForReplication(ReplicationRun.java:2746)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_1Indexing.testReplication_Local_1_Indexing(ReplicationRun_Local_1Indexing.java:70)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at 
> org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:207)
>       at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>       at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>       at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: org.apache.derby.client.am.SqlException: DERBY SQL error: SQLCODE: 
> -1, SQLSTATE: XJ041, SQLERRMC: Failed to create database 
> 'C:\jartest\db_master\wombat', see the next exception for details.::SQLSTATE: 
> XBM0JDirectory C:\jartest\db_master\C:\jartest\db_master\wombat already 
> exists.
>       at org.apache.derby.client.am.Connection.completeSqlca(Unknown Source)
>       at 
> org.apache.derby.client.net.NetConnectionReply.parseRdbAccessFailed(Unknown 
> Source)
>       at 
> org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(Unknown 
> Source)
>       at 
> org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(Unknown 
> Source)
>       at 
> org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(Unknown 
> Source)
>       at 
> org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(Unknown
>  Source)
>       at 
> org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(Unknown
>  Source)
>       at 
> org.apache.derby.client.net.NetConnection.flowUSRIDONLconnect(Unknown Source)
>       at org.apache.derby.client.net.NetConnection.flowConnect(Unknown Source)
>       at org.apache.derby.client.net.NetConnection.<init>(Unknown Source)
>       at 
> org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(Unknown
>  Source)
>       ... 33 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to