[ 
https://issues.apache.org/jira/browse/HBASE-21990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack reopened HBASE-21990:
---------------------------

Reopening. Still seeing xml fails.

 see that branch-2.2 builds would be blue except they have a bad xml complaint 
still. See below from 
https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.2/92/artifact/output-general/xml.txt

Looks like reference should be:

https://checkstyle.org/dtds/configuration_1_3.dtd

rather than...

http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd

I see other branches have failing xml files now too.

Seems like the dtds got removed a few days ago: 
https://github.com/checkstyle/checkstyle/issues/6478

Caches are only catching up now?

Let me fix these.


{code}
java.lang.RuntimeException: java.io.FileNotFoundException: 
http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd
        at 
jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:397)
        at 
jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:449)
        at 
jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:406)
        at 
jdk.nashorn.api.scripting.NashornScriptEngine.evalImpl(NashornScriptEngine.java:402)
        at 
jdk.nashorn.api.scripting.NashornScriptEngine.eval(NashornScriptEngine.java:155)
        at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264)
        at com.sun.tools.script.shell.Main.evaluateString(Main.java:298)
        at com.sun.tools.script.shell.Main.evaluateString(Main.java:319)
        at com.sun.tools.script.shell.Main.access$300(Main.java:37)
        at com.sun.tools.script.shell.Main$3.run(Main.java:217)
        at com.sun.tools.script.shell.Main.main(Main.java:48)
Caused by: java.io.FileNotFoundException: 
http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1890)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
        at 
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:647)
        at 
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:1304)
        at 
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1270)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:264)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.dispatch(XMLDocumentScannerImpl.java:1161)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.next(XMLDocumentScannerImpl.java:1045)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:959)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
        at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
        at 
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243)
        at 
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
        at 
jdk.nashorn.internal.scripts.Script$Recompilation$2$19313A$\^system_init\_.XMLDocument(<system-init>:747)
        at jdk.nashorn.internal.scripts.Script$1$\^string\_.:program(<string>:1)
        at 
jdk.nashorn.internal.runtime.ScriptFunctionData.invoke(ScriptFunctionData.java:637)
        at 
jdk.nashorn.internal.runtime.ScriptFunction.invoke(ScriptFunction.java:494)
        at 
jdk.nashorn.internal.runtime.ScriptRuntime.apply(ScriptRuntime.java:393)
        ... 10 more
{code}

> puppycrawl checkstyle dtds 404... moved to sourceforge
> ------------------------------------------------------
>
>                 Key: HBASE-21990
>                 URL: https://issues.apache.org/jira/browse/HBASE-21990
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: stack
>            Assignee: stack
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0, 2.0.5, 1.3.4, 2.1.4, 1.5.1, 1.2.12
>
>         Attachments: HBASE-21990.branch-2.0.001.patch
>
>
> Yetus flagging two  badly formatted xml files. Seemingly related are the two 
> filenotfoundexceptions that show in the xml.txt build product. 
> https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2.0/1399/artifact/output-general/xml.txt
> The complaint is that the xml dtds are not found.
> Indeed they were moved long time ago: 
> https://github.com/checkstyle/checkstyle/issues/1571
> They were supposed to stick around at their old location but that seems to 
> have changed recently.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to