-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
I am running into SAXParseException while trying to generate scorecard using ./createScorecards.sh
. find the logs below
Analyzing results from Benchmark_1.2-findsecbugs-v1.4.6-xxx.xml
Actual results file generated: ~/Benchmark/scorecard/Benchmark_v1.2_Scorecard_for_FBwFindSecBugs_v1.4.6.csv
Report written to: ~/Benchmark/scorecard/Benchmark_v1.2_Scorecard_for_FBwFindSecBugs_v1.4.6.html
Analyzing results from Benchmark_1.2-sonar-v8.4.2.xxxxx-xxx.xml
[Fatal Error] :1:11: The markup in the document following the root element must be well-formed.
Error processing results/Benchmark_1.2-sonar-v8.4.2.xxxxx-xxx.xml. Continuing.
org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 11; The markup in the document following the root element must be well-formed.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.owasp.benchmark.score.BenchmarkScore.getXMLDocument(BenchmarkScore.java:1471)
at org.owasp.benchmark.score.BenchmarkScore.readActualResults(BenchmarkScore.java:790)
at org.owasp.benchmark.score.BenchmarkScore.process(BenchmarkScore.java:428)
at org.owasp.benchmark.score.BenchmarkScore.main(BenchmarkScore.java:336)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
at java.base/java.lang.Thread.run(Thread.java:834)
The Sonar results file Benchmark_1.2-sonar-v8.4.2.xxxxx-xxx.xml
was generated by ./createScorecards.sh
with SonarQube (docker 8.4.2-community instance) running locally.
How do i fix this issue.
SinceBenchmark_1.2-sonar-v8.4.2.xxxxx-xxx.xml
file is large ~18 MB i haven't attached it here. Let me know if it you like to get hold of it.
Metadata
Metadata
Assignees
Labels
No labels