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 Apache Jenkins Server <je...@builds.apache.org> on 2015/12/03 07:19:17 UTC

Build failed in Jenkins: Derby-trunk-suites.All #55

See <https://builds.apache.org/job/Derby-trunk-suites.All/55/changes>

Changes:

[rhillegas] DERBY-6725: Canonicalize the database names returned by syscs_get_database_name(); comit derby-6725-02-aa-canonicalize.diff.

------------------------------------------
[...truncated 7570 lines...]
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] java.sql.SQLNonTransientConnectionException: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:71)
    [junit] 	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:176)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:664)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:208)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:101)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:68)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:44)
    [junit] 	at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1644)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] java.sql.SQLNonTransientConnectionException: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:71)
    [junit] 	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:176)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:664)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:208)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:101)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:68)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:44)
    [junit] 	at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1644)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] java.sql.SQLNonTransientConnectionException: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:71)
    [junit] 	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:176)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:664)
    [junit] 	at java.sql.DriverManager.getConnection(DriverManager.java:208)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:101)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:68)
    [junit] 	at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:44)
    [junit] 	at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1644)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:510)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:118)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.createStatement(BaseJDBCTestCase.java:150)
    [junit] 	at org.apache.derbyTesting.functionTests.tests.store.LongColumnTest.setUp(LongColumnTest.java:47)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:128)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:120)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:443)
    [junit] 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:460)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:106)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:109)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:120)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
    [junit] 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:124)
    [junit] 	at junit.extensions.TestSetup.run(TestSetup.java:25)
    [junit] 	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:58)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:230)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:225)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] Caused by: ERROR 08006: A network protocol error was encountered and the connection has been terminated: A protocol error (Data Stream Syntax Error) was detected.  Reason: 0x4,442. Perhaps this is an attempt to open a plaintext connection to an SSL enabled server.
    [junit] 	at org.apache.derby.client.net.Reply.doSyntaxrmSemantics(Reply.java:887)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseSYNTAXRM(NetConnectionReply.java:1143)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseCommonError(NetConnectionReply.java:422)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseExchangeServerAttributesError(NetConnectionReply.java:344)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.parseEXCSATreply(NetConnectionReply.java:186)
    [junit] 	at org.apache.derby.client.net.NetConnectionReply.readExchangeServerAttributes(NetConnectionReply.java:57)
    [junit] 	at org.apache.derby.client.net.NetConnection.readServerAttributesAndKeyExchange(NetConnection.java:764)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowServerAttributesAndKeyExchange(NetConnection.java:708)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(NetConnection.java:550)
    [junit] 	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:355)
    [junit] 	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:210)
    [junit] 	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:278)
    [junit] 	at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:169)
    [junit] 	... 43 more
    [junit] Tests run: 320, Failures: 0, Errors: 67, Skipped: 0, Time elapsed: 956.14 sec
    [junit] Test org.apache.derbyTesting.functionTests.tests.store._Suite FAILED
    [junit] Running org.apache.derbyTesting.functionTests.tests.engine._Suite
    [junit] Tests run: 39, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 124.688 sec
    [junit] Test org.apache.derbyTesting.functionTests.tests.engine._Suite FAILED
    [junit] Running org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationSuite
Build timed out (after 400 minutes). Marking the build as failed.
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Build was aborted
Recording test results

Jenkins build is back to normal : Derby-trunk-suites.All #56

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-trunk-suites.All/56/changes>