Issue:
When trying to upload objects to DocuShare via Content Intake it fails. An error similar to the one below will be listed in the \logs\dsserver.stdout log file.
Example:
21 Sep 2009 13:10:28 - Error processing zip file: Exception: Error on line 13: The entity name must immediately follow the '&' in the entity reference.
21 Sep 2009 13:10:28 - Stack Trace:
21 Sep 2009 13:10:28 - org.jdom.input.JDOMParseException: Error on line 13: The entity name must immediately follow the '&' in the entity reference.
Solution:
If you have any of the following characters in the xml file, they must be replaced with the associated escape sequence.
Ampersand(&) with &
Apostrophe(‘) with '
Less than(<) with <
Greater than (>) with >