[android-developers] Re: java.nio.channels.IllegalSelectorException

2009-03-25 Thread friedger
Any updates on this one? Is it allowed to open a socket channel? Any hints appreciated! Regards, Friedger If you want to see my stack trace: 03-25 23:16:26.279: ERROR/AndroidRuntime(869): Caused by: java.nio.channels.IllegalSelectorException 03-25 23:16:26.279: ERROR/AndroidRuntime(869): at

[android-developers] Re: java.nio.channels.IllegalSelectorException

2009-02-06 Thread sdehne
I subitted a new issue http://code.google.com/p/android/issues/detail?id=1932 On Feb 7, 2:13 am, sdehne wrote: > Hi, > > I'm running into an IllegalSelectorException in my application which > can be reproduced with the following code (I put this test code right > after the super() in onCreate()