FHIR Chat · terminology server · committers

Stream: committers

Topic: terminology server


view this post on Zulip Grahame Grieve (Jul 26 2018 at 03:01):

is going down for maintenance (changing URLs for many code systems in the build, has to be synchronised between build and tx server)

view this post on Zulip Grahame Grieve (Jul 26 2018 at 05:39):

is back

view this post on Zulip Paul Knapp (Jul 26 2018 at 09:35):

@Grahame Grieve It is down.

view this post on Zulip Grahame Grieve (Jul 26 2018 at 09:36):

why say you?

view this post on Zulip Paul Knapp (Jul 26 2018 at 10:52):

@Grahame Grieve
[java] ...validate search-parameters 66.47 2487sec 708MB
[java] ...validate extension-definitions 4.669 2492sec 706MB
[java] Summary: Errors=208, Warnings=65932, Information messages=5584
[java] ERROR @ ActivityDefinition.contained[1].code.coding (line 0, col0): activitydefinition-medicationorder-example:: ActivityDefinition.contained[1].code.coding: Terminology service not available (src = InstanceValidator)
[java] ERROR @ ActivityDefinition.contained[2].code.coding (line 0, col0): activitydefinition-medicationorder-example:: ActivityDefinition.contained[2].code.coding: Terminology service not available (src = InstanceValidator)
[java] ERROR @ ActivityDefinition.productReference.contained.code.coding (line 0, col0): activitydefinition-medicationorder-example:: ActivityDefinition.productReference.contained.code.coding: Terminology service not available (src = InstanceValidator)

view this post on Zulip Grahame Grieve (Jul 26 2018 at 10:58):

what does the start of the log say?

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:23):

 [java]  ...vocab #1                                                               0.001  19sec  742MB
 [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
 [java] =====================================================================
 [java]  ...code systems                                                           6.405  25sec  520MB

view this post on Zulip Grahame Grieve (Jul 26 2018 at 11:24):

you need to update your code

view this post on Zulip Grahame Grieve (Jul 26 2018 at 11:24):

that's about 10 versions ago

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:25):

the reason I was running the build was because I had just done an update and wanted to make sure it was building ok before I made changes.
I will clean and run build again.

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:31):

@Grahame Grieve Same error after a clean
[java] Copy HTML templates 0.218 15sec 941MB
[java] ...diagram uml-example 0.276 16sec 941MB
[java] ...diagram primitives 0.001 16sec 941MB
[java] ...diagram resources 0.001 16sec 941MB
[java] ...vocab #1 0.0 16sec 941MB
[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
[java] =====================================================================
[java] ...code systems 3.736 19sec 1126MB
[java] ...value sets 0.002 19sec 1126MB

I'll do a clean, update clean and publish

view this post on Zulip Grahame Grieve (Jul 26 2018 at 11:32):

... it should not be local.fhir.org. That code was for one version... fixed immediately after

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:35):

I did as I said above and it has the same message. So that code must be in a directory which isn't getting cleaned or it is still active for some reason.

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:37):

where is that server specified, I don't see and environmental variable for it, is it in a config file?

view this post on Zulip Grahame Grieve (Jul 26 2018 at 11:38):

in code

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:38):

just manually deleted all the class files under FHIR.

view this post on Zulip Paul Knapp (Jul 26 2018 at 11:41):

same error

view this post on Zulip Grahame Grieve (Jul 26 2018 at 11:46):

line 415 - PageProcessor

view this post on Zulip Grahame Grieve (Jul 26 2018 at 11:47):

build/tools/java/org.hl7.fhir.tools/src/org/hl7/fhir/tools/publisher/PageProcessor.java

view this post on Zulip Paul Knapp (Jul 26 2018 at 12:26):

don't have that directory
pasted image

view this post on Zulip Paul Knapp (Jul 26 2018 at 12:27):

ok got it

view this post on Zulip Paul Knapp (Jul 26 2018 at 12:34):

odd, commented out, saved, the build recompiled 1 file, same error .
I have that file in org.hl7.fhir.tools.core/src … could that file appear elsewhere as well?

view this post on Zulip Grahame Grieve (Jul 26 2018 at 12:35):

hmm it should actually be at build\tools\java\org.hl7.fhir.tools.core\src\org\hl7\fhir\tools\publisher\PageProcessor.java". I coped the wrong thing

view this post on Zulip Paul Knapp (Jul 26 2018 at 12:38):

Ok - cleaned now it is using the updated code. I'll commit that.

view this post on Zulip Grahame Grieve (Jul 26 2018 at 12:38):

commit what?

view this post on Zulip Paul Knapp (Jul 26 2018 at 12:40):

updated source code with the local.fhir.org line commented out an the correct line uncommented.

view this post on Zulip Grahame Grieve (Jul 26 2018 at 12:45):

but no, that's already committed

view this post on Zulip Paul Knapp (Jul 26 2018 at 12:54):

well you'd think so but my source coded needed to be updated and I just did another SVN Update in the last 30 minutes so it isn't getting updated correctly, I'll check the history

view this post on Zulip Grahame Grieve (Jul 26 2018 at 13:01):

strange... something wrong with svn... try again...

view this post on Zulip Paul Knapp (Jul 26 2018 at 13:03):

I'm 25 minutes into a build so I'll let that complete then delete and update the file and see which version I get.

view this post on Zulip Paul Knapp (Jul 27 2018 at 08:24):

deleted my changes, updated, it got a version with the fix. weird

view this post on Zulip Sarah Gaunt (Aug 09 2018 at 04:03):

@Grahame Grieve Is terminology server down?

view this post on Zulip Grahame Grieve (Aug 09 2018 at 04:09):

apparently... restarting now

view this post on Zulip David Hay (Mar 21 2019 at 20:39):

To confirm that all CodeSystem resources need to be uploaded to the terminology server for the IG publisher (but not ValueSets)..

view this post on Zulip Grahame Grieve (Mar 21 2019 at 20:49):

shouldn't.

view this post on Zulip Grahame Grieve (Mar 21 2019 at 20:50):

I mean, shouldn't be needed if they are in the IG

view this post on Zulip David Hay (Mar 21 2019 at 21:19):

Ah - I didn't add it there. Will fix that...

ta

view this post on Zulip David Hay (Mar 21 2019 at 21:36):

BTW did'nt seem to help. The Codesystem seems to be recognised OK (it appears in the output IG) but I still get teh error in the QA output:

Path Severity Message
ethnic-group-level-4 error Error from server: Unable to provide support for code system https://standards.digital.health.nz/codesystem/ethnic-group-level-4

view this post on Zulip Grahame Grieve (Mar 21 2019 at 21:52):

may need to clear out the IG cache


Last updated: Apr 12 2022 at 19:14 UTC