RE: Re: Restlet Put Method infinite loop

2012-06-02 Thread Christie English
I am using eclipse and I finally got SSL to start using the Jetty connector. What I did was I went to Project Properties -- Java Build Path -- Libraries remove org.restlet.ext.ssl.jar and then add org.restlet.ext.ssl.jar back again The following is the new logs that I get in the

RE: Re: Restlet Put Method infinite loop

2012-05-08 Thread Christie English
Thanks. I switched to the Jetty connector and it is creating the HTTP connector fine, but for some readon the HTTPS conector is still the internal connector: public void setupSSLServer(int nPort) { Server serverSSL = getServers().add(Protocol.HTTPS, nPort); SeriesParameter paramSSL

RE: Re: Restlet Put Method infinite loop

2012-05-08 Thread Christie English
Thanks, I will look into using the alternate connector. FYI, the exception was occurring with Restlet 2.1 RC4 J2SE -- May 7, 2012 8:40:51 PM org.restlet.util.SelectionRegistration block WARNING: Unable to block the thread at the cyclic barrier java.util.concurrent.TimeoutException

RE: Restlet Put Method infinite loop

2012-05-04 Thread Christie English
I am also getting the same error: May 4, 2012 1:08:24 AM org.restlet.util.SelectionRegistration block WARNING: Unable to block the thread at the cyclic barrier java.util.concurrent.TimeoutException at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:222) at