FHIR Chat · IG build failure · IG creation

Stream: IG creation

Topic: IG build failure


view this post on Zulip Giorgio Cangioli (May 30 2020 at 10:55):

any guide that I'm trying to build (including the published IPS) today fails with this error ...

at org.hl7.fhir.r5.utils.client.ClientUtils.unmarshalReference(ClientUtils.java:344)
at org.hl7.fhir.r5.utils.client.ClientUtils.issueResourceRequest(ClientUtils.java:235)
at org.hl7.fhir.r5.utils.client.ClientUtils.issueResourceRequest(ClientUtils.java:217)
at org.hl7.fhir.r5.utils.client.ClientUtils.issueResourceRequest(ClientUtils.java:208)
at org.hl7.fhir.r5.utils.client.ClientUtils.issueGetResourceRequest(ClientUtils.java:144)
at org.hl7.fhir.r5.utils.client.FHIRToolingClient.getCapabilitiesStatementQuick(FHIRToolingClient.java:184)
at org.hl7.fhir.r5.terminologies.TerminologyClientR5.getCapabilitiesStatementQuick(TerminologyClientR5.java:90)
at org.hl7.fhir.r5.context.SimpleWorkerContext.connectToTSServer(SimpleWorkerContext.java:256)

view this post on Zulip Giorgio Cangioli (May 30 2020 at 10:56):

this is one of the associated message...
onLoad:
Root directory: C:\Ruby26-x64\msys64\home\giorg\_github\hl7.fhir.uv.ips (00:08.0011)
Core Package hl7.fhir.r4.core#4.0.1
Terminology Cache is at C:\Ruby26-x64\msys64\home\giorg\_github\hl7.fhir.uv.ips\input-cache\txcache. 14 files in cache (00:16.0179)
Connect to Terminology Server at http://tx.fhir.org (00:19.0898)
Publishing Content Failed: Unable to connect to terminology server. Use parameter '-tx n/a' tun run without using terminology services to validate LOINC, SNOMED, ICD-X etc. Error = Error from server: No Database Connections Available for "Operation" (used: InUse 100 of 100: Operation 3 days (Insert into SubscriptionQueue (SubscriptionQueueKey, ResourceKey, ResourceVersionKey, ResourcePreviousKey, Operation, Entered) values (30822, 7699, 30826, 24599, 2, getdate( .....................

view this post on Zulip Giorgio Cangioli (May 30 2020 at 11:01):

I've also tried to force the builder with the '-tx n/a' option (I supposed this was automatically done by the script in case of connection issues...)

view this post on Zulip Giorgio Cangioli (May 30 2020 at 11:03):

but also in this case the build fails (even if the error is different and change with different IGs)

view this post on Zulip Giorgio Cangioli (May 30 2020 at 11:05):

FHIR IG Publisher Version 1.0.98-SNAPSHOT ; current template

view this post on Zulip Giorgio Cangioli (May 30 2020 at 11:09):

suggestions ?

view this post on Zulip Giorgio Cangioli (May 30 2020 at 11:16):

(same behavior also with FHIR IG Publisher Version 1.0.96-SNAPSHOT, that worked properly yesterday)

view this post on Zulip Jose Costa Teixeira (May 30 2020 at 11:21):

I think there is an issue with the terminology server @Grahame Grieve

view this post on Zulip Jose Costa Teixeira (May 30 2020 at 11:29):

Giorgio Cangioli said:

I've also tried to force the builder with the '-tx n/a' option (I supposed this was automatically done by the script in case of connection issues...)

this is automatically done if the terminology server is not reachable. In this case the terminology system is online but seems to have a problem

view this post on Zulip Keith Boone (May 30 2020 at 19:56):

No Database Connections Available for "fhir" (used: InUse 100 of 100: Operation 4 days is what I'm seeing. It looks like there's a Connection leak.

view this post on Zulip Keith Boone (May 30 2020 at 20:42):

Now I'm getting Access violation at address 0000000000BCE5E7 in module 'FHIRServer.exe'. Read of address 000000000000002 when accessing http://tx.fhir.org/r4

view this post on Zulip Jose Costa Teixeira (May 30 2020 at 20:46):

Needs a restart. @Lloyd McKenzie @Grahame Grieve can do that

view this post on Zulip Grahame Grieve (May 30 2020 at 21:07):

restarting now


Last updated: Apr 12 2022 at 19:14 UTC