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-06-01 Thread Dalia Sobhy
H, How did u use Maven to manage your dependencies: Because I am facing this error: log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for

RE: Re: Restlet Put Method infinite loop

2012-05-09 Thread Ioannis Mavroukakis
Hi Christie, I've tweaked my project's Spring config to add an https listener and it worked fine, but Maven is managing all my dependencies. 2012-05-09 21:00:47,653 9676 INFO [main] [org.eclipse.jetty.util.log] (main:) jetty-7.4.2.v20110526 2012-05-09 21:00:47,847 9870 INFO [main]

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