You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Anton Luht (JIRA)" <ji...@apache.org> on 2006/06/08 13:55:30 UTC

[jira] Created: (HARMONY-582) java.nio.channels.Selector.open() returns null

java.nio.channels.Selector.open() returns null
----------------------------------------------

         Key: HARMONY-582
         URL: http://issues.apache.org/jira/browse/HARMONY-582
     Project: Harmony
        Type: Bug

  Components: Classlib  
 Environment: Windows XP Professional
    Reporter: Anton Luht
    Priority: Minor


java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI

This bug was found during investigation of Azureus failures

Build  was made according to instructions from
http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html

classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip

Test case:

public class Test {
   public static void main(String args[]) throws Exception {
      System.err.println(java.nio.channels.Selector.open() != null ?
         "PASSED" : "FAILED");
    }
}


-- 
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: (HARMONY-582) java.nio.channels.Selector.open() returns null

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-582?page=comments#action_12415334 ] 

Andrew Zhang commented on HARMONY-582:
--------------------------------------

Hi, Anton
 
Maybe the issue is duplicated with Harmony-41 (http://issues.apache.org/jira/browse/HARMONY-41). 
Paulex has given following comment on Harmony-41:
"Here goes the step 2 for the patches, including the completion of j.n.c.spi packages and tests. I expects two or three more patches are needed to fully fix this issue, say, Pipe, Selector and more tests. I'll go on to work on it if this one is acceptted. Thank you. "

Thanks.


> java.nio.channels.Selector.open() returns null
> ----------------------------------------------
>
>          Key: HARMONY-582
>          URL: http://issues.apache.org/jira/browse/HARMONY-582
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: Windows XP Professional
>     Reporter: Anton Luht
>     Priority: Minor

>
> java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI
> This bug was found during investigation of Azureus failures
> Build  was made according to instructions from
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html
> classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip
> Test case:
> public class Test {
>    public static void main(String args[]) throws Exception {
>       System.err.println(java.nio.channels.Selector.open() != null ?
>          "PASSED" : "FAILED");
>     }
> }

-- 
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] Assigned: (HARMONY-582) java.nio.channels.Selector.open() returns null

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-582?page=all ]

Tim Ellison reassigned HARMONY-582:
-----------------------------------

    Assign To: Tim Ellison

> java.nio.channels.Selector.open() returns null
> ----------------------------------------------
>
>          Key: HARMONY-582
>          URL: http://issues.apache.org/jira/browse/HARMONY-582
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: Windows XP Professional
>     Reporter: Anton Luht
>     Assignee: Tim Ellison
>     Priority: Minor

>
> java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI
> This bug was found during investigation of Azureus failures
> Build  was made according to instructions from
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html
> classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip
> Test case:
> public class Test {
>    public static void main(String args[]) throws Exception {
>       System.err.println(java.nio.channels.Selector.open() != null ?
>          "PASSED" : "FAILED");
>     }
> }

-- 
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: (HARMONY-582) java.nio.channels.Selector.open() returns null

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-582?page=all ]
     
Tim Ellison closed HARMONY-582:
-------------------------------


Verified by Anton.


> java.nio.channels.Selector.open() returns null
> ----------------------------------------------
>
>          Key: HARMONY-582
>          URL: http://issues.apache.org/jira/browse/HARMONY-582
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: Windows XP Professional
>     Reporter: Anton Luht
>     Assignee: Tim Ellison
>     Priority: Minor

>
> java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI
> This bug was found during investigation of Azureus failures
> Build  was made according to instructions from
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html
> classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip
> Test case:
> public class Test {
>    public static void main(String args[]) throws Exception {
>       System.err.println(java.nio.channels.Selector.open() != null ?
>          "PASSED" : "FAILED");
>     }
> }

-- 
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: (HARMONY-582) java.nio.channels.Selector.open() returns null

Posted by "Anton Luht (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-582?page=comments#action_12420010 ] 

Anton Luht commented on HARMONY-582:
------------------------------------

Tim,

The issue is not reproduced on vm + classlib version 419895. It can be closed.

Anton.

> java.nio.channels.Selector.open() returns null
> ----------------------------------------------
>
>          Key: HARMONY-582
>          URL: http://issues.apache.org/jira/browse/HARMONY-582
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: Windows XP Professional
>     Reporter: Anton Luht
>     Assignee: Tim Ellison
>     Priority: Minor

>
> java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI
> This bug was found during investigation of Azureus failures
> Build  was made according to instructions from
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html
> classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip
> Test case:
> public class Test {
>    public static void main(String args[]) throws Exception {
>       System.err.println(java.nio.channels.Selector.open() != null ?
>          "PASSED" : "FAILED");
>     }
> }

-- 
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: (HARMONY-582) java.nio.channels.Selector.open() returns null

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-582?page=all ]
     
Tim Ellison resolved HARMONY-582:
---------------------------------

    Resolution: Cannot Reproduce

Anton:  Your simple test now passes on code in repository revision r419972.

Please confirm that this can be closed now.



> java.nio.channels.Selector.open() returns null
> ----------------------------------------------
>
>          Key: HARMONY-582
>          URL: http://issues.apache.org/jira/browse/HARMONY-582
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: Windows XP Professional
>     Reporter: Anton Luht
>     Assignee: Tim Ellison
>     Priority: Minor

>
> java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI
> This bug was found during investigation of Azureus failures
> Build  was made according to instructions from
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html
> classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip
> Test case:
> public class Test {
>    public static void main(String args[]) throws Exception {
>       System.err.println(java.nio.channels.Selector.open() != null ?
>          "PASSED" : "FAILED");
>     }
> }

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