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 "Kathey Marsden (JIRA)" <ji...@apache.org> on 2012/09/19 22:05:07 UTC

[jira] [Created] (DERBY-5932) testAutoNetworkServerBoot fails with Invalid authentication

Kathey Marsden created DERBY-5932:
-------------------------------------

             Summary: testAutoNetworkServerBoot fails with Invalid authentication
                 Key: DERBY-5932
                 URL: https://issues.apache.org/jira/browse/DERBY-5932
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.10.0.0
         Environment: Windows IBM 1.5
            Reporter: Kathey Marsden


I saw this issue in the IBM Nightlies
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

--
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

[jira] [Updated] (DERBY-5932) testAutoNetworkServerBoot fails with Invalid authentication

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren updated DERBY-5932:
--------------------------------------

    Urgency: Normal
     Labels: derby_triage10_10  (was: )

I wonder if this is related to invalid user/password failures (e.g. DERBY-5572) we've seen on another windows machine with these nightly test runs.
I switched the runs over to another machine (vmware) and things do appear better, but perhaps there is a test out there after all that is not cleaning up properly occasionally.

Just in case it is relevant and we loose the history at that link, I'll attach the list of fixtures until the failure happened. 
                
> testAutoNetworkServerBoot fails with Invalid authentication
> -----------------------------------------------------------
>
>                 Key: DERBY-5932
>                 URL: https://issues.apache.org/jira/browse/DERBY-5932
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.10.0.0
>         Environment: Windows IBM 1.5
>            Reporter: Kathey Marsden
>              Labels: derby_triage10_10
>
> I saw this issue in the IBM Nightlies ibm1.6
> http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
> and ibm 1.5
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt
> Only on Windows. Linux was fine.  
> 1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
> 	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
> 	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
> 	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

--
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

[jira] [Updated] (DERBY-5932) testAutoNetworkServerBoot fails with Invalid authentication

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-5932:
----------------------------------

    Description: 
I saw this issue in the IBM Nightlies ibm1.6
http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
and ibm 1.5
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

Only on Windows. Linux was fine.  
1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

  was:
I saw this issue in the IBM Nightlies ibm1.6
http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
and ibm 1.5
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

    
> testAutoNetworkServerBoot fails with Invalid authentication
> -----------------------------------------------------------
>
>                 Key: DERBY-5932
>                 URL: https://issues.apache.org/jira/browse/DERBY-5932
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.10.0.0
>         Environment: Windows IBM 1.5
>            Reporter: Kathey Marsden
>
> I saw this issue in the IBM Nightlies ibm1.6
> http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
> and ibm 1.5
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt
> Only on Windows. Linux was fine.  
> 1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
> 	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
> 	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
> 	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

--
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

[jira] [Updated] (DERBY-5932) testAutoNetworkServerBoot fails with Invalid authentication

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren updated DERBY-5932:
--------------------------------------

    Attachment: d5932test.out

list of tests run until failure for safekeeping; after this there's the stack trace from the description.
                
> testAutoNetworkServerBoot fails with Invalid authentication
> -----------------------------------------------------------
>
>                 Key: DERBY-5932
>                 URL: https://issues.apache.org/jira/browse/DERBY-5932
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.10.0.0
>         Environment: Windows IBM 1.5
>            Reporter: Kathey Marsden
>              Labels: derby_triage10_10
>         Attachments: d5932test.out
>
>
> I saw this issue in the IBM Nightlies ibm1.6
> http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
> and ibm 1.5
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt
> Only on Windows. Linux was fine.  
> 1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
> 	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
> 	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
> 	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

--
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

[jira] [Updated] (DERBY-5932) testAutoNetworkServerBoot fails with Invalid authentication

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-5932:
----------------------------------

    Description: 
I saw this issue in the IBM Nightlies ibm1.6
http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
and ibm 1.5
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

  was:
I saw this issue in the IBM Nightlies
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

    
> testAutoNetworkServerBoot fails with Invalid authentication
> -----------------------------------------------------------
>
>                 Key: DERBY-5932
>                 URL: https://issues.apache.org/jira/browse/DERBY-5932
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.10.0.0
>         Environment: Windows IBM 1.5
>            Reporter: Kathey Marsden
>
> I saw this issue in the IBM Nightlies ibm1.6
> http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
> and ibm 1.5
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt
> 1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
> 	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
> 	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
> 	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

--
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

[jira] [Updated] (DERBY-5932) testAutoNetworkServerBoot fails with Invalid authentication

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-5932:
----------------------------------

    Description: 
I saw this issue in the IBM Nightlies ibm1.6
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/1387435-suites.All_diff.txt
and on 

http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

Only on Windows. Linux was fine.  
1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

  was:
I saw this issue in the IBM Nightlies ibm1.6
http://cloudsoft.usca.ibm.com/intranet/nightlies/derbywinvm/JarResults.2012-09-18/ibm16_suites.All/suites.All.out
and ibm 1.5
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt

Only on Windows. Linux was fine.  
1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

    
> testAutoNetworkServerBoot fails with Invalid authentication
> -----------------------------------------------------------
>
>                 Key: DERBY-5932
>                 URL: https://issues.apache.org/jira/browse/DERBY-5932
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.10.0.0
>         Environment: Windows IBM 1.5
>            Reporter: Kathey Marsden
>              Labels: derby_triage10_10
>         Attachments: d5932test.out
>
>
> I saw this issue in the IBM Nightlies ibm1.6
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/1387435-suites.All_diff.txt
> and on 
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1387435-suites.All_diff.txt
> Only on Windows. Linux was fine.  
> 1) testAutoNetworkServerBoot(org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest)java.sql.SQLException: Connection authentication failure occurred.  Reason: Invalid authentication..
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.throwSQLException(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.wrapSQLError(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.readResult(Unknown Source)
> 	at org.apache.derby.impl.drda.NetworkServerControlImpl.shutdown(Unknown Source)
> 	at org.apache.derby.drda.NetworkServerControl.shutdown(Unknown Source)
> 	at org.apache.derbyTesting.functionTests.tests.jdbcapi.AutoloadTest.testAutoNetworkServerBoot(AutoloadTest.java:521)
> 	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.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
> 	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)

--
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