You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Sa...@VerizonWireless.com on 2010/08/05 19:14:39 UTC

get-colt

Hi - I am trying to compile Solr source and during "ant dist" step, the
build times out on 

get-colt:
      [get] Getting:
http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To:
/opt/solr/apache-solr-1.4.0/contrib/clustering/lib/downloads/colt-1.2.0.
jar

After a while - the steps fails giving the following message

BUILD FAILED
/opt/solr/apache-solr-1.4.0/common-build.xml:356: The following error
occurred while executing this line:
/opt/solr/apache-solr-1.4.0/common-build.xml:219: The following error
occurred while executing this line:
/opt/solr/apache-solr-1.4.0/contrib/clustering/build.xml:79:
java.net.ConnectException: Connection timed out

Any help is greatly appreciated?

Sai Thumuluri



Re: get-colt

Posted by Koji Sekiguchi <ko...@r.email.ne.jp>.
(10/08/06 2:14), Sai.Thumuluri@VerizonWireless.com wrote:
> Hi - I am trying to compile Solr source and during "ant dist" step, the
> build times out on
>
> get-colt:
>        [get] Getting:
> http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
>        [get] To:
> /opt/solr/apache-solr-1.4.0/contrib/clustering/lib/downloads/colt-1.2.0.
> jar
>
> After a while - the steps fails giving the following message
>
> BUILD FAILED
> /opt/solr/apache-solr-1.4.0/common-build.xml:356: The following error
> occurred while executing this line:
> /opt/solr/apache-solr-1.4.0/common-build.xml:219: The following error
> occurred while executing this line:
> /opt/solr/apache-solr-1.4.0/contrib/clustering/build.xml:79:
> java.net.ConnectException: Connection timed out
>
> Any help is greatly appreciated?
>
> Sai Thumuluri
>
>
>
>    
Sai,

If there is a proxy in your environment, specify the proxy host
and port (and optionally user and password):

$ ant dist -Dproxy.home=HOST -Dproxy.port=PORT -Dproxy.user=USER 
-Dproxy.password=PASSWORD

Koji

-- 
http://www.rondhuit.com/en/