[ 
https://issues.apache.org/jira/browse/DERBY-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Matrigali updated DERBY-6249:
----------------------------------

           Component/s: Test
           Description: 
nightly regression test failure, null pointer during replication tests, on 
windows, 10.10, ibm15 jvm
http://people.apache.org/~myrnavl/derby_test_results/v10_10/windows/testlog/ibm15/1489275-suites.All_diff.txt
There was 1 error:
1) 
testReplication_Local_3_p5_DERBY_3878(org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_3_p5)java.sql.SQLException:
 DERBY SQL error: ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: 
java.lang.NullPointerExceptionXJ001.U
        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.stopSlave(ReplicationRun.java:2952)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.stopSlave(ReplicationRun.java:2901)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_3_p5.testReplication_Local_3_p5_DERBY_3878(ReplicationRun_Local_3_p5.java:93)
        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:117)
        at 
org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:247)
        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: org.apache.derby.client.am.SqlException: DERBY SQL error: ERRORCODE: 
0, SQLSTATE: XJ001, SQLERRMC: java.lang.NullPointerExceptionXJ001.U
        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

FAILURES!!!
     Affects Version/s: 10.10.1.2
    Bug behavior facts: Regression Test Failure
               Summary: nightly regression test failure:  
testReplication_Local_3_p5_DERBY_3878)java.sql.SQLException: DERBY SQL error: 
ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: 
java.lang.NullPointerExceptionXJ001.U  (was: nightly regression test failure: 
)
    
> nightly regression test failure:  
> testReplication_Local_3_p5_DERBY_3878)java.sql.SQLException: DERBY SQL error: 
> ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: 
> java.lang.NullPointerExceptionXJ001.U
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-6249
>                 URL: https://issues.apache.org/jira/browse/DERBY-6249
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.10.1.2
>            Reporter: Mike Matrigali
>
> nightly regression test failure, null pointer during replication tests, on 
> windows, 10.10, ibm15 jvm
> http://people.apache.org/~myrnavl/derby_test_results/v10_10/windows/testlog/ibm15/1489275-suites.All_diff.txt
> There was 1 error:
> 1) 
> testReplication_Local_3_p5_DERBY_3878(org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_3_p5)java.sql.SQLException:
>  DERBY SQL error: ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: 
> java.lang.NullPointerExceptionXJ001.U
>       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.stopSlave(ReplicationRun.java:2952)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.stopSlave(ReplicationRun.java:2901)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_3_p5.testReplication_Local_3_p5_DERBY_3878(ReplicationRun_Local_3_p5.java:93)
>       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:117)
>       at 
> org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:247)
>       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: org.apache.derby.client.am.SqlException: DERBY SQL error: 
> ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: 
> java.lang.NullPointerExceptionXJ001.U
>       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
> FAILURES!!!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to