That seems like you might have a connectivity / firewall issue.
Can you try just doing a wget on that artifact?

On Fri, Oct 31, 2014 at 1:56 PM, Sweta Rani <swetarani3...@gmail.com> wrote:

> I tried it again but failed with following errors :
>
> make[1]: Entering directory `/home/proxima/mesos/build/src'
> Building mesos-0.21.0.jar ...
> [INFO] Scanning for projects...
> Downloading:
> http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project org.apache.mesos:mesos:0.21.0
> (/home/proxima/mesos/build/src/java/mesos.pom) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not transfer artifact
> org.apache:apache:pom:11 from/to central (
> http://repo.maven.apache.org/maven2): Connection to
> http://repo.maven.apache.org refused and 'parent.relativePath' points at
> wrong local POM @ line 18, column 11: Connection refused -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2]
> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> make[1]: *** [java/target/mesos-0.21.0.jar] Error 1
> make[1]: Leaving directory `/home/proxima/mesos/build/src'
> make: *** [all-recursive] Error 1
>
>
> On Fri Oct 31 2014 at 1:09:15 PM Sweta Rani <swetarani3...@gmail.com>
> wrote:
>
> > yaa..  followed the steps as directed in the documentation
> >
> > *Sweta Rani*
> > *3rd Year Undergraduate*
> > *Department of Electrical Engineering*
> > *IIT Kharagpur <http://www.iitkgp.ac.in/>*
> >
> > On Fri, Oct 31, 2014 at 3:14 AM, Dominic Hamon <dha...@twopensource.com>
> > wrote:
> >
> >> Let's tackle the easy stuff: did you run bootstrap and configure as per
> >> the
> >> getting started doc?
> >> On Oct 30, 2014 2:04 PM, "Sweta Rani" <swetarani3...@gmail.com> wrote:
> >>
> >> > Tried all the suggestions and tips given in JIRA and different google
> >> > forums but still the error remains same.
> >> >
> >> > Making all in .
> >> > make[1]: Entering directory `/home/proxima/mesos/build'
> >> > make[1]: Nothing to be done for `all-am'.
> >> > make[1]: Leaving directory `/home/proxima/mesos/build'
> >> > Making all in 3rdparty
> >> > make[1]: Entering directory `/home/proxima/mesos/build/3rdparty'
> >> > make  all-recursive
> >> > make[2]: Entering directory `/home/proxima/mesos/build/3rdparty'
> >> > Making all in libprocess
> >> > make[3]: Entering directory
> >> `/home/proxima/mesos/build/3rdparty/libprocess'
> >> > Making all in 3rdparty
> >> > make[4]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty'
> >> > make  all-recursive
> >> > make[5]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty'
> >> > Making all in stout
> >> > make[6]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty/stout'
> >> > Making all in .
> >> > make[7]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty/stout'
> >> > make[7]: Nothing to be done for `all-am'.
> >> > make[7]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty/stout'
> >> > Making all in include
> >> > make[7]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty/stout/include'
> >> > make[7]: Nothing to be done for `all'.
> >> > make[7]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty/stout/include'
> >> > make[6]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty/stout'
> >> > make[6]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty'
> >> > make[6]: Nothing to be done for `all-am'.
> >> > make[6]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty'
> >> > make[5]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty'
> >> > make[4]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/3rdparty'
> >> > Making all in .
> >> > make[4]: Entering directory
> >> `/home/proxima/mesos/build/3rdparty/libprocess'
> >> > make[4]: Nothing to be done for `all-am'.
> >> > make[4]: Leaving directory
> >> `/home/proxima/mesos/build/3rdparty/libprocess'
> >> > Making all in include
> >> > make[4]: Entering directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/include'
> >> > make[4]: Nothing to be done for `all'.
> >> > make[4]: Leaving directory
> >> > `/home/proxima/mesos/build/3rdparty/libprocess/include'
> >> > make[3]: Leaving directory
> >> `/home/proxima/mesos/build/3rdparty/libprocess'
> >> > make[3]: Entering directory `/home/proxima/mesos/build/3rdparty'
> >> > make[3]: Nothing to be done for `all-am'.
> >> > make[3]: Leaving directory `/home/proxima/mesos/build/3rdparty'
> >> > make[2]: Leaving directory `/home/proxima/mesos/build/3rdparty'
> >> > make[1]: Leaving directory `/home/proxima/mesos/build/3rdparty'
> >> > Making all in src
> >> > make[1]: Entering directory `/home/proxima/mesos/build/src'
> >> > make[1]: *** No rule to make target `all'.  Stop.
> >> > make[1]: Leaving directory `/home/proxima/mesos/build/src'
> >> > make: *** [all-recursive] Error 1
> >> >
> >> > *Sweta Rani*
> >> >
> >>
> >
> >
>

Reply via email to