FHIR Chat · New Build Fails · committers

Stream: committers

Topic: New Build Fails


view this post on Zulip Hugh Glover (Sep 19 2019 at 18:13):

I'm trying to get a build running on a new machine and I get the output below at the start of the build. Later on in the build it fails because it can't find some snapshots. My feeling is this is a firewall issue - am I on the right track?

C:\Live\HL7\FHIR - GitHub\fhir>publish
Running publication process now
Using C:\Program Files\java\jdk1.8.0_192
Buildfile: C:\Live\HL7\FHIR - GitHub\fhir\build.xml

download-ivy:
[echo] installing ivy...
[get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar
[get] To: C:\Live\HL7\FHIR - GitHub\fhir\ivy\ivy.jar
[get] Not modified - so not downloaded

install-ivy:

fetch-imports:
[ivy:resolve] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = C:\Live\HL7\FHIR - GitHub\fhir\ivysettings.xml
[ivy:resolve] :: resolving dependencies :: org.hl7.fhir#tools;working@NOT002194 [not transitive]
[ivy:resolve] confs: [default]
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] found ca.uhn.hapi.fhir#org.hl7.fhir.dstu2016may;4.0.3-SNAPSHOT in maven-snapshots
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.

view this post on Zulip Grahame Grieve (Sep 19 2019 at 18:14):

seems unlikely that they are related

view this post on Zulip Grahame Grieve (Sep 19 2019 at 18:14):

are you running on the hotel network?

view this post on Zulip Hugh Glover (Sep 19 2019 at 18:16):

yes - but I had the same at home ...

view this post on Zulip Grahame Grieve (Sep 19 2019 at 18:36):

it's a set up thing, then. you going to be at round table?

view this post on Zulip Hugh Glover (Sep 19 2019 at 18:40):

No - leaving after cookies. I'll wipe this and start over I think. I wanted to be sure I wasn't just doing something obviously wrong

view this post on Zulip Grahame Grieve (Sep 19 2019 at 18:41):

it feels to me like you have a hard coded proxy for http for java somewhere

view this post on Zulip Hugh Glover (Sep 19 2019 at 18:44):

Well who knows - it's a corporate machine and I have some privileges but loads of stuff is forced in at a corporate level. If a start over doesn't work I'll find another machine.

view this post on Zulip Hugh Glover (Sep 19 2019 at 18:45):

thanks


Last updated: Apr 12 2022 at 19:14 UTC