You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2010/05/07 12:22:48 UTC

[jira] Resolved: (HTTPCORE-226) java.nio.channels.IllegalSelectorException on Google Android

     [ https://issues.apache.org/jira/browse/HTTPCORE-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCORE-226.
----------------------------------------

    Fix Version/s: 4.1
                       (was: Future)
       Resolution: Fixed

Patch committed to SVN trunk. Closing as FIXED

Oleg

> java.nio.channels.IllegalSelectorException on Google Android
> ------------------------------------------------------------
>
>                 Key: HTTPCORE-226
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-226
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore NIO
>    Affects Versions: 4.0.1
>         Environment: httpcomponents core 4.0.1; Google Android 2.1 dalvik VM; 
>            Reporter: Wang Yue
>             Fix For: 4.1
>
>         Attachments: HTTPCORE-226.patch
>
>
> The stack trace when "reactor.execute(eventDispatch)":
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203): java.nio.channels.IllegalSelectorException
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:158)
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at java.nio.channels.SelectableChannel.register(SelectableChannel.java:158)
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processSessionRequests(DefaultConnectingIOReactor.java:244)
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:97)
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:317)
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at io.DownloadClient.run(DownloadClient.java:168)
> 04-30 03:26:01.023: ERROR/AndroidRuntime(203):     at java.lang.Thread.run(Thread.java:1096)
> The nio underlyings on Android is:
> org.apache.harmony.nio.internal.SelectorImpl
> org.apache.harmony.nio.internal.SocketChannelImpl
> Fllowing James's instruction, i tried editing (DefaultConnectingIOReactor.java:97) by changing
>                 key = socketChannel.register(this.selector, 0);
> to
>                 key = socketChannel.register(this.selector, SelectionKey.OP_CONNECT);
> but this problem persists.
> After seaching web i fount this maybe can provide some help.
> http://lists.jboss.org/pipermail/netty-users/2009-January/000221.html 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org