Skip to content

Conversation

@sebthom
Copy link
Member

@sebthom sebthom commented Nov 11, 2025

Addresses erratic runtime exceptions because of catalog.dtd temporarily not being available online:

	java.io.FileNotFoundException:
http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2010)
	at ...
	at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:206)
	at org.eclipse.wildwebdeveloper.tests.TestXML.testXMLCatalogHttpsUriIncluded(TestXML.java:388)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Addresses erratic runtime exceptions because of catalog.dtd temporarily
not being available online:
	java.io.FileNotFoundException:
http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2010)
	at ...
	at java.xml/javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:206)
	at org.eclipse.wildwebdeveloper.tests.TestXML.testXMLCatalogHttpsUriIncluded(TestXML.java:388)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
@sebthom sebthom merged commit cae6a37 into eclipse-wildwebdeveloper:master Nov 11, 2025
8 checks passed
@sebthom sebthom deleted the erratic-error branch November 14, 2025 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant