On 7/23/10 10:15 AM, Alex Xin wrote:
Hi, guys

I'm using MINA and Apache FTP Server in Android. All works fine in Android
version 1.5/1.6/2.0/2.1 but crashed on the latest Android release 2.2 Froyo.

By debugging the code I found that it will crash when MINA trying to call
Java NIO Selector.wakeup() function for the first time. The wakeup() will
throws a runtime exception Null Pointer Exception. Android use Apache
Harmony as its Java NIO implementation.

Could someone give me some suggestions on how to fix this bug or are there
any workarounds that I can use to let MINA working?
you won't be able to bypass the Seelctor.wakeup() method, this is absolutely critical.

Do you have a stacktrace ?

--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to