Created
June 11, 2014 12:20
-
-
Save cfalzone/e8417c25d93ed2ea4bd3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[10/06/14 12:33:57:615 EDT] ERROR business.PublisherAPIImpl: Error Publishing Bundle: : Character reference "" is an invalid XML character. | |
com.dotcms.publishing.DotPublishingException: : Character reference "" 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 "" 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: 134; Character reference "" 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