-
1. Re: Random connection refused to nexus snapshot server during deply
pgier May 4, 2010 11:01 PM (in response to jbalunas)I'm seeing this when downloading artifacts also. Not sure yet what the cause is though.
-
2. Re: Random connection refused to nexus snapshot server during deply
pgier May 5, 2010 12:09 AM (in response to pgier)Some of the connections from Apache to Nexus were timing out, so the timeout has been increased. Let me know if the problem continues to happen.
-
3. Re: Random connection refused to nexus snapshot server during deply
jbalunas May 5, 2010 9:46 AM (in response to pgier)Just kicked off a new build to see if that worked.
Thanks Paul
-
4. Re: Random connection refused to nexus snapshot server during deply
jbalunas May 5, 2010 3:04 PM (in response to jbalunas)Unfortunately it happened again during this build - http://hudson.qa.jboss.com/hudson/job/RichFaces-3.3/569/console
I'll wait to kick it off again until I hear back.
-
5. Re: Random connection refused to nexus snapshot server during deply
pgier May 5, 2010 3:33 PM (in response to jbalunas)Can you try again with debugging (mvn -X) turned on?
-
6. Re: Random connection refused to nexus snapshot server during deply
pgier May 5, 2010 5:00 PM (in response to pgier)The deployment URL is set incorrectly in the hudson build (dav:https://repository.jboss.org/nexus/content/repositories/snapshots/)
It should be standard http instead of (https://repository.jboss.org/nexus/content/repositories/snapshots/).
This should probably be set in the pom either by extending from the jboss-parent (version 5) or setting the property in the richfaces root pom to a default value since there is currently no default value set for the repository URL.
Prabhat changed the configuration and is restarting the build. We'll see if this one goes better.
-
7. Re: Random connection refused to nexus snapshot server during deply
jbalunas May 5, 2010 8:42 PM (in response to pgier)What is weird is that it was failing at different places.
-
8. Re: Random connection refused to nexus snapshot server during deply
pgier May 6, 2010 8:34 AM (in response to jbalunas)That mislead me also. I didn't think to look at the deployment URL because I would have though it would fail right way if that was not correct.
Anyway, the builds seem to be working now.
-
9. Re: Random connection refused to nexus snapshot server during deply
heiko.braun May 6, 2010 10:04 AM (in response to pgier)I am still suffering from these problems:
[INFO] snapshot org.jboss.errai:errai-parent:1.1-SNAPSHOT: checking for updates from jboss-public-repository-group
[WARNING] repository metadata for: 'snapshot org.jboss.errai:errai-parent:1.1-SNAPSHOT' could not be retrieved from repository: jboss-public-repository-group due to an error: Error transferring file: Operation timed out
[INFO] Repository 'jboss-public-repository-group' will be blacklistedMaybe the nexus repo frontend (Noelios-Restlet-Engine) is not configured correctly?
-
10. Re: Random connection refused to nexus snapshot server during deply
pgier May 6, 2010 2:18 PM (in response to heiko.braun)We are seeing some connection timeouts in the Nexus logs, but we haven't found the cause yet.
Can you reproduce the issue with debugging turned on? (mvn -X)