sekikn opened a new pull request, #3252: URL: https://github.com/apache/jena/pull/3252
Pull request Description: When I tried to run examples in the jena-examples module, arq.examples.ExampleDBpedia1 and ExampleDBpedia3 failed as follows: ``` $ bin/jena arq.examples.ExampleDBpedia1 2025-06-14T11:52:53.149716377Z main ERROR Reconfiguration failed: No configuration found for '30946e09' at 'null' in 'null' Exception in thread "main" HttpException: -1 Unexpected error making the query: GET http://dbpedia-live.openlinksw.com/sparql?timeout=2000&query=SELECT+DISTINCT++?company%0AWHERE%0A++%7B+?co mpany++a++%3Chttp://dbpedia.org/ontology/Company%3E+%7D%0ALIMIT+++20%0A ... Caused by: java.net.ConnectException: HTTP connect timed out at java.net.http/jdk.internal.net.http.MultiExchange.toTimeoutException(MultiExchange.java:581) ... 10 more ``` Using dbpedia.org instead of dbpedia-live.openlinksw.com just like ExampleDBpedia2 seems to work. ---- - [ ] Tests are included. - [ ] Documentation change and updates are provided for the [Apache Jena website](https://github.com/apache/jena-site/) - [x] Commits have been squashed to remove intermediate development commit messages. - [ ] Key commit messages start with the issue number (GH-xxxx) By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). ---- See the [Apache Jena "Contributing" guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org