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 "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/07/21 14:14:39 UTC

[jira] [Created] (DERBY-6673) Access denied in ImportExportTest.testWithCodeset

Rick Hillegas created DERBY-6673:
------------------------------------

             Summary: Access denied in ImportExportTest.testWithCodeset
                 Key: DERBY-6673
                 URL: https://issues.apache.org/jira/browse/DERBY-6673
             Project: Derby
          Issue Type: Bug
          Components: Test
         Environment: Windows_amd64_jdk8
            Reporter: Rick Hillegas


The following error turned up in the nightly tests on 2014-07-18 on Windows_amd64_jdk8 (http://download.java.net/javadesktop/derby/request_5593934/):

{noformat}
    java.sql.SQLTransactionRollbackException: An IOException occurred while writing data to the file.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:107)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
	at org.apache.derby.client.am.ClientPreparedStatement.execute(ClientPreparedStatement.java:1614)
	at org.apache.derbyTesting.functionTests.tests.tools.ImportExportTest.doExportToFile(ImportExportTest.java:364)
	at org.apache.derbyTesting.functionTests.tests.tools.ImportExportTest.doExport(ImportExportTest.java:344)
	at org.apache.derbyTesting.functionTests.tests.tools.ImportExportTest.doImportAndExport(ImportExportTest.java:332)
	at org.apache.derbyTesting.functionTests.tests.tools.ImportExportTest.testWithCodeset(ImportExportTest.java:144)
	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:118)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:440)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:457)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
Caused by: ERROR XIE0I: An IOException occurred while writing data to the file.
	at org.apache.derby.client.am.ClientStatement.completeExecute(ClientStatement.java:1861)
	at org.apache.derby.client.net.NetStatementReply.parseEXCSQLSTTreply(NetStatementReply.java:323)
	at org.apache.derby.client.net.NetStatementReply.readExecuteCall(NetStatementReply.java:107)
	at org.apache.derby.client.net.StatementReply.readExecuteCall(StatementReply.java:84)
	at org.apache.derby.client.net.NetStatement.readExecuteCall_(NetStatement.java:193)
	at org.apache.derby.client.am.ClientStatement.readExecuteCall(ClientStatement.java:1824)
	at org.apache.derby.client.am.ClientPreparedStatement.flowExecute(ClientPreparedStatement.java:2175)
	at org.apache.derby.client.am.ClientPreparedStatement.executeX(ClientPreparedStatement.java:1620)
	at org.apache.derby.client.am.ClientPreparedStatement.execute(ClientPreparedStatement.java:1605)
Caused by: ERROR XJ001: Java exception: 'extinout\T1.dat (Access is denied): java.io.FileNotFoundException'.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)