Raghavendra wrote:
Hello,
I am trying the struts 2.0.9 sample portlet and am seeing this problem when
I use the "velocity" sample. Does anyone know how to fix this or if this is
a known problem?


 ERROR [org.apache.commons.digester.Digester] Parse Fatal Error at line 1
column 1: Content is not allowed in prolog.
org.xml.sax.SAXParseException: Content is not allowed in prolog.
        at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown
Source)
        at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

This is a common error that means you have invalid content in the prolog (beginning) of an XML document.

There is something invalid (commonly whitespace) before the root element or in the region of the <?xml version="1.0"?> tag.

As the error originates from Digester it's probably an XML configuration file.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to