[xwiki-users] Xeclipse plugin
Dear All, has anyone installed the Xeclipse plugin in the plugin directory of Eclipse and have it not recognized by Eclipse? I am having that problem. The instructions from http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation say: "Installing XEclipse as a plugin is as easy as unzipping the downloaded ZIP file into your eclipse plugin directory (usually ${eclipse_home}/plugins where ${eclipse_home} is your eclipse installation directory)" When I unzipped "xwiki-eclipse-feature-1.2-rc-1.zip" into my eclipse plugin directory, it added another plugin directory below plugin. (Please mention on the site that the plugin path is included in the zip file, so that it should be extracted in the ${eclipse_home} directory.) When that didn't work, I removed the unzipped directories and unzipped it in the eclipse directory so that the files were filled in the plugin directory. But it still didn't work. When the menu item Window->Show View->Other is selected in Eclipse there is no XWiki folder and no Xwiki Navigator. Are there some other implicit installation steps not mentioned here? Are both the Xeclipse and the plugin necessary? The instruction also mentions that the Eclipse Ganymede Full version (no version number) should be installed. Mine is Eclipse Platform Version: 3.3.2, Build id: M20080221-1800. Could someone please mention the earliest Eclipse version for which this plugin works? Thanks, Steven Calkins
Hi, On Thu, Nov 26, 2009 at 18:02, Steven Calkins <steven.calkins@crossmediasolutions.de> wrote:
Dear All,
has anyone installed the Xeclipse plugin in the plugin directory of Eclipse and have it not recognized by Eclipse? I am having that problem. The instructions from http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation say:
"Installing XEclipse as a plugin is as easy as unzipping the downloaded ZIP file into your eclipse plugin directory (usually ${eclipse_home}/plugins where ${eclipse_home} is your eclipse installation directory)"
When I unzipped "xwiki-eclipse-feature-1.2-rc-1.zip" into my eclipse plugin directory, it added another plugin directory below plugin. (Please mention on the site that the plugin path is included in the zip file, so that it should be extracted in the ${eclipse_home} directory.)
When that didn't work, I removed the unzipped directories and unzipped it in the eclipse directory so that the files were filled in the plugin directory. But it still didn't work. When the menu item Window->Show View->Other is selected in Eclipse there is no XWiki folder and no Xwiki Navigator. Are there some other implicit installation steps not mentioned here? Are both the Xeclipse and the plugin necessary?
The instruction also mentions that the Eclipse Ganymede Full version (no version number) should be installed. Mine is Eclipse Platform Version: 3.3.2, Build id: M20080221-1800. Could someone please mention the earliest Eclipse version for which this plugin works?
Eclipse Ganymede is the code name for Eclipse 3.4
Thanks,
Steven Calkins
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Hi Steven, Yes, as Thomas just replied, XEclipse works with Eclipse 3.4 (Ganymede) and above. Latest version of Eclipse is 3.5 (Galileo). Your 3.3.2 eclipse installation is most likely the cause of the problem and I recommend, if possible, to upgrade your eclipse installation, otherwise you will most likely be unable to use XEclipse. I have updated http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation with this information and made the adjustments you pointed out regarding the unzip directory. Thanks for reporting the documentation problem and I hope the eclipse upgrade fixes the problem, otherwise feel free to ask for help. Thanks, Eduard On 11/26/2009 07:09 PM, Thomas Mortagne wrote:
Hi,
On Thu, Nov 26, 2009 at 18:02, Steven Calkins <steven.calkins@crossmediasolutions.de> wrote:
Dear All,
has anyone installed the Xeclipse plugin in the plugin directory of Eclipse and have it not recognized by Eclipse? I am having that problem. The instructions from http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation say:
"Installing XEclipse as a plugin is as easy as unzipping the downloaded ZIP file into your eclipse plugin directory (usually ${eclipse_home}/plugins where ${eclipse_home} is your eclipse installation directory)"
When I unzipped "xwiki-eclipse-feature-1.2-rc-1.zip" into my eclipse plugin directory, it added another plugin directory below plugin. (Please mention on the site that the plugin path is included in the zip file, so that it should be extracted in the ${eclipse_home} directory.)
When that didn't work, I removed the unzipped directories and unzipped it in the eclipse directory so that the files were filled in the plugin directory. But it still didn't work. When the menu item Window->Show View->Other is selected in Eclipse there is no XWiki folder and no Xwiki Navigator. Are there some other implicit installation steps not mentioned here? Are both the Xeclipse and the plugin necessary?
The instruction also mentions that the Eclipse Ganymede Full version (no version number) should be installed. Mine is Eclipse Platform Version: 3.3.2, Build id: M20080221-1800. Could someone please mention the earliest Eclipse version for which this plugin works?
Eclipse Ganymede is the code name for Eclipse 3.4
Thanks,
Steven Calkins
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Eduard, I now have eclipse 3.5 installed and I installed the Xeclipse plugin. I managed to open the Xwiki and I see all the space icons In the Xwiki Eclipse Navigator, but when I tell it to grab the documents, nothing happens to my navigator tree. Even after I refresh it it is the same. I get the following error: =================================== java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507) at org.xwiki.eclipse.ui.utils.UIUtils.runWithProgress(UIUtils.java:80) at org.xwiki.eclipse.ui.handlers.GrabSpaceHandler.execute(GrabSpaceHandler.java:52) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:770) at org.eclipse.ui.menus.CommandContributionItem.access$10(CommandContributionItem.java:756) at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:746) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311) Caused by: com.thoughtworks.xstream.io.StreamException: : Invalid byte 2 of 3-byte UTF-8 sequence. at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:88) at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:70) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:869) at org.xwiki.eclipse.core.utils.CoreUtils.readDataFromXML(CoreUtils.java:122) at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage.getPage(LocalXWikiDataStorage.java:123) at org.xwiki.eclipse.core.DataManager.getPage(DataManager.java:326) at org.xwiki.eclipse.ui.handlers.GrabSpaceHandler$1.run(GrabSpaceHandler.java:71) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence. at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unknown Source) at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:79) ... 7 more -------------------------------- eclipse.buildId=M20090917-0800 java.version=1.6.0_17 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product =================================== or one of the errors from the log list: Error Fri Nov 27 13:21:31 CET 2009 Cannot find navigator content extension (using triggerPoints) for object "org.xwiki.eclipse.core.model.XWikiEclipseSpaceSummary@e12d4d6d" parent path: "org.xwiki.eclipse.core.DataManager@6fd42b". Check that you have an expression for this object in a navigatorContent triggerPoints or enablement. I can navigate the Xwiki website through the Xwiki Page Preview, but not through the Xwiki Eclipse Navigator. Can you (or someone else) explain what this means? If you need more information I would be glad to send it. Greetings, Steven Calkins -----Ursprüngliche Nachricht----- Von: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von Eduard Moraru Gesendet: Freitag, 27. November 2009 10:49 An: users@xwiki.org Betreff: Re: [xwiki-users] Xeclipse plugin Hi Steven, Yes, as Thomas just replied, XEclipse works with Eclipse 3.4 (Ganymede) and above. Latest version of Eclipse is 3.5 (Galileo). Your 3.3.2 eclipse installation is most likely the cause of the problem and I recommend, if possible, to upgrade your eclipse installation, otherwise you will most likely be unable to use XEclipse. I have updated http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation with this information and made the adjustments you pointed out regarding the unzip directory. Thanks for reporting the documentation problem and I hope the eclipse upgrade fixes the problem, otherwise feel free to ask for help. Thanks, Eduard On 11/26/2009 07:09 PM, Thomas Mortagne wrote:
Hi,
On Thu, Nov 26, 2009 at 18:02, Steven Calkins <steven.calkins@crossmediasolutions.de> wrote:
Dear All,
has anyone installed the Xeclipse plugin in the plugin directory of Eclipse and have it not recognized by Eclipse? I am having that problem. The instructions from http://xeclipse.xwiki.org/xwiki/bin/view/Main/Installation say:
"Installing XEclipse as a plugin is as easy as unzipping the downloaded ZIP file into your eclipse plugin directory (usually ${eclipse_home}/plugins where ${eclipse_home} is your eclipse installation directory)"
When I unzipped "xwiki-eclipse-feature-1.2-rc-1.zip" into my eclipse plugin directory, it added another plugin directory below plugin. (Please mention on the site that the plugin path is included in the zip file, so that it should be extracted in the ${eclipse_home} directory.)
When that didn't work, I removed the unzipped directories and unzipped it in the eclipse directory so that the files were filled in the plugin directory. But it still didn't work. When the menu item Window->Show View->Other is selected in Eclipse there is no XWiki folder and no View->Xwiki Navigator. Are there some other implicit installation steps not mentioned here? Are both the Xeclipse and the plugin necessary?
The instruction also mentions that the Eclipse Ganymede Full version (no version number) should be installed. Mine is Eclipse Platform Version: 3.3.2, Build id: M20080221-1800. Could someone please mention the earliest Eclipse version for which this plugin works?
Eclipse Ganymede is the code name for Eclipse 3.4
Thanks,
Steven Calkins
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
On Nov 27, 2009, at 1:32 PM, Steven Calkins wrote:
Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence. at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unknown Source) at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:79) ... 7 more --------------------------------
Hi Steven, apparently there is some encoding problem that makes the XML parser explode. Probably some pages that have strange characters in the title/id. Do you have such a kind of pages in the space you were trying to open? Could you give us them so that we can reproduce and fix what apparently is a bug? Thanks, Fabio
Hi Fabio, Here is the message when I try to grab the Panels space: ================== Message: Error during space grabbing java.lang.reflect.InvocationTargetException at org.xwiki.eclipse.ui.handlers.GrabSpaceHandler$1.run(GrabSpaceHandler.java:80) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: org.xwiki.eclipse.core.XWikiEclipseException: org.eclipse.core.internal.resources.ResourceException: * is an invalid character in resource name 'Panels.Recently Modified*'. at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage.storePage(LocalXWikiDataStorage.java:295) at org.xwiki.eclipse.core.DataManager.getPage(DataManager.java:342) at org.xwiki.eclipse.ui.handlers.GrabSpaceHandler$1.run(GrabSpaceHandler.java:71) ... 1 more Caused by: org.eclipse.core.internal.resources.ResourceException: * is an invalid character in resource name 'Panels.Recently Modified*'. at org.eclipse.core.internal.resources.Resource.checkValidPath(Resource.java:422) at org.eclipse.core.internal.resources.Folder.create(Folder.java:82) at org.eclipse.core.internal.resources.Folder.create(Folder.java:118) at org.xwiki.eclipse.core.utils.CoreUtils.createFolder(CoreUtils.java:67) at org.xwiki.eclipse.core.utils.CoreUtils.writeDataToXML(CoreUtils.java:91) at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage$2.run(LocalXWikiDataStorage.java:284) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage.storePage(LocalXWikiDataStorage.java:271) ... 3 more ===================== I have included the panels space for your inspection (called package.xar here). I hope you can reproduce the error. Thanks. Greetings, Steven Calkins -----Ursprüngliche Nachricht----- Von: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von Fabio Mancinelli Gesendet: Freitag, 27. November 2009 15:01 An: XWiki Users Betreff: Re: [xwiki-users] Xeclipse plugin On Nov 27, 2009, at 1:32 PM, Steven Calkins wrote:
Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence. at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unknown Source) at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:79) ... 7 more --------------------------------
Hi Steven, apparently there is some encoding problem that makes the XML parser explode. Probably some pages that have strange characters in the title/id. Do you have such a kind of pages in the space you were trying to open? Could you give us them so that we can reproduce and fix what apparently is a bug? Thanks, Fabio _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Hi Steven, the mailing list blocks attachments. Could you send me the XAR privately? Thanks, Fabio On Nov 27, 2009, at 3:54 PM, Steven Calkins wrote:
Hi Fabio, Here is the message when I try to grab the Panels space: ================== Message: Error during space grabbing
java.lang.reflect.InvocationTargetException at org.xwiki.eclipse.ui.handlers.GrabSpaceHandler$1.run(GrabSpaceHandler.java:80) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Caused by: org.xwiki.eclipse.core.XWikiEclipseException: org.eclipse.core.internal.resources.ResourceException: * is an invalid character in resource name 'Panels.Recently Modified*'. at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage.storePage(LocalXWikiDataStorage.java:295) at org.xwiki.eclipse.core.DataManager.getPage(DataManager.java:342) at org.xwiki.eclipse.ui.handlers.GrabSpaceHandler$1.run(GrabSpaceHandler.java:71) ... 1 more Caused by: org.eclipse.core.internal.resources.ResourceException: * is an invalid character in resource name 'Panels.Recently Modified*'. at org.eclipse.core.internal.resources.Resource.checkValidPath(Resource.java:422) at org.eclipse.core.internal.resources.Folder.create(Folder.java:82) at org.eclipse.core.internal.resources.Folder.create(Folder.java:118) at org.xwiki.eclipse.core.utils.CoreUtils.createFolder(CoreUtils.java:67) at org.xwiki.eclipse.core.utils.CoreUtils.writeDataToXML(CoreUtils.java:91) at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage$2.run(LocalXWikiDataStorage.java:284) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.xwiki.eclipse.core.storage.LocalXWikiDataStorage.storePage(LocalXWikiDataStorage.java:271) ... 3 more =====================
I have included the panels space for your inspection (called package.xar here). I hope you can reproduce the error. Thanks.
Greetings,
Steven Calkins
-----Ursprüngliche Nachricht----- Von: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von Fabio Mancinelli Gesendet: Freitag, 27. November 2009 15:01 An: XWiki Users Betreff: Re: [xwiki-users] Xeclipse plugin
On Nov 27, 2009, at 1:32 PM, Steven Calkins wrote:
Caused by: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 2 of 3-byte UTF-8 sequence. at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.invalidByte(Unknown Source) at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:79) ... 7 more --------------------------------
Hi Steven,
apparently there is some encoding problem that makes the XML parser explode. Probably some pages that have strange characters in the title/id.
Do you have such a kind of pages in the space you were trying to open? Could you give us them so that we can reproduce and fix what apparently is a bug?
Thanks, Fabio _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (4)
-
Eduard Moraru -
Fabio Mancinelli -
Steven Calkins -
Thomas Mortagne