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 "Stan Bradbury (JIRA)" <de...@db.apache.org> on 2006/08/18 22:07:16 UTC

[jira] Created: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
--------------------------------------------------------------------------------------

                 Key: DERBY-1728
                 URL: http://issues.apache.org/jira/browse/DERBY-1728
             Project: Derby
          Issue Type: Bug
    Affects Versions: 10.2.1.0
         Environment: Linux SLES 9 - IBM JDK 131 SR10
            Reporter: Stan Bradbury
            Priority: Minor


Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.

A few messages for reference:

********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
*** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
10a11
> T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
23a25,26
> # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
urity mechanism '8' not supported
31a35,36
> # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
ism=8; - EXCEPTION security mechanism '8' not supported
> TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
'8' not supported

  ---  ABOUT 50 LINES SKIPPED --

187a223,224
> # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
chanism=8; - EXCEPTION security mechanism '8' not supported
> TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
ism '8' not supported
195a233,234
> # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
CEPTION null userid not supported
> TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
ported
197 del
< Testing with derby.drda.securityMechanism=INVALID_VALUE
198 del
< EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
hanism.
199 del
< -----
200 del
< Testing with derby.drda.securityMechanism=
201 del
     
    ---- ABOUT 80 lines removed  --

> Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> Turning ON Derby BUILTIN authentication
> EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> -----
> Testing with derby.drda.securityMechanism=INVALID_VALUE
> EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
hanism.
> -----
> Testing with derby.drda.securityMechanism=
> EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> Completed testSecMec
Test Failed.
*** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Posted by "Stan Bradbury (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1728?page=comments#action_12429792 ] 
            
Stan Bradbury commented on DERBY-1728:
--------------------------------------

So I guess it is no surprise that this failure happened on other platforms as well (Win 2003 Server using JVM 1.5)?  See the 10.2 Platform test page for more info ( http://wiki.apache.org/db-derby/TenTwoPlatformTesting )

Here is the Derby environment I was testing with in all environments:

--------- Derby Information --------
JRE - JDBC: J2SE 1.3 - JDBC 2.1
[/local1/102beta1/lib/derby.jar] 10.2.1.0 beta - (430903)
[/local1/102beta1/lib/derbytools.jar] 10.2.1.0 beta - (430903)
[/local1/102beta1/lib/derbynet.jar] 10.2.1.0 beta - (430903)
[/local1/102beta1/lib/derbyclient.jar] 10.2.1.0 beta - (430903)
[/local1/AdtlTstJars/db2jcc_license_c.jar] 2.6 - (90)
[/local1/AdtlTstJars/db2jcc.jar] 2.6 - (90)



> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: http://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.2.1.0
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Posted by "Sunitha Kambhampati (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1728?page=all ]

Sunitha Kambhampati resolved DERBY-1728.
----------------------------------------

    Resolution: Fixed

This issue was resolved with fix for DERBY-1695.  

> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: http://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.2.1.5
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Posted by "Sunitha Kambhampati (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1728?page=all ]

Sunitha Kambhampati updated DERBY-1728:
---------------------------------------

    Fix Version/s: 10.2.1.5
                   10.3.0.0

> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: http://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.2.1.5
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>             Fix For: 10.2.1.5, 10.3.0.0
>
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Posted by "Sunitha Kambhampati (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1728?page=comments#action_12429120 ] 
            
Sunitha Kambhampati commented on DERBY-1728:
--------------------------------------------

I think this is related to DERBY-528 checkin, the jcc masters have not been updated.  There is an existing jira for updating the masters for jcc2.6 and jcc2.8.  DERBY-1695. 

Were you using JCC2.6 or JCC2.8?   

> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: http://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.2.1.0
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Posted by "Francois Orsini (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1728?page=comments#action_12429156 ] 
            
Francois Orsini commented on DERBY-1728:
----------------------------------------

That is correct.

I would appreciated if someone could update these master output files...It looks like Stan was able to run the tests and not get into the timeout issue (see DERBY-1695). Thanks.

> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: http://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.2.1.0
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

Posted by "Sunitha Kambhampati (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1728?page=all ]

Sunitha Kambhampati closed DERBY-1728.
--------------------------------------


> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: http://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.2.1.5
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>             Fix For: 10.2.1.5, 10.3.0.0
>
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1728) Test derbynetmats/testSecMec fails with message: security mechanism '8' not supported

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

Kathey Marsden updated DERBY-1728:
----------------------------------

    Component/s: Network Server

> Test  derbynetmats/testSecMec fails with message: security mechanism '8' not supported
> --------------------------------------------------------------------------------------
>
>                 Key: DERBY-1728
>                 URL: https://issues.apache.org/jira/browse/DERBY-1728
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>    Affects Versions: 10.2.1.6
>         Environment: Linux SLES 9 - IBM JDK 131 SR10
>            Reporter: Stan Bradbury
>            Priority: Minor
>             Fix For: 10.2.1.6, 10.3.1.4
>
>
> Testing of 10.2.1.0 beta on SLES 9 and IBM JDK 1.3.1 SR10 fails with *many* diffs.  Might be related to the problem listed in DERBY-1496 (message format differences?) however most lines of the DIFF report the following message that is NOT reported in 1496:  security mechanism '8' not supported.
> A few messages for reference:
> ********* Diff file derbyall/derbynetmats/DerbyNet/derbynetmats/testSecMec.diff
> *** Start: testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:14 ***
> 10a11
> > T9: jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=neelima;password=le
> e;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> 23a25,26
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;password=hobbe
> s;securityMechanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin;password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  sec
> urity mechanism '8' not supported
> 31a35,36
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:user=calvin;securityMechan
> ism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (user=calvin,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism
> '8' not supported
>   ---  ABOUT 50 LINES SKIPPED --
> 187a223,224
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:password=hobbes;securityMe
> chanism=8; - EXCEPTION security mechanism '8' not supported
> > TEST_DS (password=hobbes,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechan
> ism '8' not supported
> 195a233,234
> > # jdbc:derby:net://xxxFILTERED_HOSTNAMExxx:xxxFILTEREDPORTxxx/wombat:;securityMechanism=8; - EX
> CEPTION null userid not supported
> > TEST_DS (,securityMechanism=8)EXCEPTION testSecurityMechanism()  security mechanism '8' not sup
> ported
> 197 del
> < Testing with derby.drda.securityMechanism=INVALID_VALUE
> 198 del
> < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> 199 del
> < -----
> 200 del
> < Testing with derby.drda.securityMechanism=
> 201 del
>      
>     ---- ABOUT 80 lines removed  --
> > Test USRSSBPWD_with_BUILTIN - derby.drda.securityMechanism=STRONG_PASSWORD_SUBSTITUTE_SECURITY
> > Turning ON Derby BUILTIN authentication
> > EXCEPTION getConnectionWithSecMec()  security mechanism '8' not supported
> > -----
> > Testing with derby.drda.securityMechanism=INVALID_VALUE
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMec
> hanism.
> > -----
> > Testing with derby.drda.securityMechanism=
> > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, , for derby.drda.securityMechanism.
> > Completed testSecMec
> Test Failed.
> *** End:   testSecMec jdk1.3.1 DerbyNet derbynetmats:derbynetmats 2006-08-15 15:03:55 ***

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.