You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2008/03/20 16:57:24 UTC

[jira] Created: (HARMONY-5626) [buildtest][gut] TSSConfigEditorTest hangs

[buildtest][gut] TSSConfigEditorTest hangs
------------------------------------------

                 Key: HARMONY-5626
                 URL: https://issues.apache.org/jira/browse/HARMONY-5626
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
    Affects Versions: 5.0M5
            Reporter: Vasily Zakharov
            Assignee: Vasily Zakharov


Geronimo Unit Test org.apache.geronimo.yoko.TSSConfigEditorTest hangs on Harmony on all platforms with the following diagnostic:

SEVERE: Failure accepting connection for host=ecwm0vmzakhar/172.28.118.8, port=8050
java.io.IOException: Connection was closed
    at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.doHandshake(SSLSocketImpl.java:760)
    at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
    at org.apache.harmony.xnet.provider.jsse.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:256)
    at org.apache.yoko.orb.OCI.IIOP.Acceptor_impl.accept(Acceptor_impl.java:111)
    at org.apache.yoko.orb.OB.GIOPServerStarterThreaded.starterRun(GIOPServerStarterThreaded.java:195)
    at org.apache.yoko.orb.OB.GIOPServerStarterThreaded$StarterThread.run(GIOPServerStarterThreaded.java:34)

The reason for the hang is unknown, investigation is in progress. The test is now excluded in CC.

Here're the discussions on this issue in Geronimo dev list:
http://thread.gmane.org/gmane.comp.java.geronimo.devel/57396
http://thread.gmane.org/gmane.comp.java.geronimo.devel/58166


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


[jira] Closed: (HARMONY-5626) [buildtest][gut] TSSConfigEditorTest hangs

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

Vasily Zakharov closed HARMONY-5626.
------------------------------------


The problem is resolved, closing the issue.

> [buildtest][gut] TSSConfigEditorTest hangs
> ------------------------------------------
>
>                 Key: HARMONY-5626
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5626
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>    Affects Versions: 5.0M5
>            Reporter: Vasily Zakharov
>            Assignee: Vasily Zakharov
>             Fix For: 5.0M6
>
>
> Geronimo Unit Test org.apache.geronimo.yoko.TSSConfigEditorTest hangs on Harmony on all platforms with the following diagnostic:
> SEVERE: Failure accepting connection for host=ecwm0vmzakhar/172.28.118.8, port=8050
> java.io.IOException: Connection was closed
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.doHandshake(SSLSocketImpl.java:760)
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
>     at org.apache.harmony.xnet.provider.jsse.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:256)
>     at org.apache.yoko.orb.OCI.IIOP.Acceptor_impl.accept(Acceptor_impl.java:111)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded.starterRun(GIOPServerStarterThreaded.java:195)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded$StarterThread.run(GIOPServerStarterThreaded.java:34)
> The reason for the hang is unknown, investigation is in progress. The test is now excluded in CC.
> Here're the discussions on this issue in Geronimo dev list:
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/57396
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/58166

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


[jira] Resolved: (HARMONY-5626) [buildtest][gut] TSSConfigEditorTest hangs

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

Vasily Zakharov resolved HARMONY-5626.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M6

Committed the fix at r642988.
Updated the dependencies from yoko_M2-20070130 to yoko-1.0-SNAPSHOT-20080304.


> [buildtest][gut] TSSConfigEditorTest hangs
> ------------------------------------------
>
>                 Key: HARMONY-5626
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5626
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>    Affects Versions: 5.0M5
>            Reporter: Vasily Zakharov
>            Assignee: Vasily Zakharov
>             Fix For: 5.0M6
>
>
> Geronimo Unit Test org.apache.geronimo.yoko.TSSConfigEditorTest hangs on Harmony on all platforms with the following diagnostic:
> SEVERE: Failure accepting connection for host=ecwm0vmzakhar/172.28.118.8, port=8050
> java.io.IOException: Connection was closed
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.doHandshake(SSLSocketImpl.java:760)
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
>     at org.apache.harmony.xnet.provider.jsse.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:256)
>     at org.apache.yoko.orb.OCI.IIOP.Acceptor_impl.accept(Acceptor_impl.java:111)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded.starterRun(GIOPServerStarterThreaded.java:195)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded$StarterThread.run(GIOPServerStarterThreaded.java:34)
> The reason for the hang is unknown, investigation is in progress. The test is now excluded in CC.
> Here're the discussions on this issue in Geronimo dev list:
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/57396
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/58166

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


[jira] Commented: (HARMONY-5626) [buildtest][gut] TSSConfigEditorTest hangs

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583046#action_12583046 ] 

Vasily Zakharov commented on HARMONY-5626:
------------------------------------------

Investigated.

The cause seems to be YOKO-289.

The problem is Harmony uses a very old Yoko release, 1.0-incubating-M2-20070130, in which that issue is not yet fixed.
Moving to a newer release, like the 1.0-incubating-r557035 used by Geronimo, resolves the problem.


> [buildtest][gut] TSSConfigEditorTest hangs
> ------------------------------------------
>
>                 Key: HARMONY-5626
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5626
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>    Affects Versions: 5.0M5
>            Reporter: Vasily Zakharov
>            Assignee: Vasily Zakharov
>
> Geronimo Unit Test org.apache.geronimo.yoko.TSSConfigEditorTest hangs on Harmony on all platforms with the following diagnostic:
> SEVERE: Failure accepting connection for host=ecwm0vmzakhar/172.28.118.8, port=8050
> java.io.IOException: Connection was closed
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.doHandshake(SSLSocketImpl.java:760)
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
>     at org.apache.harmony.xnet.provider.jsse.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:256)
>     at org.apache.yoko.orb.OCI.IIOP.Acceptor_impl.accept(Acceptor_impl.java:111)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded.starterRun(GIOPServerStarterThreaded.java:195)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded$StarterThread.run(GIOPServerStarterThreaded.java:34)
> The reason for the hang is unknown, investigation is in progress. The test is now excluded in CC.
> Here're the discussions on this issue in Geronimo dev list:
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/57396
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/58166

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


[jira] Commented: (HARMONY-5626) [buildtest][gut] TSSConfigEditorTest hangs

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583731#action_12583731 ] 

Vasily Zakharov commented on HARMONY-5626:
------------------------------------------

Committed an additional dependency fix in bootclasspath.properties at r643038.


> [buildtest][gut] TSSConfigEditorTest hangs
> ------------------------------------------
>
>                 Key: HARMONY-5626
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5626
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>    Affects Versions: 5.0M5
>            Reporter: Vasily Zakharov
>            Assignee: Vasily Zakharov
>             Fix For: 5.0M6
>
>
> Geronimo Unit Test org.apache.geronimo.yoko.TSSConfigEditorTest hangs on Harmony on all platforms with the following diagnostic:
> SEVERE: Failure accepting connection for host=ecwm0vmzakhar/172.28.118.8, port=8050
> java.io.IOException: Connection was closed
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.doHandshake(SSLSocketImpl.java:760)
>     at org.apache.harmony.xnet.provider.jsse.SSLSocketImpl.startHandshake(SSLSocketImpl.java:438)
>     at org.apache.harmony.xnet.provider.jsse.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:256)
>     at org.apache.yoko.orb.OCI.IIOP.Acceptor_impl.accept(Acceptor_impl.java:111)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded.starterRun(GIOPServerStarterThreaded.java:195)
>     at org.apache.yoko.orb.OB.GIOPServerStarterThreaded$StarterThread.run(GIOPServerStarterThreaded.java:34)
> The reason for the hang is unknown, investigation is in progress. The test is now excluded in CC.
> Here're the discussions on this issue in Geronimo dev list:
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/57396
> http://thread.gmane.org/gmane.comp.java.geronimo.devel/58166

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