Re: Entity to large

2014-02-28 Thread Thierry Boileau
com/> > Innover la Relation Client > > > > *De :* Thierry Boileau [mailto:tboil...@restlet.com] > *Envoyé :* vendredi 28 février 2014 15:50 > *À :* discuss@restlet.tigris.org > *Objet :* Re: Entity to large > > > > Hello Adrien, > > could you precise the k

RE: Entity to large

2014-02-28 Thread adrien ruffie
t : Re: Entity to large Hello Adrien, could you precise the kind of remote server you are communicating with? what is the size of the file? What kind of client HTTP connector are you using? It seems that the server estimates the entity is too large and decide to cut the communication. Best r

Re: Entity to large

2014-02-28 Thread Thierry Boileau
Hello Adrien, could you precise the kind of remote server you are communicating with? what is the size of the file? What kind of client HTTP connector are you using? It seems that the server estimates the entity is too large and decide to cut the communication. Best regards, Thierry Boileau 201

RE: Entity to large

2014-02-28 Thread adrien ruffie
Sorry I have forgotten this log: org.restlet.resource.ResourceException: Request Entity Too Large at org.restlet.resource.ClientResource.handle(ClientResource.java:858) ~[org.restlet-2.0.8.jar:na] at org.restlet.resource.ClientResource.post(ClientResource.java:11

Entity to large

2014-02-28 Thread adrien ruffie
Hello all, I try to my webapp to transfer a file over a remote server, but I get the following error: org.restlet.resource.ResourceException: Communication Error at org.restlet.resource.ClientResource.handle(ClientResource.java:858) ~[org.restlet-2.0.8.jar:na] a