FHIR Chat · FHIR Validator cannot connect to build.fhir.org · tooling

Stream: tooling

Topic: FHIR Validator cannot connect to build.fhir.org


view this post on Zulip Ralf Herzog (Jan 13 2020 at 10:05):

When using the latest FHIR Validator (4.1.42-SNAPSHOT from 2020-01-11T06:40:02.285+11:00) I got an exception which seems to be related to not being able to connect to build.fhir.org.

Is there any problem with build.fhir.org or is this problem somewhere on my side?

Thanks in advance
Ralf

Here the Output of the call:

FHIR Validation tool Version 4.1.42-SNAPSHOT (Git# aabe8b43eba2). Built 2020-01-11T06:40:02.285+11:00 (62 hours old)
Detected Java version: 1.8.0_231 from C:\Program Files (x86)\Java\jre1.8.0_231 on x86 (32bit). 989MB available
Arguments: whatEver.json -ig hl7.fhir.uv.livd -version current
Directories: Current = C:\XXX\validator, Package Cache = C:\Users\XXX\.fhir\packages
.. FHIR Version current, definitions from hl7.fhir.r5.core#current
.. connect to tx server @ http://tx.fhir.org
(vcurrent)

  • .. load IG from hl7.fhir.uv.livd
    Unable to connect to build.fhir.org to check on packages
    Exception in thread "main" java.lang.NullPointerException
    at org.hl7.fhir.utilities.cache.PackageCacheManager.buildPath(PackageCacheManager.java:457)
    at org.hl7.fhir.utilities.cache.PackageCacheManager.loadPackage(PackageCacheManager.java:673)
    at org.hl7.fhir.r5.validation.ValidationEngine.resolvePackage(ValidationEngine.java:696)
    at org.hl7.fhir.r5.validation.ValidationEngine.fetchByPackage(ValidationEngine.java:685)
    at org.hl7.fhir.r5.validation.ValidationEngine.loadIgSource(ValidationEngine.java:524)
    at org.hl7.fhir.r5.validation.ValidationEngine.loadIg(ValidationEngine.java:788)
    at org.hl7.fhir.r5.validation.Validator.main(Validator.java:572)

view this post on Zulip Grahame Grieve (Jan 13 2020 at 11:32):

I can't reproduce this. What do you have in C:\Users\XXX\.fhir\packages ?

view this post on Zulip Ralf Herzog (Jan 13 2020 at 11:33):

4 different folder:

  • hl7.fhir.r3.core#3.0.2 (size 30 MB)
  • hl7.fhir.r4.core#4.01 (size 35.8 MB)
  • hl7.fhir.r5.core#current (size 179 MB)
  • hl7.fhir.xver-extensions#0.0.1 (size 921 KB)
    and packages.ini (size 9 KB)
    which looks fine for me...

view this post on Zulip Ralf Herzog (Jan 13 2020 at 11:37):

Is there a way to check if I can access build.fhir.org packages via a browser? Not that some networking/firewall is interfering here...

view this post on Zulip Grahame Grieve (Jan 13 2020 at 12:25):

http://build.fhir.org/hl7.fhir.r5.core.tgz

view this post on Zulip Ralf Herzog (Jan 14 2020 at 08:02):

Thanks for your help; it seems to be related to Network and Firewall Settings. In an less restrictive environment it works fine.

view this post on Zulip Grahame Grieve (Jan 14 2020 at 09:47):

odd. accessing a simple url of type .tgz shouldn't be a problem...


Last updated: Apr 12 2022 at 19:14 UTC