[
https://issues.apache.org/jira/browse/HTTPCORE-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCORE-226:
---------------------------------------
Attachment: (was: HTTPCORE-226.patch)
> 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: Future
>
> 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: [email protected]
For additional commands, e-mail: [email protected]