https://issues.apache.org/bugzilla/show_bug.cgi?id=47560
Curt Arnold <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Curt Arnold <[email protected]> 2009-07-23 06:28:01 PST --- Please ask usage questions on [email protected]. The message suggests that you have a processing instruction with the tag XML, xml or some variation at column 6 (maybe line 43) in the file file:/C:/Program%20Files/Sonic/Workbench7.6/workspace/Sonic_LoggingServices/conf/log4j.xml. A processing instruction is an XML construct that looks like: <?tag unstructured stuff?> The XML declaration looks like a processing instruction, but must occur as the very first content of an XML document or other parsed entity. <?xml encoding="..." version="..."?> The error is due to having either an XML declaration at the wrong place in the document or having a processing instruction that uses an prohibited name. The underlying XML parser is required to treat that as an error. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
