Page 1 of 1

[solved] http://devil.crg.eu:80: Connection reset

PostPosted: Wed Mar 06, 2019 2:11 pm
by andersla
I am trying to build the maven project: https://github.com/ome/minimal-omero-client

but when running
Code: Select all
mvn clean compile -DdownloadSources=true -DdownloadJavadocs=true

the server seem to be unavailable...

Downloading: http://devil.crg.eu/nexus/content/repos ... 5-b105.pom
Mar 06, 2019 3:00:04 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {}->http://devil.crg.eu:80: Connection reset
Mar 06, 2019 3:00:04 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://devil.crg.eu:80
Mar 06, 2019 3:00:24 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {}->http://devil.crg.eu:80: Connection reset
Mar 06, 2019 3:00:24 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://devil.crg.eu:80
Mar 06, 2019 3:00:44 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request to {}->http://devil.crg.eu:80: Connection reset
Mar 06, 2019 3:00:44 PM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://devil.crg.eu:80

Re: http://devil.crg.eu:80: Connection reset

PostPosted: Wed Mar 06, 2019 2:43 pm
by sbesson
Hi,

the issue comes from the resolution of the omero-blitz artifacts. In the minimal-omero example, as tested daily by Travis CI, these artifacts should be resolved from the OME artifactory.

Looking at your logs, it looks like a Nexus server at `http://devli.crg.eu/nexus` is defined and used to resolve the OMERO artifacts. Do you have a local or global `settings.xml` or similar file that overrides the repository POM and adds this repository? If so, could you show us your configuration and/or comment it out and see if the project compiles?

Best,
Sebastien

Re: http://devil.crg.eu:80: Connection reset

PostPosted: Wed Mar 06, 2019 2:57 pm
by andersla
My Bad! Thanks! I had a bad repo in my Settings.xml
/Anders