Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4457869

java.nio.channels.Selector.open() fails (win98)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • core-libs
    • beta2
    • sparc
    • solaris_7
    • Verified

      Fails on Windows 98 with B-64. (works with B-63).
      Also, works with B-64 on Solaris, Linux, Win NT/2000.

      -------- test: ASCregisterTest.java -----------
         try {
      Selector selector = Selector.open() ;

      } catch (Exception e) {
      return TestHelper.testFail(testName +
      " FAIL : unexpected Exception !", e) ;
      }
      -------- result on windows 98 -----------

      java ASCregisterTest^M
      AbstractSelectableChannel.register() Test FAIL : unexpected Exception !^M
      java.io.IOException: Access is denied^M
      at sun.nio.ch.IOUtil.initPipe(Native Method)^M
      at sun.nio.ch.SelectorImpl.<init>(SelectorImpl.java:73)^M
      at sun.nio.ch.SelectorProviderImpl.openSelector(SelectorProviderIm^M
      a:33)^M
      at java.nio.channels.Selector.open(Selector.java:243)^M
      at ASCregisterTest.registerTest(ASCregisterTest.java:136)^M
      --------------------------------

            mmcclosksunw Michael Mccloskey (Inactive)
            hvilekar Harshad Vilekar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: