[xwiki-users] Export-Import Application
Hi , I have installed Import-Export application (downloaded and imported as XAR), but it seems not working. Here is what I found out while using this app: • Selective Export: – I can select certain space from a combobox, but no pages from this space appear to choose them. • Export by date: - I cannot select spaces, but if I input one space and click on the export button, it brings only a couple words of code on the page : $exp.export($context,$xwiki,$request,$response) • Export a single page: I can choose a separate page with help of light box, but it comes to XML SyntaxError. Catalina.out: [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 2, column 16] [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 11, column 20] [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 19, column 20] • Import a single page: – it displays the source code (S. screenshots) Is there any step that I’m missing? Our environment: - XE 1.5 ( I have tried with 1.5.1. as well) - Tomcat 6.0.16 - JDK 1.6 Update 7 - MySQL Community Server 5.0.51a - MySQL Java Connector 5.0.8 Thanks in advance, Alla http://n2.nabble.com/file/n1079545/screenshot_export_from_date.png screenshot_export_from_date.png http://n2.nabble.com/file/n1079545/screenshot_export_import_app.png screenshot_export_import_app.png http://n2.nabble.com/file/n1079545/screenshot_export_page.png screenshot_export_page.png http://n2.nabble.com/file/n1079545/screenshot_import_page.png screenshot_import_page.png -- View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1079545.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Alla, you forgot to mention the URL of the XAR file you downloaded. We need it to be able to fix it :-) Guillaume On Wed, Sep 10, 2008 at 11:35 AM, adoro <[email protected]> wrote:
Hi , I have installed Import-Export application (downloaded and imported as XAR), but it seems not working.
Here is what I found out while using this app:
• Selective Export: – I can select certain space from a combobox, but no pages from this space appear to choose them.
• Export by date: - I cannot select spaces, but if I input one space and click on the export button, it brings only a couple words of code on the page : $exp.export($context,$xwiki,$request,$response)
• Export a single page: I can choose a separate page with help of light box, but it comes to XML SyntaxError.
Catalina.out:
[ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 2, column 16] [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 11, column 20] [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 19, column 20]
• Import a single page: – it displays the source code (S. screenshots)
Is there any step that I'm missing?
Our environment: - XE 1.5 ( I have tried with 1.5.1. as well) - Tomcat 6.0.16 - JDK 1.6 Update 7 - MySQL Community Server 5.0.51a - MySQL Java Connector 5.0.8
Thanks in advance, Alla
http://n2.nabble.com/file/n1079545/screenshot_export_from_date.png screenshot_export_from_date.png http://n2.nabble.com/file/n1079545/screenshot_export_import_app.png screenshot_export_import_app.png http://n2.nabble.com/file/n1079545/screenshot_export_page.png screenshot_export_page.png http://n2.nabble.com/file/n1079545/screenshot_import_page.png screenshot_import_page.png
-- View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1079545.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype ID : wikibc http://blog.xwiki.com/
Guillaume Lerouge wrote:
Hi Alla, you forgot to mention the URL of the XAR file you downloaded. We need it to be able to fix it :-)
Guillaume
Sorry, here is the link: http://code.xwiki.org/xwiki/bin/view/Applications/ImportExportApplication -- View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1079598.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Sorry, here is the link: http://code.xwiki.org/xwiki/bin/view/Applications/ImportExportApplication Guillaume Lerouge wrote:
Hi Alla, you forgot to mention the URL of the XAR file you downloaded. We need it to be able to fix it :-)
Guillaume
On Wed, Sep 10, 2008 at 11:35 AM, adoro <[email protected]> wrote:
-- View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1079597.html Sent from the XWiki- Users mailing list archive at Nabble.com.
adoro wrote:
Hi , I have installed Import-Export application (downloaded and imported as XAR), but it seems not working.
Here is what I found out while using this app:
• Selective Export: – I can select certain space from a combobox, but no pages from this space appear to choose them.
What browser are you using ?
• Export by date: - I cannot select spaces, but if I input one space and click on the export button, it brings only a couple words of code on the page : $exp.export($context,$xwiki,$request,$response)
You need to resave the Export pages using an Admin account because they need programming rights for security reasons
• Export a single page: I can choose a separate page with help of light box, but it comes to XML SyntaxError.
Can you show also the source of the XML.
Catalina.out:
[ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 2, column 16] [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 11, column 20] [ERROR] Left side ($action) of '==' operation has null value. If a reference, it may not be in the context. Operation not possible. Admin.Export [line 19, column 20]
• Import a single page: – it displays the source code (S. screenshots)
Same as export by date
Is there any step that I’m missing?
Our environment: - XE 1.5 ( I have tried with 1.5.1. as well) - Tomcat 6.0.16 - JDK 1.6 Update 7 - MySQL Community Server 5.0.51a - MySQL Java Connector 5.0.8
Thanks in advance, Alla
http://n2.nabble.com/file/n1079545/screenshot_export_from_date.png screenshot_export_from_date.png http://n2.nabble.com/file/n1079545/screenshot_export_import_app.png screenshot_export_import_app.png http://n2.nabble.com/file/n1079545/screenshot_export_page.png screenshot_export_page.png http://n2.nabble.com/file/n1079545/screenshot_import_page.png screenshot_import_page.png
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
Hi Ludovic, thanks for your reply. Ludovic Dubost-2 wrote:
You need to resave the Export pages using an Admin account because they need programming rights for security reasons
As you advised, I opened all pages from this package in XWiki edit mode and resaved them. It helped with ExportPage, ImportPage (no XML SyntaxError any more) and ExportFromDate (first after I resaved ExportFromDateGroovy), but Selective export (packages) still doesn't work - no pages are displayed after choosing the certain space. I tried to copy all these documents into another space (one of my assumption was it doesn't work because Admin space in this package doesn't have "WebPreferences"). Ludovic Dubost-2 wrote:
What browser are you using ?
I tested it in Firefox 2.0.0.16, Firefox 3.0.1, IE 6.0 xwiki.log has one more error message (org.apache.tomcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk ignored. ), but it seems to have no bearing on this application? Regards, Alla -- View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1082569.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (3)
-
adoro -
Guillaume Lerouge -
Ludovic Dubost