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 "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2014/09/04 19:06:51 UTC

[jira] [Commented] (DERBY-6702) test failure in NSSecurityMechanismTest; The expected SQL state must be five characters long

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

Myrna van Lunteren commented on DERBY-6702:
-------------------------------------------

I have been unable to reproduce this at will. I've been monitoring runs, and this had not happened again for about 2 weeks, but just to be be more up-to-date I upgraded to jdk 1.8 update 20, but now unfortunately the problem popped up again.

> test failure in NSSecurityMechanismTest; The expected SQL state must be five characters long
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-6702
>                 URL: https://issues.apache.org/jira/browse/DERBY-6702
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.12.0.0
>            Reporter: Myrna van Lunteren
>
> Saw this in a nightly run against trunk (10.12.0.0 alpha - (1617392)) with jdk 1.8 (not reported on my public page):
> 1) testNetworkServerSecurityMechanism(org.apache.derbyTesting.functionTests.tests.derbynet.NSSecurityMechanismTest)junit.framework.AssertionFailedError: The expected SQL state must be five characters long
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.assertSQLState(BaseJDBCTestCase.java:873)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.assertSQLState(BaseJDBCTestCase.java:940)
> 	at org.apache.derbyTesting.functionTests.tests.derbynet.NSSecurityMechanismTest.assertConnectionUsingDriverManager(NSSecurityMechanismTest.java:581)
> 	at org.apache.derbyTesting.functionTests.tests.derbynet.NSSecurityMechanismTest.assertConnectionsUsingDriverManager(NSSecurityMechanismTest.java:437)
> 	at org.apache.derbyTesting.functionTests.tests.derbynet.NSSecurityMechanismTest.testNetworkServerSecurityMechanism(NSSecurityMechanismTest.java:291)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	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 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: java.sql.SQLException: Java exception: 'Unexpected CryptoAPI failure generating seed: java.lang.InternalError'.
> 	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:664)
> 	at java.sql.DriverManager.getConnection(DriverManager.java:270)
> 	at org.apache.derbyTesting.functionTests.tests.derbynet.NSSecurityMechanismTest.assertConnectionUsingDriverManager(NSSecurityMechanismTest.java:541)
> 	... 37 more
> Caused by: ERROR XJ001: Java exception: 'Unexpected CryptoAPI failure generating seed: java.lang.InternalError'.
> 	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)
> 	... 41 more
> Caused by: java.lang.InternalError: Unexpected CryptoAPI failure generating seed
> 	at sun.security.provider.NativeSeedGenerator.getSeedBytes(NativeSeedGenerator.java:62)
> 	at sun.security.provider.SeedGenerator.generateSeed(SeedGenerator.java:144)
> 	at sun.security.provider.SecureRandom.engineGenerateSeed(SecureRandom.java:128)
> 	at java.security.SecureRandom.generateSeed(SecureRandom.java:522)
> 	at org.apache.derby.client.am.EncryptionManager.generateSeed(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.initializeClientSeed(Unknown Source)
> 	at org.apache.derby.client.net.NetConnection.flowUSRSSBPWDconnect(Unknown Source)
> 	... 44 more
> This test passed with this jvm on August 6 (with trunk at revision 1616382), but also failed on August 8 (with trunk at revision 1616916).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)