Hi OODT Devs,

Looks like maybe a host of one of the dependency repos is down? At the
moment I get the following error when I try to build OODT 0.6,
downloaded yesterday.

<Error Snip>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CAS Protocol FTP Implementation 0.6
[INFO] ------------------------------------------------------------------------
Downloading: 
http://projects.iplantcollaborative.org/archiva/repository/internal/org/globus/cog-jglobus/1.8.0/cog-jglobus-1.8.0.pom
Apr 04, 2014 8:37:44 AM
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing
request: Connection timed out
Apr 04, 2014 8:37:44 AM
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
<snip>
[INFO] CAS Protocol FTP Implementation ................... FAILURE [3.271s]


I see this error in the Jenkins build emails to your mailing list but
I don't really get the apache ecosystem well enough yet to see if
there has been chatter about it.  Or if there should be?


Looks like  projects.iplantcollaborative.org is offline. Do you use
their repo a lot?
I've found the globus dependency also hosted here:
http://ci-dev.renci.org/nexus/content/groups/public/org/globus/jglobus/cog-jglobus/1.8.0/


I've modified the pushpull and protocol pom files to go here (three
lines in total) which builds successfully. See below. Hopefully in the
long run the original host comes back?

in both
protocol/ftp/pom.xml and pushpull/pom.xml
---
             
<!--<url>http://projects.iplantcollaborative.org/archiva/repository/internal</url>-->
             <url>http://ci-dev.renci.org/nexus/content/groups/public/</url>
---
in
pushpull/pom.xml
<!-- <groupId>org.jglobus</groupId> -->
<groupId>org.globus.jglobus</groupId>


Cheers,
~Danny

Arizona State University
School of Earth and Space Exploration
Low Frequency Cosmology
Phone:           (505) 500 4521
Homepage:     http://loco.lab.asu.edu/danny_jacobs/

Reply via email to