org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via opensearchserve by julien122
, 1 year agovia viralpatel.net by Unknown author, 1 year ago
via Oracle Community by 843830, 1 year ago
via xradar by pablomosquera
, 2 years agovia Oracle Community by 974526, 1 year ago
via Google Groups by krev...@in.ibm.com, 2 years ago
org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at com.jaeksoft.searchlib.parser.htmlParser.StrictXhtmlParser.getDocument(Unknown Source)
at com.jaeksoft.searchlib.parser.htmlParser.StrictXhtmlParser.getDocument(Unknown Source)
at com.jaeksoft.searchlib.parser.htmlParser.HtmlDocumentProvider.
(Unknown Source) at com.jaeksoft.searchlib.parser.htmlParser.StrictXhtmlParser.
(Unknown Source) at com.jaeksoft.searchlib.parser.HtmlParser.findBestProvider(Unknown Source)
at com.jaeksoft.searchlib.parser.HtmlParser.parseContent(Unknown Source)
at com.jaeksoft.searchlib.parser.Parser.doParserContent(Unknown Source)
at com.jaeksoft.searchlib.parser.Parser.parseFileInstance(Unknown Source)
at com.jaeksoft.searchlib.parser.ParserSelector.parseFileInstance(Unknown Source)
at com.jaeksoft.searchlib.crawler.file.spider.CrawlFile.download(Unknown Source)
at com.jaeksoft.searchlib.crawler.file.process.CrawlFileThread.crawl(Unknown Source)
at com.jaeksoft.searchlib.crawler.file.process.CrawlFileThread.runner(Unknown Source)
at com.jaeksoft.searchlib.process.ThreadAbstract.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)