Stream: committers
Topic: wrong terminology server
Rob Hausam (Aug 09 2018 at 01:58):
With a current, clean copy of the repository I'm getting this in my build now:
[java] ...vocab #1 0.001 14sec 775MB [java] -tx: Terminology server: Check for supported code systems for urn:iso:std:iso:3166 [java] ==============!! Running without terminology server !! ============== [java] txServer = http://local.fhir.org:960/r4 [java] Error = Error sending Http Request: local.fhir.org: nodename nor servname provided, or not known [java] =====================================================================
It's referencing local.fhir.org rather than tx.fhir.org. And I see those references (with the tx.fhir.org ones commented out) in BuildWorkerContext.java and PageProcessor.java.
Rob Hausam (Aug 09 2018 at 02:00):
I believe those comments just need to be moved back to the right place, but need @Grahame Grieve to look at it.
Grahame Grieve (Aug 09 2018 at 02:48):
whoops
Rob Hausam (Aug 09 2018 at 03:09):
I fixed those two places locally but still get the error - so I haven't found all the places yet
Rob Hausam (Aug 09 2018 at 03:10):
or maybe I need to clean the build - will try that again first
Rob Hausam (Aug 09 2018 at 03:13):
looks like cleaning up the build (removing publish and the .class files) fixed it
Rob Hausam (Aug 09 2018 at 03:14):
since I already have it working I could go ahead and commit
Grahame Grieve (Aug 09 2018 at 03:14):
I just did
Rob Hausam (Aug 09 2018 at 03:14):
ok - thanks
Last updated: Apr 12 2022 at 19:14 UTC