Stream: committers
Topic: (no topic)
Rick Geimer (Mar 02 2016 at 19:41):
I'm seeing this when running a local build against HEAD on two computers:
[java] org.hl7.fhir.dstu3.utils.client.EFhirClientException: Error sending Http Request
...
[java] Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://fhir2.healthintersections.com.au refused
Rick Geimer (Mar 02 2016 at 19:41):
Any ideas?
Jason Walonoski (Mar 02 2016 at 19:51):
The server appears to be down.
Rick Geimer (Mar 02 2016 at 19:56):
Yup, figured that out right after I posted this. Didn't know the build had a dependency on Graham's server. Now I do.
Grahame Grieve (Mar 05 2016 at 00:41):
may apologies for that
Grahame Grieve (Mar 05 2016 at 00:41):
HIMSS overwhelmed me. I'll be more responsive now
Bryn Rhodes (Mar 05 2016 at 19:49):
I see the build is failing, but it looks like it's still a TravisCI build issue. It's working for me locally, I assume I'm okay to commit?
Paul Knapp (Mar 05 2016 at 19:56):
I have based on my builds working OK locally and as long as Travis doesn't report a concrete issue like a missing file.
Grahame Grieve (Mar 05 2016 at 19:57):
yes right. we're still talking to the travis team
Bryn Rhodes (Mar 05 2016 at 20:05):
Okay, committed changes to the CDS/CQI resources. Thanks!
Brian Postlethwaite (Mar 14 2016 at 23:31):
I just stumbled upon this issue "error processing narrative":
http://hl7-fhir.github.io/conceptmap-example.html
Is this a know issue, or something that I should log?
Grahame Grieve (Mar 14 2016 at 23:35):
it's one of the things I haven't fixed from the code system change last week. no need to submit a task for it
Brian Postlethwaite (Mar 14 2016 at 23:35):
Thanks.
Rick Geimer (Mar 16 2016 at 04:32):
Anyone know how to base one profile on another profile in a way that works with the build? For example, in guides/ccda/StructureDefinition/ccda-ccd-composition.xml, I'd like to have the following:
<base value="http://hl7.org/fhir/StructureDefinition/ccda-us-realm-header-composition" />
But the build keeps failing unless I do this instead:
<base value="http://hl7.org/fhir/StructureDefinition/Composition"/>
Any ideas?
Grahame Grieve (Mar 16 2016 at 20:51):
rick - Sorry I didn't get to this yesterday
Grahame Grieve (Mar 16 2016 at 20:51):
how does the build fail?
Eric Haas (Mar 16 2016 at 21:52):
(deleted)
Eric Haas (Mar 16 2016 at 21:53):
Never mind Task listed twice in resource listing - links to same thing
Ewout Kramer (Jul 18 2016 at 08:44):
Oh ok. I edited the compartment Excel sheet to fix it, won't check it in ;-)
Lloyd McKenzie (Aug 31 2016 at 17:16):
Try doing a "revert" on your vscache folder
Rick Geimer (Oct 03 2016 at 20:10):
Same here, will update and try it out again.
Rick Geimer (Nov 23 2016 at 06:54):
Is the build even running?
Brian Postlethwaite (Nov 23 2016 at 07:08):
Its publishing content to http://build.fhir.org/
and looks like it ran today.
Lloyd McKenzie (Dec 09 2017 at 21:40):
You also have to list the images in publish.ini to get them to publish
Eric Haas (Dec 09 2017 at 21:41):
what lloyd said - I forgot that part.
Last updated: Apr 12 2022 at 19:14 UTC