You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jaroslav Tulach (JIRA)" <ji...@apache.org> on 2019/04/18 04:38:00 UTC

[jira] [Created] (NETBEANS-2429) PR merging blocked by missing www.netbeans.org/dtds/ files

Jaroslav Tulach created NETBEANS-2429:
-----------------------------------------

             Summary: PR merging blocked by missing www.netbeans.org/dtds/ files
                 Key: NETBEANS-2429
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2429
             Project: NetBeans
          Issue Type: Bug
          Components: website
            Reporter: Jaroslav Tulach


I am about to merge [PR-1195 |https://github.com/apache/incubator-netbeans/pull/1195]- a trivial PR which changes a L&F elsewhere. However the PR is marked red with "All checks have failed". When inspecting further the failure comes from

[https://travis-ci.org/apache/incubator-netbeans/jobs/521283780]

job and is caused by repeated exceptions like:
{code:java}
 [junit] WARNING: XML parser fatal error in file Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
    [junit] org.xml.sax.SAXException: XML parser fatal error in file Editors/text/x-java/Preferences/Defaults/org-netbeans-modules-editor-java-preferences.xml
    [junit] 	at org.netbeans.modules.editor.settings.storage.spi.StorageReader.log(StorageReader.java:164)
    [junit] 	at org.netbeans.modules.editor.settings.storage.spi.StorageReader.fatalError(StorageReader.java:83)
    [junit] 	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:180)
    [junit] 	at     [junit] 	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
    [junit] 	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
    [junit] 	at org.netbeans.modules.editor.settings.storage.Utils.load(Utils.java:253){code}
which at the end lead to "The job exceeded the maximum log length, and has been terminated.

 

When I debugged the failures localy it turned out that the test is trying to read:

[http://www.netbeans.org/dtds/EditorKeyBindings-1_1.dtd]

which is missing. I assume this has something to do with the website changes.

 

Unfortunately the whole development is stucked. Can we get the {{/dtds/}} directory back, please?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists