Link to home
Start Free TrialLog in
Avatar of corgano
corgano

asked on

Question about sax parsing error

I am seeing the following error generated in the websphere system logs:

[2/7/14 16:46:24:212 CST] 0000989e SystemErr     R org.xml.sax.SAXParseException: Expected "</br>" to terminate element starting on line 3.
[2/7/14 16:46:24:212 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)
[2/7/14 16:46:24:212 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3176)
[2/7/14 16:46:24:212 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1513)
[2/7/14 16:46:24:212 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
[2/7/14 16:46:24:213 CST] 0000989e SystemErr     R       at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)

I am not sure what the exact source of the problem is, as it is happening with the parsing of multiple content
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Expected "</br>" to terminate element starting on line 3.

Is there some reason that you think it is something other than what it says it is - a missing tag?
Avatar of corgano
corgano

ASKER

I am trying to figure out if it is a problem in the content itself, or a problem with the html editor. I see this exact error on a number of different articles in our knowledgebase, which seems less likely to be a problem with the html source code
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial