You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Will Stevens <wi...@gmail.com> on 2016/05/17 13:52:20 UTC

Juniper Build Failure

I have run into this a few times this morning already.  Builds fail because
of this:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
(default) on project cloud-client-ui: Error resolving project artifact:
Could not transfer artifact
net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
apache.snapshots (http://repository.apache.org/snapshots): Failed to
transfer file:
http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom.
Return code is: 503, ReasonPhrase: Service Unavailable. for project
net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT -> [Help 1]

I have seen this problem periodically in the past.  Are we having issues
with this repository?

Re: Juniper Build Failure

Posted by Will Stevens <ws...@cloudops.com>.
Here is the commands I am running to get around this right now.

$ rm -rf
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/*
&& wget -O
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AADo1Wgww4H9QxBkQlffAIvRa/1.0-SNAPSHOT?dl=1
&& unzip
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
-d ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/
$ rm -f
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, May 17, 2016 at 10:44 AM, Will Stevens <ws...@cloudops.com>
wrote:

> Sorry, that command wont work unless you are in the 1.0-SNAPSHOT dir
> (which I was when I ran it).  Will have an updated command in a second.
>
> *Will STEVENS*
> Lead Developer
>
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
>
> On Tue, May 17, 2016 at 10:38 AM, Will Stevens <ws...@cloudops.com>
> wrote:
>
>> This command 'should' solve the problem for now, thanks to Rafael.
>>
>> I have a test running now.
>>
>> $ rm -rf
>> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/*
>> && wget -O
>> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
>>
>> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AADo1Wgww4H9QxBkQlffAIvRa/1.0-SNAPSHOT?dl=1
>> && unzip
>> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
>>
>> $ rm -f
>> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
>>
>> *Will STEVENS*
>> Lead Developer
>>
>> *CloudOps* *| *Cloud Solutions Experts
>> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>> w cloudops.com *|* tw @CloudOps_
>>
>> On Tue, May 17, 2016 at 10:23 AM, Jeff Hair <je...@greenqloud.com> wrote:
>>
>>> This connection error to the Apache Maven server is happening on our
>>> local
>>> builds as well.
>>>
>>> *Jeff Hair*
>>> Technical Lead and Software Developer
>>>
>>> Tel: (+354) 415 0200
>>> jeff@greenqloud.com
>>> www.greenqloud.com
>>>
>>> On Tue, May 17, 2016 at 2:18 PM, Will Stevens <ws...@cloudops.com>
>>> wrote:
>>>
>>> > Thank you.  I will grab your version if my next set of tests fail to
>>> build.
>>> >
>>> > *Will STEVENS*
>>> > Lead Developer
>>> >
>>> > *CloudOps* *| *Cloud Solutions Experts
>>> > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>>> > w cloudops.com *|* tw @CloudOps_
>>> >
>>> > On Tue, May 17, 2016 at 10:16 AM, Rafael Weingärtner <
>>> > rafaelweingartner@gmail.com> wrote:
>>> >
>>> > > You can also manually install on your .m2 repository, and then you
>>> will
>>> > not
>>> > > need to download it anymore from a remote repository. To speed up the
>>> > > "bubles" CI, it would be interesting to have the .m2 with all jars
>>> needed
>>> > > for ACS, then the process of compilation would be faster, because it
>>> > would
>>> > > not need to download the dependencies.
>>> > >
>>> > > I uploaded it for you if you would like to have it:
>>> > >
>>> >
>>> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AABTUM0_iemAIrM9pbrIvBEZa?dl=0
>>> > >
>>> > > On Tue, May 17, 2016 at 11:14 AM, Will Stevens <
>>> wstevens@cloudops.com>
>>> > > wrote:
>>> > >
>>> > > > I just pinged the ASF Infra team about it...
>>> > > >
>>> > > > *Will STEVENS*
>>> > > > Lead Developer
>>> > > >
>>> > > > *CloudOps* *| *Cloud Solutions Experts
>>> > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>>> > > > w cloudops.com *|* tw @CloudOps_
>>> > > >
>>> > > > On Tue, May 17, 2016 at 10:10 AM, Will Stevens <
>>> wstevens@cloudops.com>
>>> > > > wrote:
>>> > > >
>>> > > > > I think this is a http://repository.apache.org problem judging
>>> from
>>> > > the
>>> > > > > error...
>>> > > > >
>>> > > > > I have this problem in 3/3 of my currently running CI
>>> environments.
>>> > I
>>> > > > had
>>> > > > > it once or twice before, but this is happening all the time now
>>> it
>>> > > seems.
>>> > > > >
>>> > > > > *Will STEVENS*
>>> > > > > Lead Developer
>>> > > > >
>>> > > > > *CloudOps* *| *Cloud Solutions Experts
>>> > > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>>> > > > > w cloudops.com *|* tw @CloudOps_
>>> > > > >
>>> > > > > On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <
>>> > > daan.hoogland@gmail.com>
>>> > > > > wrote:
>>> > > > >
>>> > > > >> I have been going past that point twice today but got stuck on
>>> it
>>> > > twice
>>> > > > as
>>> > > > >> well. I think juniper is having network problems ;) (had to say
>>> that
>>> > > > but I
>>> > > > >> really think it is maven central that has the problems)
>>> > > > >>
>>> > > > >> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <
>>> > > williamstevens@gmail.com
>>> > > > >
>>> > > > >> wrote:
>>> > > > >>
>>> > > > >> > I have run into this a few times this morning already.  Builds
>>> > fail
>>> > > > >> because
>>> > > > >> > of this:
>>> > > > >> >
>>> > > > >> > [ERROR] Failed to execute goal
>>> > > > >> >
>>> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
>>> > > > >> > (default) on project cloud-client-ui: Error resolving project
>>> > > > artifact:
>>> > > > >> > Could not transfer artifact
>>> > > > >> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT
>>> from/to
>>> > > > >> > apache.snapshots (http://repository.apache.org/snapshots):
>>> Failed
>>> > > to
>>> > > > >> > transfer file:
>>> > > > >> >
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
>>> > > > >> > .
>>> > > > >> > Return code is: 503, ReasonPhrase: Service Unavailable. for
>>> > project
>>> > > > >> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT ->
>>> > [Help
>>> > > 1]
>>> > > > >> >
>>> > > > >> > I have seen this problem periodically in the past.  Are we
>>> having
>>> > > > issues
>>> > > > >> > with this repository?
>>> > > > >> >
>>> > > > >>
>>> > > > >>
>>> > > > >>
>>> > > > >> --
>>> > > > >> Daan
>>> > > > >>
>>> > > > >
>>> > > > >
>>> > > >
>>> > >
>>> > >
>>> > >
>>> > > --
>>> > > Rafael Weingärtner
>>> > >
>>> >
>>>
>>
>>
>

Re: Juniper Build Failure

Posted by Will Stevens <ws...@cloudops.com>.
Sorry, that command wont work unless you are in the 1.0-SNAPSHOT dir (which
I was when I ran it).  Will have an updated command in a second.

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, May 17, 2016 at 10:38 AM, Will Stevens <ws...@cloudops.com>
wrote:

> This command 'should' solve the problem for now, thanks to Rafael.
>
> I have a test running now.
>
> $ rm -rf
> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/*
> && wget -O
> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
>
> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AADo1Wgww4H9QxBkQlffAIvRa/1.0-SNAPSHOT?dl=1
> && unzip
> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
>
> $ rm -f
> ~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
>
> *Will STEVENS*
> Lead Developer
>
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
>
> On Tue, May 17, 2016 at 10:23 AM, Jeff Hair <je...@greenqloud.com> wrote:
>
>> This connection error to the Apache Maven server is happening on our local
>> builds as well.
>>
>> *Jeff Hair*
>> Technical Lead and Software Developer
>>
>> Tel: (+354) 415 0200
>> jeff@greenqloud.com
>> www.greenqloud.com
>>
>> On Tue, May 17, 2016 at 2:18 PM, Will Stevens <ws...@cloudops.com>
>> wrote:
>>
>> > Thank you.  I will grab your version if my next set of tests fail to
>> build.
>> >
>> > *Will STEVENS*
>> > Lead Developer
>> >
>> > *CloudOps* *| *Cloud Solutions Experts
>> > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>> > w cloudops.com *|* tw @CloudOps_
>> >
>> > On Tue, May 17, 2016 at 10:16 AM, Rafael Weingärtner <
>> > rafaelweingartner@gmail.com> wrote:
>> >
>> > > You can also manually install on your .m2 repository, and then you
>> will
>> > not
>> > > need to download it anymore from a remote repository. To speed up the
>> > > "bubles" CI, it would be interesting to have the .m2 with all jars
>> needed
>> > > for ACS, then the process of compilation would be faster, because it
>> > would
>> > > not need to download the dependencies.
>> > >
>> > > I uploaded it for you if you would like to have it:
>> > >
>> >
>> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AABTUM0_iemAIrM9pbrIvBEZa?dl=0
>> > >
>> > > On Tue, May 17, 2016 at 11:14 AM, Will Stevens <wstevens@cloudops.com
>> >
>> > > wrote:
>> > >
>> > > > I just pinged the ASF Infra team about it...
>> > > >
>> > > > *Will STEVENS*
>> > > > Lead Developer
>> > > >
>> > > > *CloudOps* *| *Cloud Solutions Experts
>> > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>> > > > w cloudops.com *|* tw @CloudOps_
>> > > >
>> > > > On Tue, May 17, 2016 at 10:10 AM, Will Stevens <
>> wstevens@cloudops.com>
>> > > > wrote:
>> > > >
>> > > > > I think this is a http://repository.apache.org problem judging
>> from
>> > > the
>> > > > > error...
>> > > > >
>> > > > > I have this problem in 3/3 of my currently running CI
>> environments.
>> > I
>> > > > had
>> > > > > it once or twice before, but this is happening all the time now it
>> > > seems.
>> > > > >
>> > > > > *Will STEVENS*
>> > > > > Lead Developer
>> > > > >
>> > > > > *CloudOps* *| *Cloud Solutions Experts
>> > > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
>> > > > > w cloudops.com *|* tw @CloudOps_
>> > > > >
>> > > > > On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <
>> > > daan.hoogland@gmail.com>
>> > > > > wrote:
>> > > > >
>> > > > >> I have been going past that point twice today but got stuck on it
>> > > twice
>> > > > as
>> > > > >> well. I think juniper is having network problems ;) (had to say
>> that
>> > > > but I
>> > > > >> really think it is maven central that has the problems)
>> > > > >>
>> > > > >> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <
>> > > williamstevens@gmail.com
>> > > > >
>> > > > >> wrote:
>> > > > >>
>> > > > >> > I have run into this a few times this morning already.  Builds
>> > fail
>> > > > >> because
>> > > > >> > of this:
>> > > > >> >
>> > > > >> > [ERROR] Failed to execute goal
>> > > > >> >
>> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
>> > > > >> > (default) on project cloud-client-ui: Error resolving project
>> > > > artifact:
>> > > > >> > Could not transfer artifact
>> > > > >> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT
>> from/to
>> > > > >> > apache.snapshots (http://repository.apache.org/snapshots):
>> Failed
>> > > to
>> > > > >> > transfer file:
>> > > > >> >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
>> > > > >> > .
>> > > > >> > Return code is: 503, ReasonPhrase: Service Unavailable. for
>> > project
>> > > > >> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT ->
>> > [Help
>> > > 1]
>> > > > >> >
>> > > > >> > I have seen this problem periodically in the past.  Are we
>> having
>> > > > issues
>> > > > >> > with this repository?
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> Daan
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Rafael Weingärtner
>> > >
>> >
>>
>
>

Re: Juniper Build Failure

Posted by Will Stevens <ws...@cloudops.com>.
This command 'should' solve the problem for now, thanks to Rafael.

I have a test running now.

$ rm -rf
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/*
&& wget -O
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip
https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AADo1Wgww4H9QxBkQlffAIvRa/1.0-SNAPSHOT?dl=1
&& unzip
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip

$ rm -f
~/.m2/repository/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/repo.zip

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, May 17, 2016 at 10:23 AM, Jeff Hair <je...@greenqloud.com> wrote:

> This connection error to the Apache Maven server is happening on our local
> builds as well.
>
> *Jeff Hair*
> Technical Lead and Software Developer
>
> Tel: (+354) 415 0200
> jeff@greenqloud.com
> www.greenqloud.com
>
> On Tue, May 17, 2016 at 2:18 PM, Will Stevens <ws...@cloudops.com>
> wrote:
>
> > Thank you.  I will grab your version if my next set of tests fail to
> build.
> >
> > *Will STEVENS*
> > Lead Developer
> >
> > *CloudOps* *| *Cloud Solutions Experts
> > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > w cloudops.com *|* tw @CloudOps_
> >
> > On Tue, May 17, 2016 at 10:16 AM, Rafael Weingärtner <
> > rafaelweingartner@gmail.com> wrote:
> >
> > > You can also manually install on your .m2 repository, and then you will
> > not
> > > need to download it anymore from a remote repository. To speed up the
> > > "bubles" CI, it would be interesting to have the .m2 with all jars
> needed
> > > for ACS, then the process of compilation would be faster, because it
> > would
> > > not need to download the dependencies.
> > >
> > > I uploaded it for you if you would like to have it:
> > >
> >
> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AABTUM0_iemAIrM9pbrIvBEZa?dl=0
> > >
> > > On Tue, May 17, 2016 at 11:14 AM, Will Stevens <ws...@cloudops.com>
> > > wrote:
> > >
> > > > I just pinged the ASF Infra team about it...
> > > >
> > > > *Will STEVENS*
> > > > Lead Developer
> > > >
> > > > *CloudOps* *| *Cloud Solutions Experts
> > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > > > w cloudops.com *|* tw @CloudOps_
> > > >
> > > > On Tue, May 17, 2016 at 10:10 AM, Will Stevens <
> wstevens@cloudops.com>
> > > > wrote:
> > > >
> > > > > I think this is a http://repository.apache.org problem judging
> from
> > > the
> > > > > error...
> > > > >
> > > > > I have this problem in 3/3 of my currently running CI environments.
> > I
> > > > had
> > > > > it once or twice before, but this is happening all the time now it
> > > seems.
> > > > >
> > > > > *Will STEVENS*
> > > > > Lead Developer
> > > > >
> > > > > *CloudOps* *| *Cloud Solutions Experts
> > > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > > > > w cloudops.com *|* tw @CloudOps_
> > > > >
> > > > > On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <
> > > daan.hoogland@gmail.com>
> > > > > wrote:
> > > > >
> > > > >> I have been going past that point twice today but got stuck on it
> > > twice
> > > > as
> > > > >> well. I think juniper is having network problems ;) (had to say
> that
> > > > but I
> > > > >> really think it is maven central that has the problems)
> > > > >>
> > > > >> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <
> > > williamstevens@gmail.com
> > > > >
> > > > >> wrote:
> > > > >>
> > > > >> > I have run into this a few times this morning already.  Builds
> > fail
> > > > >> because
> > > > >> > of this:
> > > > >> >
> > > > >> > [ERROR] Failed to execute goal
> > > > >> >
> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> > > > >> > (default) on project cloud-client-ui: Error resolving project
> > > > artifact:
> > > > >> > Could not transfer artifact
> > > > >> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT
> from/to
> > > > >> > apache.snapshots (http://repository.apache.org/snapshots):
> Failed
> > > to
> > > > >> > transfer file:
> > > > >> >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
> > > > >> > .
> > > > >> > Return code is: 503, ReasonPhrase: Service Unavailable. for
> > project
> > > > >> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT ->
> > [Help
> > > 1]
> > > > >> >
> > > > >> > I have seen this problem periodically in the past.  Are we
> having
> > > > issues
> > > > >> > with this repository?
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Daan
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Rafael Weingärtner
> > >
> >
>

Re: Juniper Build Failure

Posted by Jeff Hair <je...@greenqloud.com>.
This connection error to the Apache Maven server is happening on our local
builds as well.

*Jeff Hair*
Technical Lead and Software Developer

Tel: (+354) 415 0200
jeff@greenqloud.com
www.greenqloud.com

On Tue, May 17, 2016 at 2:18 PM, Will Stevens <ws...@cloudops.com> wrote:

> Thank you.  I will grab your version if my next set of tests fail to build.
>
> *Will STEVENS*
> Lead Developer
>
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
>
> On Tue, May 17, 2016 at 10:16 AM, Rafael Weingärtner <
> rafaelweingartner@gmail.com> wrote:
>
> > You can also manually install on your .m2 repository, and then you will
> not
> > need to download it anymore from a remote repository. To speed up the
> > "bubles" CI, it would be interesting to have the .m2 with all jars needed
> > for ACS, then the process of compilation would be faster, because it
> would
> > not need to download the dependencies.
> >
> > I uploaded it for you if you would like to have it:
> >
> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AABTUM0_iemAIrM9pbrIvBEZa?dl=0
> >
> > On Tue, May 17, 2016 at 11:14 AM, Will Stevens <ws...@cloudops.com>
> > wrote:
> >
> > > I just pinged the ASF Infra team about it...
> > >
> > > *Will STEVENS*
> > > Lead Developer
> > >
> > > *CloudOps* *| *Cloud Solutions Experts
> > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > > w cloudops.com *|* tw @CloudOps_
> > >
> > > On Tue, May 17, 2016 at 10:10 AM, Will Stevens <ws...@cloudops.com>
> > > wrote:
> > >
> > > > I think this is a http://repository.apache.org problem judging from
> > the
> > > > error...
> > > >
> > > > I have this problem in 3/3 of my currently running CI environments.
> I
> > > had
> > > > it once or twice before, but this is happening all the time now it
> > seems.
> > > >
> > > > *Will STEVENS*
> > > > Lead Developer
> > > >
> > > > *CloudOps* *| *Cloud Solutions Experts
> > > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > > > w cloudops.com *|* tw @CloudOps_
> > > >
> > > > On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <
> > daan.hoogland@gmail.com>
> > > > wrote:
> > > >
> > > >> I have been going past that point twice today but got stuck on it
> > twice
> > > as
> > > >> well. I think juniper is having network problems ;) (had to say that
> > > but I
> > > >> really think it is maven central that has the problems)
> > > >>
> > > >> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <
> > williamstevens@gmail.com
> > > >
> > > >> wrote:
> > > >>
> > > >> > I have run into this a few times this morning already.  Builds
> fail
> > > >> because
> > > >> > of this:
> > > >> >
> > > >> > [ERROR] Failed to execute goal
> > > >> > org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> > > >> > (default) on project cloud-client-ui: Error resolving project
> > > artifact:
> > > >> > Could not transfer artifact
> > > >> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
> > > >> > apache.snapshots (http://repository.apache.org/snapshots): Failed
> > to
> > > >> > transfer file:
> > > >> >
> > > >> >
> > > >>
> > >
> >
> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
> > > >> > .
> > > >> > Return code is: 503, ReasonPhrase: Service Unavailable. for
> project
> > > >> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT ->
> [Help
> > 1]
> > > >> >
> > > >> > I have seen this problem periodically in the past.  Are we having
> > > issues
> > > >> > with this repository?
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> Daan
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > Rafael Weingärtner
> >
>

Re: Juniper Build Failure

Posted by Will Stevens <ws...@cloudops.com>.
Thank you.  I will grab your version if my next set of tests fail to build.

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, May 17, 2016 at 10:16 AM, Rafael Weingärtner <
rafaelweingartner@gmail.com> wrote:

> You can also manually install on your .m2 repository, and then you will not
> need to download it anymore from a remote repository. To speed up the
> "bubles" CI, it would be interesting to have the .m2 with all jars needed
> for ACS, then the process of compilation would be faster, because it would
> not need to download the dependencies.
>
> I uploaded it for you if you would like to have it:
> https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AABTUM0_iemAIrM9pbrIvBEZa?dl=0
>
> On Tue, May 17, 2016 at 11:14 AM, Will Stevens <ws...@cloudops.com>
> wrote:
>
> > I just pinged the ASF Infra team about it...
> >
> > *Will STEVENS*
> > Lead Developer
> >
> > *CloudOps* *| *Cloud Solutions Experts
> > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > w cloudops.com *|* tw @CloudOps_
> >
> > On Tue, May 17, 2016 at 10:10 AM, Will Stevens <ws...@cloudops.com>
> > wrote:
> >
> > > I think this is a http://repository.apache.org problem judging from
> the
> > > error...
> > >
> > > I have this problem in 3/3 of my currently running CI environments.  I
> > had
> > > it once or twice before, but this is happening all the time now it
> seems.
> > >
> > > *Will STEVENS*
> > > Lead Developer
> > >
> > > *CloudOps* *| *Cloud Solutions Experts
> > > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > > w cloudops.com *|* tw @CloudOps_
> > >
> > > On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <
> daan.hoogland@gmail.com>
> > > wrote:
> > >
> > >> I have been going past that point twice today but got stuck on it
> twice
> > as
> > >> well. I think juniper is having network problems ;) (had to say that
> > but I
> > >> really think it is maven central that has the problems)
> > >>
> > >> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <
> williamstevens@gmail.com
> > >
> > >> wrote:
> > >>
> > >> > I have run into this a few times this morning already.  Builds fail
> > >> because
> > >> > of this:
> > >> >
> > >> > [ERROR] Failed to execute goal
> > >> > org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> > >> > (default) on project cloud-client-ui: Error resolving project
> > artifact:
> > >> > Could not transfer artifact
> > >> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
> > >> > apache.snapshots (http://repository.apache.org/snapshots): Failed
> to
> > >> > transfer file:
> > >> >
> > >> >
> > >>
> >
> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
> > >> > .
> > >> > Return code is: 503, ReasonPhrase: Service Unavailable. for project
> > >> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT -> [Help
> 1]
> > >> >
> > >> > I have seen this problem periodically in the past.  Are we having
> > issues
> > >> > with this repository?
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Daan
> > >>
> > >
> > >
> >
>
>
>
> --
> Rafael Weingärtner
>

Re: Juniper Build Failure

Posted by Rafael Weingärtner <ra...@gmail.com>.
You can also manually install on your .m2 repository, and then you will not
need to download it anymore from a remote repository. To speed up the
"bubles" CI, it would be interesting to have the .m2 with all jars needed
for ACS, then the process of compilation would be faster, because it would
not need to download the dependencies.

I uploaded it for you if you would like to have it:
https://www.dropbox.com/sh/c7dnvk64nzg7xgc/AABTUM0_iemAIrM9pbrIvBEZa?dl=0

On Tue, May 17, 2016 at 11:14 AM, Will Stevens <ws...@cloudops.com>
wrote:

> I just pinged the ASF Infra team about it...
>
> *Will STEVENS*
> Lead Developer
>
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
>
> On Tue, May 17, 2016 at 10:10 AM, Will Stevens <ws...@cloudops.com>
> wrote:
>
> > I think this is a http://repository.apache.org problem judging from the
> > error...
> >
> > I have this problem in 3/3 of my currently running CI environments.  I
> had
> > it once or twice before, but this is happening all the time now it seems.
> >
> > *Will STEVENS*
> > Lead Developer
> >
> > *CloudOps* *| *Cloud Solutions Experts
> > 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> > w cloudops.com *|* tw @CloudOps_
> >
> > On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <da...@gmail.com>
> > wrote:
> >
> >> I have been going past that point twice today but got stuck on it twice
> as
> >> well. I think juniper is having network problems ;) (had to say that
> but I
> >> really think it is maven central that has the problems)
> >>
> >> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <williamstevens@gmail.com
> >
> >> wrote:
> >>
> >> > I have run into this a few times this morning already.  Builds fail
> >> because
> >> > of this:
> >> >
> >> > [ERROR] Failed to execute goal
> >> > org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> >> > (default) on project cloud-client-ui: Error resolving project
> artifact:
> >> > Could not transfer artifact
> >> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
> >> > apache.snapshots (http://repository.apache.org/snapshots): Failed to
> >> > transfer file:
> >> >
> >> >
> >>
> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
> >> > .
> >> > Return code is: 503, ReasonPhrase: Service Unavailable. for project
> >> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT -> [Help 1]
> >> >
> >> > I have seen this problem periodically in the past.  Are we having
> issues
> >> > with this repository?
> >> >
> >>
> >>
> >>
> >> --
> >> Daan
> >>
> >
> >
>



-- 
Rafael Weingärtner

Re: Juniper Build Failure

Posted by Will Stevens <ws...@cloudops.com>.
I just pinged the ASF Infra team about it...

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, May 17, 2016 at 10:10 AM, Will Stevens <ws...@cloudops.com>
wrote:

> I think this is a http://repository.apache.org problem judging from the
> error...
>
> I have this problem in 3/3 of my currently running CI environments.  I had
> it once or twice before, but this is happening all the time now it seems.
>
> *Will STEVENS*
> Lead Developer
>
> *CloudOps* *| *Cloud Solutions Experts
> 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
> w cloudops.com *|* tw @CloudOps_
>
> On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <da...@gmail.com>
> wrote:
>
>> I have been going past that point twice today but got stuck on it twice as
>> well. I think juniper is having network problems ;) (had to say that but I
>> really think it is maven central that has the problems)
>>
>> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <wi...@gmail.com>
>> wrote:
>>
>> > I have run into this a few times this morning already.  Builds fail
>> because
>> > of this:
>> >
>> > [ERROR] Failed to execute goal
>> > org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
>> > (default) on project cloud-client-ui: Error resolving project artifact:
>> > Could not transfer artifact
>> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
>> > apache.snapshots (http://repository.apache.org/snapshots): Failed to
>> > transfer file:
>> >
>> >
>> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
>> > .
>> > Return code is: 503, ReasonPhrase: Service Unavailable. for project
>> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT -> [Help 1]
>> >
>> > I have seen this problem periodically in the past.  Are we having issues
>> > with this repository?
>> >
>>
>>
>>
>> --
>> Daan
>>
>
>

Re: Juniper Build Failure

Posted by Will Stevens <ws...@cloudops.com>.
I think this is a http://repository.apache.org problem judging from the
error...

I have this problem in 3/3 of my currently running CI environments.  I had
it once or twice before, but this is happening all the time now it seems.

*Will STEVENS*
Lead Developer

*CloudOps* *| *Cloud Solutions Experts
420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6
w cloudops.com *|* tw @CloudOps_

On Tue, May 17, 2016 at 9:56 AM, Daan Hoogland <da...@gmail.com>
wrote:

> I have been going past that point twice today but got stuck on it twice as
> well. I think juniper is having network problems ;) (had to say that but I
> really think it is maven central that has the problems)
>
> On Tue, May 17, 2016 at 3:52 PM, Will Stevens <wi...@gmail.com>
> wrote:
>
> > I have run into this a few times this morning already.  Builds fail
> because
> > of this:
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> > (default) on project cloud-client-ui: Error resolving project artifact:
> > Could not transfer artifact
> > net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
> > apache.snapshots (http://repository.apache.org/snapshots): Failed to
> > transfer file:
> >
> >
> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
> > .
> > Return code is: 503, ReasonPhrase: Service Unavailable. for project
> > net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT -> [Help 1]
> >
> > I have seen this problem periodically in the past.  Are we having issues
> > with this repository?
> >
>
>
>
> --
> Daan
>

Re: Juniper Build Failure

Posted by Daan Hoogland <da...@gmail.com>.
I have been going past that point twice today but got stuck on it twice as
well. I think juniper is having network problems ;) (had to say that but I
really think it is maven central that has the problems)

On Tue, May 17, 2016 at 3:52 PM, Will Stevens <wi...@gmail.com>
wrote:

> I have run into this a few times this morning already.  Builds fail because
> of this:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> (default) on project cloud-client-ui: Error resolving project artifact:
> Could not transfer artifact
> net.juniper.contrail:juniper-contrail-api:pom:1.0-SNAPSHOT from/to
> apache.snapshots (http://repository.apache.org/snapshots): Failed to
> transfer file:
>
> http://repository.apache.org/snapshots/net/juniper/contrail/juniper-contrail-api/1.0-SNAPSHOT/juniper-contrail-api-1.0-SNAPSHOT.pom
> .
> Return code is: 503, ReasonPhrase: Service Unavailable. for project
> net.juniper.contrail:juniper-contrail-api:jar:1.0-SNAPSHOT -> [Help 1]
>
> I have seen this problem periodically in the past.  Are we having issues
> with this repository?
>



-- 
Daan