https://bugzilla.wikimedia.org/show_bug.cgi?id=22137





--- Comment #2 from Kelson [Emmanuel Engelhart] <emman...@engelhart.org>  
2010-01-18 11:37:36 UTC ---
Created an attachment (id=6965)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6965)
Problematic part of the XML dump

I have extract the problematic part of the dump, see attachment.

$ mwdumper --format=sql:1.5 sample.xml.bz2 | lzma -c -d > sample.sql.lzma
Exception in thread "main" java.io.IOException: not a name start character:
"U+26" (line: 82 column: 1)
   at org.mediawiki.importer.XmlDumpReader.readDump(mwdumper)
   at org.mediawiki.dumper.Dumper.main(mwdumper)
Caused by: org.xml.sax.SAXParseException: not a name start character: "U+26"
   at gnu.xml.stream.SAXParser.parse(libgcj.so.81)
   at javax.xml.parsers.SAXParser.parse(libgcj.so.81)
   at javax.xml.parsers.SAXParser.parse(libgcj.so.81)
   at org.mediawiki.importer.XmlDumpReader.readDump(mwdumper)
   ...1 more
Caused by: javax.xml.stream.XMLStreamException: not a name start character:
"U+26"
   at gnu.xml.stream.XMLParser.error(libgcj.so.81)
   at gnu.xml.stream.XMLParser.readNmtoken(libgcj.so.81)
   at gnu.xml.stream.XMLParser.readNmtoken(libgcj.so.81)
   at gnu.xml.stream.XMLParser.readCharData(libgcj.so.81)
   at gnu.xml.stream.XMLParser.next(libgcj.so.81)
   at gnu.xml.stream.XMLParser.hasNext(libgcj.so.81)
   at gnu.xml.stream.SAXParser.parse(libgcj.so.81)
   ...4 more


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to