Re: Entity to large

2014-02-28 Thread Thierry Boileau
Hi Adrien, >My webapp which send the file is running on a Tomcat, and the webapp which receive the file also running on another Tomcat. What happen if you try to send the file using another client such as curl? For example, for a PUT request curl -X PUT -H "Content-type: " --data-binary @ http:/

RE: Entity to large

2014-02-28 Thread adrien ruffie
Thank you for your first response, I try to upload several picture with 53ko, 15ko, 226ko, 9ko size but not very large size like 10mo ... My webapp which send the file is running on a Tomcat, and the webapp which receive the file also running on another Tomcat. How I can check the kind of cli

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