View Single Post
I get this error when I export a CS Odess MindMap (MS Project XML) file and try to open with Omni Planner. What could the cause be?




net.sf.mpxj.MPXJException: Failed to parse file
at net.sf.mpxj.mspdi.MSPDIReader.read(MSPDIReader.jav a:153)
at net.sf.mpxj.reader.AbstractProjectReader.read(Abst ractProjectReader.java:49)
at mpxjconverter.convertFile(mpxjconverter.java:47)
at mpxjconverter.main(mpxjconverter.java:36)
Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"Project"). Expected elements are <{http://schemas.microsoft.com/project}Project>
at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal lingContext.handleEvent(UnmarshallingContext.java: 603)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.re portError(Loader.java:244)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.re portError(Loader.java:239)
at com.sun.xml.bind.v2.runtime.unmarshaller.Loader.re portUnexpectedChildElement(Loader.java:116)
at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal lingContext$DefaultRootLoader.childElement(Unmarsh allingContext.java:1009)
at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal lingContext._startElement(UnmarshallingContext.jav a:446)
at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal lingContext.startElement(UnmarshallingContext.java :427)
at com.sun.xml.bind.v2.runtime.unmarshaller.Interning XmlVisitor.startElement(InterningXmlVisitor.java:7 1)
at com.sun.xml.bind.v2.runtime.unmarshaller.SAXConnec tor.startElement(SAXConnector.java:137)
at com.sun.xml.bind.unmarshaller.DOMScanner.visit(DOM Scanner.java:240)
at com.sun.xml.bind.unmarshaller.DOMScanner.scan(DOMS canner.java:123)
at com.sun.xml.bind.unmarshaller.DOMScanner.scan(DOMS canner.java:106)
at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal lerImpl.unmarshal0(UnmarshallerImpl.java:317)
at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal lerImpl.unmarshal(UnmarshallerImpl.java:297)
at net.sf.mpxj.mspdi.MSPDIReader.read(MSPDIReader.jav a:127)
... 3 more