at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
java.lang.OutOfMemoryError: Java heap space
Thanks
On Mon, Jan 11, 2010 at 6:45 PM, Ziggy <ziggy25(a)gmail.com> wrote:
Hi,
Thanks for your help. I am at home now so i dont have my laptop with me. I
will check the log as soon i get to work tomorrow.
Thanks
On Mon, Jan 11, 2010 at 6:06 PM, Thomas Mortagne <
thomas.mortagne(a)xwiki.com> wrote:
> On Mon, Jan 11, 2010 at 17:43, Ziggy <ziggy25(a)gmail.com> wrote:
> > Hi,
> >
> > I tried
> >
http://localhost:8080/xwiki/bin/export/Space/Page?format=html&pages=%25…
> > it is still generating a corrupt zip file.
>
> I see only one cause for corrupted zip: an error during the export.
> You should have something in the log I think.
>
> >
> > Thanks
> >
> >
> >
> > On Mon, Jan 11, 2010 at 4:25 PM, Thomas Mortagne
> > <thomas.mortagne(a)xwiki.com>wrote;wrote:
> >
> >> On Mon, Jan 11, 2010 at 17:19, Thomas Mortagne
> >> <thomas.mortagne(a)xwiki.com> wrote:
> >> > On Mon, Jan 11, 2010 at 13:52, Ziggy <ziggy25(a)gmail.com> wrote:
> >> >> Hi,
> >> >>
> >> >> Many thanks for your response. I think the example on
> >> >>
http://platform.xwiki.org/xwiki/bin/view/Features/Exports were
> exactly
> >> what
> >> >> i needed.
> >> >>
> >> >> Unfortunately i tried
> >> >>
> >>
>
http://localhost:8080/xwiki/bin/export/Space/Page?format=html&pages=.*:…
> >> >
> >> > Could you try
> >>
>
http://localhost:8080/xwiki/bin/export/Space/Page?format=html&pages=%25…
> >>
> >> Note:
http://platform.xwiki.org/xwiki/bin/view/Features/Exports is
> >> wrong about wiki name handling, as far as i can see in the code, you
> >> can't use pattern mayching for wiki names. I'm updating the
> >> documentation.
> >>
> >> >
> >> >> export all wikis. It does create a zip file but it seems to be
> >> >> corrupt. I
> >> >> tried it 3 times and every time the zip files is about 530KB in
> size. I
> >> >> think this is wrong because when i use the normal export link, the
> zip
> >> file
> >> >> that is generated for a single page is more than 1MB.
> >> >>
> >> >> Do you know why the exported zip archive gets corrupted?
> >> >>
> >> >> Thanks
> >> >>
> >> >> On Mon, Jan 11, 2010 at 9:12 AM, Vincent Massol
<vincent(a)massol.net
> >
> >> wrote:
> >> >>
> >> >>> Hi,
> >> >>>
> >> >>> Please see:
> >> >>>
> >> >>> -
http://platform.xwiki.org/xwiki/bin/view/Features/Exports
> >> >>> -
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup
> >> >>>
> >> >>> Thanks
> >> >>> -Vincent
> >> >>>
> >> >>> On Jan 11, 2010, at 10:00 AM, Ziggy wrote:
> >> >>>
> >> >>> > Hi guys,
> >> >>> >
> >> >>> > What is the best way to backup an XWIKI instance? I am
using
> XWiki
> >> >>> > Enterprise 2.1.1.25889. I have seen a couple of options
that are
> >> >>> available
> >> >>> > but i couldnt find one that suits my needs.
> >> >>> >
> >> >>> > On every wiki page, there is an option to export as pdf,
html,
> rtf or
> >> as
> >> >>> > XAR. This is quite good but when i tried to export as html
it
> only
> >> >>> exports
> >> >>> > the current page i am looking at.
> >> >>> >
> >> >>> > There is also the import/export tool (
> >> >>> >
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport
> ).
> >> >>> > Unfortunately this exports as XAR but i want to export as
html.
> >> >>> >
> >> >>> > What i would like to do is backup the content of my wiki
as html
> >> pages.
> >> >>> It
> >> >>> > would be usefull if i can export the whole wiki as html
pages.
> The
> >> reason
> >> >>> > for this is i want to be able to backup the contents
incase my
> xwiki
> >> >>> > instance is not accessible. I would like to still be able
to
> access
> >> the
> >> >>> > content. The best way for this is to backup the content as
html
> which
> >> >>> will
> >> >>> > make it independent of any wiki engine.
> >> >>> >
> >> >>> > Is there a way to export everything as html pages? (Not
single
> pages
> >> but
> >> >>> the
> >> >>> > whole wiki and for all users).
> >> >>> >
> >> >>> > Thanks
> >> >>> _______________________________________________
> >> >>> users mailing list
> >> >>> users(a)xwiki.org
> >> >>>
http://lists.xwiki.org/mailman/listinfo/users
> >> >>>
> >> >> _______________________________________________
> >> >> users mailing list
> >> >> users(a)xwiki.org
> >> >>
http://lists.xwiki.org/mailman/listinfo/users
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Thomas Mortagne
> >> >
> >>
> >>
> >>
> >> --
> >> Thomas Mortagne
> >> _______________________________________________
> >> users mailing list
> >> users(a)xwiki.org
> >>
http://lists.xwiki.org/mailman/listinfo/users
> >>
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> >
http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
>
http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users(a)xwiki.org