Skip to content

Instantly share code, notes, and snippets.

@cfalzone
Created June 11, 2014 14:40
Show Gist options
  • Save cfalzone/bf779df78b64e5466f7a to your computer and use it in GitHub Desktop.
Save cfalzone/bf779df78b64e5466f7a to your computer and use it in GitHub Desktop.
[11/06/14 10:42:35:322 EDT] ERROR business.PublisherAPIImpl: Error Publishing Bundle: : Character reference "&#x1f" is an invalid XML character.
com.dotcms.publishing.DotPublishingException: : Character reference "&#x1f" is an invalid XML character.
at com.dotcms.enterprise.publishing.remote.handler.ContentHandler.a(SourceFile:230)
at com.dotcms.enterprise.publishing.remote.handler.ContentHandler.handle(SourceFile:82)
at com.dotcms.enterprise.publishing.remote.handler.ContentHandler.handle(SourceFile:72)
at com.dotcms.publisher.receiver.BundlePublisher.process(BundlePublisher.java:137)
at com.dotcms.rest.PublishThread.run(PublishThread.java:42)
at java.lang.Thread.run(Thread.java:724)
Caused by: com.thoughtworks.xstream.io.StreamException: : Character reference "&#x1f" is an invalid XML character.
at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:105)
at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:81)
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:922)
at com.dotcms.enterprise.publishing.remote.handler.ContentHandler.a(SourceFile:120)
... 5 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 244; columnNumber: 154; Character reference "&#x1f" is an invalid XML character.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at com.thoughtworks.xstream.io.xml.DomDriver.createReader(DomDriver.java:98)
... 8 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment