FHIR Chat · Error With New Validator · IG creation

Stream: IG creation

Topic: Error With New Validator


view this post on Zulip Shovan Roy (Dec 05 2019 at 23:00):

Moving the queryfrom Announcement

Anyone facing issues with " Unexpected element display" and "Unexpected element text" ? the new validator started giving me these errors. Example: I can see these errors for Patient.contact[0].relationship[0] in AU Patient resource
@Grahame Grieve any suggestion?

view this post on Zulip Grahame Grieve (Dec 05 2019 at 23:01):

what version is this?

view this post on Zulip Shovan Roy (Dec 05 2019 at 23:03):

v1.0.13-SNAPSHOT

view this post on Zulip Shovan Roy (Dec 05 2019 at 23:04):

I can see a new version arrived.. Let me take that one and check

view this post on Zulip Shovan Roy (Dec 05 2019 at 23:17):

@Grahame Grieve I've used the version v1.0.14-SNAPSHOT and still see the error . FHIR version used is 3.0.2

view this post on Zulip Grahame Grieve (Dec 05 2019 at 23:27):

so how to reproduce ?

view this post on Zulip Shovan Roy (Dec 05 2019 at 23:35):

I've used a sample Patient having Contact relationship information. I'm getting this error. https://github.com/hl7au/au-fhir-childhealth/blob/master/examples/ncdhc-patient-baby-example.json

It sounds like some issues with multiple (*) CodableConcept element referenced on an element.

would this help? pls let me know if you need any further details.

view this post on Zulip Shovan Roy (Dec 08 2019 at 22:41):

Hi @Grahame Grieve , did you have a chance to look at it. Please let me know if you need any further details from my side.
pasted image

view this post on Zulip Grahame Grieve (Dec 09 2019 at 00:49):

I've improved the error message. As of the next release, it will say:

view this post on Zulip Grahame Grieve (Dec 09 2019 at 00:50):

The element %name appears in the instance but it is not allowed according to the fixed value

view this post on Zulip Shovan Roy (Dec 09 2019 at 01:17):

thanks @Grahame Grieve , does this mean that the instance shall not have any 'display' or/and 'text' for a CodableConcept? sorry if I missed anything which was discussed and standardized already.

view this post on Zulip Grahame Grieve (Dec 09 2019 at 01:21):

it's what you defined in your fixed value

view this post on Zulip Lloyd McKenzie (Dec 09 2019 at 02:10):

Which is why it's generally a bad idea to define fixed values for elements - patterns are generally better.

view this post on Zulip Shovan Roy (Dec 09 2019 at 02:23):

Thanks @Grahame Grieve . In the profile, we have 'system' and 'code' as fixed but didn't fix the 'display'. We have 'text' as fixed as well and the instance text matches with the text in profile.

@Lloyd McKenzie , absolutely agreed. We have a plan to gradually move to pattern for our profiles.

view this post on Zulip Grahame Grieve (Dec 09 2019 at 02:31):

if you didn't fix display, you fixed it to not be present

view this post on Zulip Shovan Roy (Dec 09 2019 at 02:31):

got it :)
Thanks @Grahame Grieve

view this post on Zulip Grahame Grieve (Dec 09 2019 at 03:05):

well, I've tried following what is going on your profile... but it's complex. if you think the validation is wrong, narrow it down to a simple example

view this post on Zulip Shovan Roy (Dec 09 2019 at 03:43):

@Grahame Grieve not sure if there is something wrong in my profile and sample. This is how I've fixed the "text" for Patient.Contact (sliced) as mother and provided the same in the sample but still the validator is complaining:

Prifle:
pasted image

Sample: pasted image

Also, I'm a bit confused about why the validator is not allowing an instance to support more information. For an example, I could find in the in my profile, I don't have display as "fixed" but the default FHIR profile supports display. If the instance is sending that data, what's wrong with it? the instance is just sending additional data here.

view this post on Zulip Grahame Grieve (Dec 09 2019 at 06:14):

if you say that the fixed value doesn't have a display, then the instance cannot include a display

view this post on Zulip Grahame Grieve (Dec 09 2019 at 06:15):

if you want to allow extra things then you need to use a pattern not a fixed value

view this post on Zulip Grahame Grieve (Dec 09 2019 at 06:15):

if you think that the validator is wrong, make a concise test case that shows the problem

view this post on Zulip Richard Townley-O'Neill (Dec 09 2019 at 06:45):

@Shovan Roy With, for example, fixedCodeableConcept, everything omitted is prohibited. With patternCodeableConcept, everything omitted is optional and unconstrained.

view this post on Zulip Shovan Roy (Dec 10 2019 at 02:43):

Thanks @Grahame Grieve , @Richard Townley-O'Neill . I've changed the profile to use pattern and it's working now. Though I've noticed that with Pattern, the validator is not performing terminology validation. For an example, I've included system and code as a part of the pattern. In my instance, I'm using a display which is not relevant to the code used. The validator is not complaining anything about it. I guess it used to do in earlier veresion with fixed code.

view this post on Zulip Grahame Grieve (Dec 10 2019 at 02:56):

well feel free to work me up an example. because I think it will validate

view this post on Zulip Shovan Roy (Dec 10 2019 at 03:24):

@Grahame Grieve , I've attached the profile I'm using and a sample to that profile. I've used the wrong display and didn't see any validation error:
pasted image

structuredefinition-ncdhc-patient-baby.json
ncdhc-patient-baby-example.json

view this post on Zulip Grahame Grieve (Dec 10 2019 at 05:03):

ok there was a problem there, thanks. It'll be fixed next release - you'll get a warning about the display being wrong

view this post on Zulip Shovan Roy (Dec 10 2019 at 09:01):

Thanks @Grahame Grieve

view this post on Zulip Shovan Roy (Dec 16 2019 at 00:14):

@Grahame Grieve , the error with validator is back again with the new version (v1.0.21-SNAPSHOT), any suggestion ? Here is the Stack Dump (for debugging):
org.hl7.fhir.exceptions.FHIRException: Problem processing expression (%resource.kind = #39;.logical#39;. or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.')) in profile http://hl7.org/fhir/StructureDefinition/StructureDefinition path StructureDefinition.snapshot: Error in ?? at 1, 3: Found # expecting a token name

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:01):

what FHIR version are you using?

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:01):

STU3 (3.0.2)

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:07):

I can't reproduce easily... can you tell me how you get this?

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:11):

I'm attaching the profile, ig.xml and ig.json. If I run the build, I'm getting this error. Not able to identify what's wrong since this was working with IG validator version v1.0.18 ig.xml -SNAPSHOT ig.json structuredefinition-ncdhc-patient-baby.json

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:12):

that doesn't really help me. 1.0.18 is the publisher not the validator, right? so how are you actually executing this?

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:14):

sorry, my bad. I'm using the publisher v1.0.21-SNAPSHOT. It worked with publisher v1.0.18-SNAPSHOT

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:15):

and what is 'it' exactly? I haven't figured out how to reproduce this yet.

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:16):

the whole publication. when I run the publication build locally, it is failing with the error :
Stack Dump (for debugging): (00:13.0574)
org.hl7.fhir.exceptions.FHIRException: Problem processing expression (%resource.kind = #39;.logical#39;. or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.')) in profile http://hl7.org/fhir/StructureDefinition/StructureDefinition path StructureDefinition.snapshot: Error in ?? at 1, 3: Found # expecting a token name
at org.hl7.fhir.r5.validation.InstanceValidator.checkInvariant(InstanceValidator.java:4867)
at org.hl7.fhir.r5.validation.InstanceValidator.checkInvariants(InstanceValidator.java:4852)
at org.hl7.fhir.r5.validation.InstanceValidator.checkInvariants(InstanceValidator.java:4743)
at org.hl7.fhir.r5.validation.InstanceValidator.checkChild(InstanceValidator.java:4410)
at org.hl7.fhir.r5.validation.InstanceValidator.validateElement(InstanceValidator.java:4327)
at org.hl7.fhir.r5.validation.InstanceValidator.start(InstanceValidator.java:3235)
at org.hl7.fhir.r5.validation.InstanceValidator.validateResource(InstanceValidator.java:4984)
at org.hl7.fhir.r5.validation.InstanceValidator.validate(InstanceValidator.java:850)
at org.hl7.fhir.r5.validation.InstanceValidator.validate(InstanceValidator.java:810)
at org.hl7.fhir.igtools.publisher.Publisher.validate(Publisher.java:4003)
at org.hl7.fhir.igtools.publisher.Publisher.validate(Publisher.java:3240)
at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:3221)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:769)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:656)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6661)

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:21):

is this building an IG that is in github? I still can't reproduce this, nor find any cause for it?

but you could try clearing your package cache? (unlikely, but I have no clue here)

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:32):

the IG is not in GitHUB. It's in the local, I tried clearing the cache, but no luck. At this moment the IG has only one profiile which I sent you.

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:33):

just send me the whole IG directly then

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:41):

sure.. here is the file: https://github.com/hl7au/au-fhir-childhealth/blob/master/au-fhir-childhealth.zip

view this post on Zulip Shovan Roy (Dec 16 2019 at 03:41):

I mean the full IG

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:57):

that built fine for me...

view this post on Zulip Grahame Grieve (Dec 16 2019 at 03:58):

FHIR IG Publisher Version 1.0.21-SNAPSHOT (Git# 1236b34fe651). Built 2019-12-16T07:48:17.787+11:00 (7 hours old)
Detected Java version: 1.8.0_211 from C:\Program Files\Java\jre1.8.0_211 on amd64 (64bit). 7223MB available
Parameters: -ig C:\work\org.hl7.fhir.igs\au-fhir-childhealth
dir = C:\work\org.hl7.fhir\fhir-ig-publisher\org.hl7.fhir.publisher.cli, path = C:/Program Files/Java/jdk-11.0.2/bin/server;C:/Program Files/Java/jdk-11.0.2/bin;C:\tools\Rtools\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Docker\Docker\Resources\bin;C:\Program Files (x86)\Embarcadero\Studio\20.0\bin;C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl;C:\Program Files (x86)\Embarcadero\Studio\20.0\bin64;C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\Win64;C:\PROGRA~2\Borland\Delphi5\Projects\Bpl;C:\PROGRA~2\Borland\Delphi5\Bin;C:\Program Files\Java\jdk-11.0.2\bin;C:\tools\ant\bin;C:\tools\apache-maven-3.6.0\bin;C:\Program Files\Git\bin;C:\tools\Ruby\bin;C:\Windows\System32;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\dotnet\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\FinalBuilder 8;C:\Program Files\TortoiseGit\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl;C:\tools\python3\Scripts\;C:\tools\python3\;C:\Tools\Ruby\bin;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;;C:\Users\graha\AppData\Local\Programs\Microsoft VS Code\bin;C:\tools\eclipse-2019-06\eclipse;
Run time = Monday, 16 December 2019 2:55:35 PM AEDT (2019-12-16T14:55:35+11:00)
Package Cache: C:\Users\graha\.fhir\packages                                     (00:00.0018)
Load Configuration from C:\work\org.hl7.fhir.igs\au-fhir-childhealth\ig.json     (00:00.0027)
Contacting Build Server...                                                       (00:00.0049)
 ... done                                                                        (00:05.0260)
Root directory: C:\work\org.hl7.fhir.igs\au-fhir-childhealth                     (00:05.0262)
Terminology Cache is at C:\work\org.hl7.fhir.igs\au-fhir-childhealth\txCache. 1 files in cache (00:05.0274)
Core Package hl7.fhir.r3.core#3.0.2
Load Terminology Cache from C:\work\org.hl7.fhir.igs\au-fhir-childhealth\txCache (00:11.0300)
Connect to Terminology Server at http://tx.fhir.org                              (00:11.0303)
Installing hl7.fhir.pubpack#0.0.3 to the package cache
  Fetching:.......
  Installing: ....... done.
Load Package hl7.fhir.pubpack#0.0.3
Installing hl7.fhir.au.base#1.1.0 to the package cache
  Fetching:.....
  Installing: ..... done.
Load aubase (http://hl7.org.au/fhir) from hl7.fhir.au.base#1.1.0                 (00:28.0615)
Load Content                                                                     (00:29.0805)
Processing Conformance Resources                                                 (00:30.0522)
Generating Narratives                                                            (00:31.0860)
Validating Resources                                                             (00:31.0860)
Generating Outputs in C:\work\org.hl7.fhir.igs\au-fhir-childhealth\output        (00:31.0861)
No value set found at Patient.communication.language (url = 'https://healthterminologies.gov.au/fhir/ValueSet/common-languages-australia-2')
Generating Summary Outputs                                                       (00:37.0149)
Sending Usage Stats to Server                                                    (00:47.0676)
Jekyll: Source: C:/work/org.hl7.fhir.igs/au-fhir-childhealth/temp                (00:52.0614)
Jekyll: Generating...                                                            (00:52.0614)
Jekyll: done in 3.698 seconds.                                                   (00:56.0312)
Installing hl7.fhir.au.ncdhc#dev to the package cache
  Fetching:
  Installing:  done.
Checking Output HTML                                                             (00:57.0028)
found 452 files                                                                  (00:57.0069)
  ... 452 html files, 0 pages invalid xhtml (0%)                                 (01:03.0537)
  ... 38988 links, 28 broken links (0%)                                          (01:03.0538)
Build final .zip                                                                 (01:03.0538)
Final .zip built                                                                 (01:04.0456)
Finished. 00:33.0934. Validation output in C:\work\org.hl7.fhir.igs\au-fhir-childhealth\output\qa.html
Errors: 18  Warnings: 0  Info: 0 (01:07.0722)
Done                                                                             (01:07.0725)

view this post on Zulip Shovan Roy (Dec 16 2019 at 04:01):

Let me try restarting my computer. That’s the only option I didn’t try :)

view this post on Zulip Shovan Roy (Dec 16 2019 at 04:13):

still no luck. but sounds like it's a problem with my local setup. I'll keep digging. thanks @Grahame Grieve

view this post on Zulip Shovan Roy (Jan 14 2020 at 02:45):

@Grahame Grieve I'm getting the following error with the new version of publisher. the source file is located at:https://github.com/hl7au/au-fhir-childhealth/blob/master/resources/structuredefinition-ncdhc-observation-hearing-screen.json :
May I request you to suggest what's going wrong in the profile?

org.hl7.fhir.exceptions.FHIRException: Unable to generate snapshot for http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-hearing-screen in /scratch/ig-build-temp-1H3WPS/repo/resources/structuredefinition-ncdhc-observation-hearing-screen
at org.hl7.fhir.igtools.publisher.Publisher.generateSnapshot(Publisher.java:3882)
at org.hl7.fhir.igtools.publisher.Publisher.generateSnapshots(Publisher.java:3834)
at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:3271)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:774)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:661)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6738)
Caused by: org.hl7.fhir.exceptions.FHIRException: Unexpected condition in differential: type-slice.type-list.size() == 10 and implicit slice name does not contain a valid type (''?) at Observation.effectiveDateTime/effectiveDateTime
at org.hl7.fhir.r5.conformance.ProfileUtilities.determineFixedType(ProfileUtilities.java:1445)
at org.hl7.fhir.r5.conformance.ProfileUtilities.processPaths(ProfileUtilities.java:1200)
at org.hl7.fhir.r5.conformance.ProfileUtilities.generateSnapshot(ProfileUtilities.java:508)
at org.hl7.fhir.igtools.publisher.Publisher.generateSnapshot(Publisher.java:3880)
... 5 more

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

obviously related to a change I made this morning.

view this post on Zulip Shovan Roy (Jan 14 2020 at 02:50):

Thanks @Grahame Grieve :)
assuming something to be fixed in the IG publisher..or it requires any change at my end ?

view this post on Zulip Grahame Grieve (Jan 14 2020 at 02:52):

I'm investigating

view this post on Zulip Grahame Grieve (Jan 14 2020 at 03:29):

ok bug in my code.

view this post on Zulip Shovan Roy (Jan 14 2020 at 04:52):

the issue is fixed now.. thanks @Grahame Grieve

view this post on Zulip Shovan Roy (Jan 19 2020 at 22:15):

@Grahame Grieve I'm getting some broken links error and not able to identify what fix is required. My apology if this was discussed before and I missed that.

Here are some errors from my IG : https://github.com/hl7au/au-fhir-childhealth
QA Page: http://build.fhir.org/ig/hl7au/au-fhir-childhealth/branches/master/qa.html

The link 'versions.html#maturity' for "Maturity" cannot be resolved
The link 'StructureDefinition-ncdhc-observation-hearing-check-definitions.html#Observation.component.code.coding' for "coding" cannot be resolved (valid targets: 145 targets)
he link 'StructureDefinition-ncdhc-composition-view-birth-definitions.html#Composition.section.code.coding' for "coding" cannot be resolved (valid targets: 205 targets)

view this post on Zulip Shovan Roy (Jan 20 2020 at 04:39):

@Grahame Grieve , I'm able to fix this one. There was an issue in my profile. The code was duplicated . however still struggling with SCNOMED AU codes. https://chat.fhir.org/#narrow/stream/179173-australia/topic/SNOMED.20CT.20AU.20Code.20issues

view this post on Zulip Shovan Roy (Feb 02 2020 at 03:03):

@Grahame Grieve I'm still getting Exception in thread "main" java.lang.NullPointerException
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6914) Error with publisher v1.0.55.

It was working fine with org.hl7.fhir.publisher.jar v1.0.53

view this post on Zulip Grahame Grieve (Feb 02 2020 at 03:04):

this is child health?

view this post on Zulip Shovan Roy (Feb 02 2020 at 03:04):

Yes, building at my local

view this post on Zulip Shovan Roy (Feb 19 2020 at 01:56):

with the new version of IG publisher, I'm getting "The package 'hl7.fhir.au.primarycare#1.1.1' is not known to the package server ('http://packages.fhir.org') " Error. I can see the ig-new.json and ig-new.xml is being updated with the following:
"dependsOn" : [{
"id" : "aubase",
"uri" : "http://hl7.org.au/fhir",
"packageId" : "hl7.fhir.au.primarycare",
"version" : "1.1.1"
}]

are you doing anything @Brett Esler .. Looping in @Grahame Grieve

view this post on Zulip Grahame Grieve (Feb 19 2020 at 01:58):

hmm I specifically tested this - so it should work. Let me investigate

view this post on Zulip Grahame Grieve (Feb 19 2020 at 02:35):

@Brett Esler this is a case in point associated with the problem with the canonical URL :-(

view this post on Zulip Grahame Grieve (Feb 19 2020 at 02:43):

@Shovan Roy the problem here actually lies in the situation with the Australian packages.

view this post on Zulip Grahame Grieve (Feb 19 2020 at 02:44):

and the way the web server is set up

view this post on Zulip Grahame Grieve (Feb 19 2020 at 02:44):

I'm working on it - will take a few hours

view this post on Zulip Shovan Roy (Feb 19 2020 at 02:47):

Thanks @Grahame Grieve I'll continue with the publisher version v1.0.64 while you are working on the AU Packages setup.

view this post on Zulip Shovan Roy (Feb 20 2020 at 21:36):

Hi @Grahame Grieve , I was wondering if you got a chance to look at this issue.?

view this post on Zulip Grahame Grieve (Feb 20 2020 at 21:37):

still working on it.

view this post on Zulip Rob Eastwood (Feb 23 2020 at 22:36):

We (ie Agency) were having the same error, but this is now fixed via the latest IGP v1.0.66
Thanks @Grahame Grieve

Edit: err - sort of ...
We have a STU3 IG that has a dependency on HL7 AU aubase 1.1.1 - this runs against IGP 1.0.66

However, we have other STU3 IGs that dependency on HL7 AU aubase current-stu3 - these fail with the error message:

org.hl7.fhir.exceptions.FHIRException:
The package 'hl7.fhir.au.base#current-stu3' is not known to the package server ('http://packages.fhir.org')

So, maybe the AU packages set up is still being worked on??

view this post on Zulip Shovan Roy (Feb 23 2020 at 22:46):

v1.0.66 worked for me as well.. Thanks @Grahame Grieve

view this post on Zulip Grahame Grieve (Feb 23 2020 at 22:51):

hmm. current-stu3 can't work.

view this post on Zulip Rob Eastwood (Feb 23 2020 at 23:09):

OK - does that mean that we need to pick one of STU3 packages shown in the HL7 Australia FHIR Packages feed? Like 1.1.1

view this post on Zulip Grahame Grieve (Feb 23 2020 at 23:50):

that should work in terms of the IG publisher, yes

view this post on Zulip Grahame Grieve (Feb 24 2020 at 00:19):

for observers from outside Australia: this is a challenge given the way the current infrastructure works. There's only one 'current', for any package, the latest build of the master branch in github. And there's only one github repository for a given package

So you can depend either on a published version, or the current master

view this post on Zulip Shovan Roy (Mar 12 2020 at 21:48):

Hi @Grahame Grieve , I'm facing the following error (Publishing Content Failed: Unable to resolve package id hl7.fhir.pubpack)since this morning, any suggestion?

Details:
Package Cache: C:\Users\60166876\.fhir\packages (00:00.0008)
Load Configuration from C:\Users\60166876\git\au-fhir-childhealth\ig.json (00:00.0025)
Root directory: C:\Users\60166876\git\au-fhir-childhealth (00:00.0049)
Terminology Cache is at C:\Users\60166876\git\au-fhir-childhealth\txCache. 0 files in cache (00:00.0062)
Core Package hl7.fhir.r3.core#3.0.2
Load Terminology Cache from C:\Users\60166876\git\au-fhir-childhealth\txCache (00:31.0275)
Connect to Terminology Server at http://tx.fhir.org (00:31.0277)
Publishing Content Failed: Unable to resolve package id hl7.fhir.pubpack (00:54.0436)
(00:54.0437)
Use -? to get command line help (00:54.0438)
(00:54.0439)
Stack Dump (for debugging): (00:54.0440)
org.hl7.fhir.exceptions.FHIRException: Unable to resolve package id hl7.fhir.pubpack
at org.hl7.fhir.utilities.cache.PackageCacheManager.fetchTheOldWay(PackageCacheManager.java:757)
at org.hl7.fhir.utilities.cache.PackageCacheManager.loadFromPackageServer(PackageCacheManager.java:335)
at org.hl7.fhir.utilities.cache.PackageCacheManager.loadPackage(PackageCacheManager.java:586)
at org.hl7.fhir.igtools.publisher.Publisher.loadPubPack(Publisher.java:1987)
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromJson(Publisher.java:1830)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1209)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:660)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6933)

view this post on Zulip Grahame Grieve (Mar 12 2020 at 21:49):

working on it now

view this post on Zulip Grahame Grieve (Mar 12 2020 at 21:49):

give it about 5 min

view this post on Zulip Shovan Roy (Mar 12 2020 at 22:25):

Started working.. thanks @Grahame Grieve

view this post on Zulip Shovan Roy (Mar 25 2020 at 21:49):

I'm facing the same error. AU Child Health IG is broken due to this .. looping in @Brett Esler and @Grahame Grieve for suggestions.

here is the stack dump:
Stack Dump (for debugging): (00:13.0538)
org.hl7.fhir.exceptions.FHIRException: The package 'hl7.fhir.au.base#1.1.1' is not known to the package server ('http://packages.fhir.org')
at org.hl7.fhir.utilities.cache.PackageCacheManager.loadFromPackageServer(PackageCacheManager.java:337)
at org.hl7.fhir.utilities.cache.PackageCacheManager.loadPackage(PackageCacheManager.java:601)
at org.hl7.fhir.igtools.publisher.Publisher.resolveDependency(Publisher.java:2453)
at org.hl7.fhir.igtools.publisher.Publisher.loadIg(Publisher.java:2412)
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromJson(Publisher.java:1860)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1210)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:661)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6932)

view this post on Zulip Grahame Grieve (Mar 25 2020 at 21:54):

will look at it tomorrow

view this post on Zulip Shovan Roy (Mar 26 2020 at 23:02):

Hi @Grahame Grieve have you got a chance to look at this? I can see http://packages.fhir.org doesn't include hl7.fhir.au.base#1.1.1

view this post on Zulip Grahame Grieve (Mar 26 2020 at 23:20):

it's on my list.

view this post on Zulip Grahame Grieve (Mar 27 2020 at 09:29):

i think this should be fixed now

view this post on Zulip Shovan Roy (Mar 27 2020 at 09:47):

thanks @Grahame Grieve .. I'll try and let you know..

view this post on Zulip Shovan Roy (Mar 27 2020 at 10:52):

Hi @Grahame Grieve .. still facing the same issue. http://build.fhir.org/ig/hl7au/au-fhir-childhealth/branches/master/failure/build.log

rg.hl7.fhir.exceptions.FHIRException: The package 'hl7.fhir.au.base#1.1.1' is not known to the package server ('http://packages.fhir.org')
at org.hl7.fhir.utilities.cache.PackageCacheManager.loadFromPackageServer(PackageCacheManager.java:337)
at org.hl7.fhir.utilities.cache.PackageCacheManager.loadPackage(PackageCacheManager.java:601)
at org.hl7.fhir.igtools.publisher.Publisher.resolveDependency(Publisher.java:2525)
at org.hl7.fhir.igtools.publisher.Publisher.loadIg(Publisher.java:2484)
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromJson(Publisher.java:1932)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1215)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:662)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:7004)

view this post on Zulip Grahame Grieve (Mar 27 2020 at 11:35):

it probably helps if I upload the fix. Wait a couple of hours and try again

view this post on Zulip Scott Gordon (Mar 27 2020 at 16:21):

Hi Grahme,
Can you let us know when the fix has been applied? Our folks are just waiting to complete, hopefully, a build we can lock in for an IG.

Thanks!

view this post on Zulip Shovan Roy (Mar 29 2020 at 20:57):

This is working now .. thanks @Grahame Grieve
@Scott Gordon fyi..this is working for me.

view this post on Zulip Shovan Roy (Apr 30 2020 at 23:38):

@Grahame Grieve I'm facing the following problem with the new IG Publisher. Any suggestion ? This was working before. More details can be found at:http://build.fhir.org/ig/hl7au/au-fhir-childhealth/branches/master/failure/build.log
image.png

view this post on Zulip Grahame Grieve (May 01 2020 at 00:21):

works for me - so I guess fixed next release

view this post on Zulip Shovan Roy (May 01 2020 at 00:22):

thanks @Grahame Grieve


Last updated: Apr 12 2022 at 19:14 UTC