jdbcapi/SURQueryMixTest.junit: Error connecting to server, Address already in 
use on Solaris sparc (zones)
----------------------------------------------------------------------------------------------------------

                 Key: DERBY-1580
                 URL: http://issues.apache.org/jira/browse/DERBY-1580
             Project: Derby
          Issue Type: Bug
          Components: Network Client
    Affects Versions: 10.2.0.0
         Environment: NOTE: test is run in local zone.
------------------ Java Information ------------------
Java Version:    1.6.0-rc
Java Vendor:     Sun Microsystems Inc.
Java home:       /usr/local/java/jdk1.6.0_b91/jre
Java classpath:  
/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derby.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_de_DE.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_es.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_fr.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_it.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_ja_JP.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_ko_KR.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_pt_BR.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_zh_CN.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyLocale_zh_TW.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyTesting.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyclient.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbynet.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbyrun.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/derbytools.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/Dots.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/GenCfg.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/Perfmon.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/activation.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/commons-logging.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/db2jcc.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/db2jcc_license_c.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/dbprocedures.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/hadbjdbc4.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jag.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jagclient.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jagops.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jagutils.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jakarta-oro-2.0.8.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/javadbtests.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jdmkrt.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jet.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jetbatch.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jmx.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jmxremote.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/jmxremote_optional.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/junit.jar:/export/home/tmp3/jagtmp/autoderbyN_regression/install/lib/test/mail.jar:
OS name:         SunOS
OS architecture: sparc
OS version:      5.10
java.specification.name: Java Platform API Specification
java.specification.version: 1.6
            Reporter: Henri van de Scheur
            Priority: Minor


Testing (running derbyall) on Solaris zones was done in parallel: 1 global and 
3 local zones.
Derby version - 10.2.0.4 alpha - (423199).

In 2 different tests, we saw the same symptoms:

********* Diff file 
derbynetclientmats/derbynetmats/DerbyNetClient/jdbcapi/SURQueryMixTest.diff
*** Start: SURQueryMixTest jdk1.6.0-rc DerbyNetClient derbynetmats:jdbcapi 
2006-07-20 02:49:36 ***
0 add
> ..............................E...........
> There was 1 error:
> 1) SURQueryMixTest{Model=PK,Query=SELECT a,c FROM T1 WHERE id > 1 and id < 
> 900,Cursor=cursor_4_7,Positioned=true}(org.apache.derbyTesting.functionTests.tests.jdbcapi.SURQueryMixTest)SQL
>  Exception: java.net.SocketException : Error connecting to server 
> xxxFILTERED_HOSTNAMExxx on port 1527 with message Address already in use.
> Caused by: org.apache.derby.client.am.DisconnectException: 
> java.net.SocketException : Error connecting to server xxxFILTERED_HOSTNAMExxx 
> on port 1527 with message Address already in use.
>       ... 22 more
> Caused by: java.net.SocketException: Address already in use
>       ... 28 more
> FAILURES!!!
> Tests run: 576,  Failures: 0,  Errors: 1
Test Failed.
*** End:   SURQueryMixTest jdk1.6.0-rc DerbyNetClient derbynetmats:jdbcapi 
2006-07-20 02:55:30 ***

********* Diff file 
derbynetclientmats/DerbyNetClient/jdbc40/CallableStatementTest.diff
*** Start: CallableStatementTest jdk1.6.0-rc DerbyNetClient 
derbynetclientmats:jdbc40 2006-07-20 03:06:37 ***
0 add
> ...............E..........................
> There was 1 error:
> 1) 
> testGetCharacterStreamStringNotImplemented(org.apache.derbyTesting.functionTests.tests.jdbc4.CallableStatementTest)SQL
>  Exception: java.net.SocketException : Error connecting to server 
> xxxFILTERED_HOSTNAMExxx on port 1527 with message Address already in use.
> Caused by: org.apache.derby.client.am.DisconnectException: 
> java.net.SocketException : Error connecting to server xxxFILTERED_HOSTNAMExxx 
> on port 1527 with message Address already in use.
>       ... 21 more
> Caused by: java.net.SocketException: Address already in use
>       ... 27 more
> FAILURES!!!
> Tests run: 71,  Failures: 0,  Errors: 1
Test Failed.
*** End:   CallableStatementTest jdk1.6.0-rc DerbyNetClient 
derbynetclientmats:jdbc40 2006-07-20 03:07:16 ***

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


Reply via email to