kinow commented on PR #1695: URL: https://github.com/apache/jena/pull/1695#issuecomment-1365450158
Yeah, I suspect it could be related to my Internet connection, somehow. I am on a 4G mobile network for another few weeks (jumping between hotels). While the connection is really good, and I can watch movies, run Docker, Maven, etc, I don't know how well it works, nor if it has some limits. You pointed to a previous error that could be due to name resolution in this mobile network too. And this command has just succeeded @afs (the second time, the first it failed): `mvn clean install -DpreferIPv4Stack` (found searching that error message you mentioned, from this SO https://stackoverflow.com/questions/45868239/api-api-ai-temporary-failure-in-name-resolution). Now I am trying a `mvn clean install` without that networking property (looking at the JVM networking settings doc page, I think I had to include the java.net prefix https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/doc-files/net-properties.html :man_shrugging: ) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
