Hi everyone,
I ran the backup utility from the backup module on our production
installation and it seemed to run without a hitch. However, when I
tried to restore the backup using the restore script provided with
backup module, I'm getting the error listed below. The magnolia I'm
backing up is 4.4.3 enterprise runding on cent OS (86) and the fresh
magnolia I'm restoring to is also 4.4.3 running on Ubuntu 11.04 ( I've
tried both amd64 and 86).
The error makes me think that I'm missing some Java package in my
environment, but I can't figure out what it might be. Any pointers
would be appreciated. Thanks!
vm@vm-VirtualBox:~/Desktop/magnolia/magnolia-module-backup-1.1.2$
./bin/restore -backup ../backup-11-07-05_2132/ -webapp
../magnolia-enterprise-4.4.3/apache-tomcat-6.0.32/webapps/magnoliaAuthor/
web.xml found at
/home/vm/Desktop/magnolia/magnolia-module-backup-1.1.2/../magnolia-enterprise-4.4.3/apache-tomcat-6.0.32/webapps/magnoliaAuthor/WEB-INF/web.xml
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at
info.magnolia.tools.AbstractLauncher.launch(AbstractLauncher.java:126)
at info.magnolia.tools.AbstractLauncher.doMain(AbstractLauncher.java:84)
at
info.magnolia.module.backup.RestoreLauncher.main(RestoreLauncher.java:58)
Caused by: java.lang.IncompatibleClassChangeError: Class
org.apache.xerces.parsers.AbstractSAXParser$LocatorProxy does not
implement the requested interface org.xml.sax.Locator
at org.jdom.input.SAXHandler.startDocument(SAXHandler.java:334)
at org.apache.xerces.parsers.AbstractSAXParser.startDocument(Unknown
Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity(Unknown
Source)
at
org.apache.xerces.impl.XMLVersionDetector.startDocumentParsing(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
Source)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:489)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:847)
at org.jdom.input.SAXBuilder.build(SAXBuilder.java:826)
at
info.magnolia.tools.AbstractBasicExecutable.init(AbstractBasicExecutable.java:124)
at info.magnolia.module.backup.Restore.init(Restore.java:65)
at
info.magnolia.tools.AbstractBasicExecutable.exec(AbstractBasicExecutable.java:61)
... 7 more
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------