Hello Ioannis,

could you tell us what kind of client and server are you using?
Did you try with the simple or jetty server connector (just complete the
classpath of your app with the org.restlet.ext.jetty.jar, or
org.restlet.ext.simple.jar and their dependencies libraries, that is to say
the jars located under "lib/org.eclipse.jetty", or
"lib/org.simpleframework")?

Best regards,
Thierry Boileau

Hello fellow listers,
>
> I'm using 2.1-RC4 and i'm load testing my system. I discovered that even
> under light load (5 requests/sec) i'm randomly getting the following in the
> logs
>
> "A response with a 200 (Ok) status should have an entity. Make sure that
> resource "http://localhost:8111/v1/security?ticker=AAA"; returns one or
> set the status to 204 (No content)."
>
> The code that's under test is the following
>
> @Override
>    public Securities getSecurities() {
>        Securities securities = new Securities();
>        return securities;
>    }
>
> and that's it really. There was a DAO there which I've removed as I was
> unsure whether it was causing the issue, but as it turns out, it doesn't.
>
> Any ideas why i'm getting this?
>
> ------------------------------------------------------
>
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2956648
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2957057

Reply via email to