Re: [xwiki-users] Can't get Export/Import to work

2016-04-29 Thread Vincent Massol
Hi Tim, > On 29 Apr 2016, at 09:41, Tim Dudgeon wrote: > > On 25/04/2016 08:04, Vincent Massol wrote: > >> I’ve documented this at >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/NginX#HRequestEntityTooLarge >> >> BTW, would be great if you could validate the nginx configuration there.

Re: [xwiki-users] Can't get Export/Import to work

2016-04-29 Thread Tim Dudgeon
On 25/04/2016 08:04, Vincent Massol wrote: I’ve documented this at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/NginX#HRequestEntityTooLarge BTW, would be great if you could validate the nginx configuration there. It was entered by a contributor and not by any member of the xwiki dev t

Re: [xwiki-users] Can't get Export/Import to work

2016-04-25 Thread Vincent Massol
Hi Tim, > On 23 Apr 2016, at 09:41, Tim Dudgeon wrote: > > On 22/04/2016 16:07, Clemens Klein-Robbenhaar wrote: >> This blog post: >> >> >> http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large.html >> >> tells me nginx does not allow request bodies larger than 1mb b

Re: [xwiki-users] Can't get Export/Import to work

2016-04-23 Thread Tim Dudgeon
On 22/04/2016 16:07, Clemens Klein-Robbenhaar wrote: This blog post: http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large.html tells me nginx does not allow request bodies larger than 1mb by default if you use nginx you might want to update this configuration varia

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
On 22/04/2016 16:07, Clemens Klein-Robbenhaar wrote: This blog post: http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large.html tells me nginx does not allow request bodies larger than 1mb by default if you use nginx you might want to update this configuration varia

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Clemens Klein-Robbenhaar
This blog post: http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large.html tells me nginx does not allow request bodies larger than 1mb by default if you use nginx you might want to update this configuration variable: http://nginx.org/en/docs/http/ngx_http_core_modu

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Thomas Mortagne
Pretty small. Without more detail I don't have much idea of what would be your issue. If there is nothing sensitive in that XAR and you can reproduce with standard jetty/hsqldb package what you could do maybe is create an issue on http://jira.xwiki.org and attach the XAR there so that we can repro

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
In the range of 2-3 MB Tim On 22/04/2016 13:21, Thomas Mortagne wrote: What size is this XAR ? On Fri, Apr 22, 2016 at 2:01 PM, Tim Dudgeon wrote: On 22/04/2016 12:19, Thomas Mortagne wrote: Do you have anything related in the log ? Not in the Tomcat logs, but I found something in the j

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Thomas Mortagne
What size is this XAR ? On Fri, Apr 22, 2016 at 2:01 PM, Tim Dudgeon wrote: > On 22/04/2016 12:19, Thomas Mortagne wrote: >> >> Do you have anything related in the log ? > > > Not in the Tomcat logs, but I found something in the javascript console: > > Failed to load resource: the server responde

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
On 22/04/2016 12:19, Thomas Mortagne wrote: Do you have anything related in the log ? Not in the Tomcat logs, but I found something in the javascript console: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large) with some link to https:///xwiki/bin/u

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Thomas Mortagne
Do you have anything related in the log ? On Fri, Apr 22, 2016 at 12:37 PM, Tim Dudgeon wrote: > Using a simple XWiki 7.4.2 system I'm having problems getting Export and > then Import to work. I'm want to export the entire contents of one Wiki and > import it into another one. > I think I'm follo

[xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
Using a simple XWiki 7.4.2 system I'm having problems getting Export and then Import to work. I'm want to export the entire contents of one Wiki and import it into another one. I think I'm following the instructions here correctly: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport