Hi i'm trying to create simple Client on Android platfom I created a ClientResource, and i Called wrap() and called the method.
And as result i have my android application stuck in the middle with some wait() and in logcat this is the exception that i saw. Any ideas how to walk around the problem ? I'm using 2.1-snapshot Unexpected error while controlling connector java.nio.channels.IllegalSelectorException at java.nio.channels.spi.AbstractSelectableChannel.register(AbstractSelectableChannel.java:158) at org.restlet.util.SelectionRegistration.register(SelectionRegistration.java:305) at org.restlet.engine.connector.ConnectionController.registerKeys(ConnectionController.java:243) at org.restlet.engine.connector.ConnectionController.doRun(ConnectionController.java:148) at org.restlet.engine.connector.Controller.run(Controller.java:155) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) at java.util.concurrent.FutureTask.run(FutureTask.java:137) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1068) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561) at java.lang.Thread.run(Thread.java:1096) ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2891050

