-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
During Ci runs I notice suspiciously many entries in xmldb.log.
To inspect the logs we download the artefacts from the Actions Page here
lots of entries, for such a short time.
Failed to read server's response: Connection refused (Connection refused)
org.xmldb.api.base.XMLDBException: Failed to read server's response: Connection refused (Connection refused)
at org.exist.xmldb.RemoteCollection.instance(RemoteCollection.java:111) ~[exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.xmldb.RemoteCollection.instance(RemoteCollection.java:87) ~[exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.xmldb.DatabaseImpl.readCollection(DatabaseImpl.java:280) ~[exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.xmldb.DatabaseImpl.getRemoteCollection(DatabaseImpl.java:242) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:182) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.xmldb.DatabaseImpl.getCollection(DatabaseImpl.java:171) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.xmldb.api.DatabaseManager.getCollection(DatabaseManager.java:235) [xmldb-api-1.7.0.jar:1.7.0]
at org.exist.client.InteractiveClient.connect(InteractiveClient.java:316) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.client.InteractiveClient.connectToDatabase(InteractiveClient.java:2153) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.client.InteractiveClient.run(InteractiveClient.java:2255) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.client.InteractiveClient.main(InteractiveClient.java:253) [exist-core-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
at org.exist.start.Main.invokeMain(Main.java:153) [exist-start-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.start.Main.runEx(Main.java:292) [exist-start-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.start.Main.run(Main.java:158) [exist-start-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
at org.exist.start.Main.main(Main.java:95) [exist-start-6.4.1-SNAPSHOT.jar:6.4.1-SNAPSHOT]
warrants investigation
Reactions are currently unavailable