
Originally Posted by
heejaecha
Also shewed the message : Not XML was returned! Please check exceptions folder and contact administrator. Failed to fetch updated hosts filter. Using existing
I started getting the same error too. The records in the exceptions folder that the program tells you to look at are as follows:
2025-02-21 09.20.12 - com.thoughtworks.xstream.io.StreamException.txt:
com.thoughtworks.xstream.io.StreamException: : The element type "hr" must be terminated by the matching end-tag "</hr>".
at com.thoughtworks.xstream.io.xml.DomDriver.<unknown>(Unknown Source)
at com.thoughtworks.xstream.io.xml.DomDriver.createReader(Unknown Source)
at com.thoughtworks.xstream.XStream.fromXML(Unknown Source)
at com.thoughtworks.xstream.XStream.<unknown>(Unknown Source)
at com.exceptionapps.viperripper.ViperRipper.getHtmlFromResponseThreadNotSafe(Unknown Source)
at com.exceptionapps.viperripper.ViperRipper.<unknown>(Unknown Source)
at com.exceptionapps.viperripper.ViperRipper$65.run(Unknown Source)
at foxtrot.AbstractWorkerThread$1.<unknown>(Unknown Source)
at java.security.AccessController.<unknown>(Unknown Source)
at foxtrot.AbstractWorkerThread.runTask(Unknown Source)
at foxtrot.workers.MultiWorkerThread$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
... 12 more
2025-02-21 09.20.05 - java.lang.Exception.txt:
java.lang.Exception: Not XML was returned! Please check exceptions folder and contact administrator.
at com.exceptionapps.viperripper.ViperRipper.<init>(Unknown Source)
at com.exceptionapps.viperripper.ViperRipper.main(Unknown Source)