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

2019-04-18 Thread Antonio Vieiro (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820977#comment-16820977
 ] 

Antonio Vieiro commented on NETBEANS-2429:
--

Pending verification with Travis builds.

> 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
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



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

2019-04-17 Thread Jaroslav Tulach (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820727#comment-16820727
 ] 

Jaroslav Tulach commented on NETBEANS-2429:
---

DTDs are backed up at: 
https://github.com/wadechandler/netbeans-static-site/tree/master/src/content/dtds

> 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
>Assignee: Geertjan Wielenga
>Priority: Blocker
>
> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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