Hi, I am trying to migrate my existing 2.0.3 based Restlet framework application to 2.1 M2. I replaced org.restlet.jar and org.restlet.ext.json.jar in my application and fixed a couple of router.attach related issues in pointed out in terms of casting of parameters.
After that I tried to run my server and client. My machine gets into an unresponsive state. I see that server thread is getting into some kind of waiting state and displaying 'detected a recoverable error and retrying after 2000 ms.'. Nothing really happens and because of unresponsiveness, i had to kill the server. This is a working server and client test with 2.0.3 version I was using earlier. I am moving to this version mainly because of the internal HTTP connector performance improvements. With 2.0.3, I tried to use my own Client as setNext to ClientResource, but that does not seem to consistently work. FOr some tests it works fine without getting into this waiting state, but for some tests it gets into waiting state and recoverable error detected, etc. Any help would be greatly appreciated as I am stuck right now and need to progress urgently. regards, RK. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2694529

