FHIR Chat · missing package · committers

Stream: committers

Topic: missing package


view this post on Zulip Craig Newman (Dec 11 2017 at 19:06):

I did a new SVN load and then tried to run publish.bat before I made any changes (just to confirm everything was working). I'm getting a failure with an error of "package StandardsStatus does not exist". Any idea what this is referring to?

view this post on Zulip Grahame Grieve (Dec 11 2017 at 19:29):

java compile problem. Did you update build, or just source?

view this post on Zulip Craig Newman (Dec 11 2017 at 19:30):

Not sure what you mean (I'm new at this). What is the difference between source and build?

view this post on Zulip Rob Hausam (Dec 11 2017 at 20:02):

It's that 'source' is a subfolder under 'build' - you will want to be sure that you're doing an svn update at the 'build' folder level.

view this post on Zulip Grahame Grieve (Dec 11 2017 at 20:05):

or it could turn out that it's my problem, and I've just committed something. Sorry about this - I'm deeply in a change to code system that turned out to be way more complex than I thought

view this post on Zulip Craig Newman (Dec 11 2017 at 20:09):

if "build" is the parent directory to "source", that's where I'm doing my SVN update. I just did an update and still get the same error. The path in the error seems to exist but I don't know if there is saying the file at the end of the path is missing or if the tool at the end of the path is looking for a different file (StandardsStatus) and failing

FHIR-error1.jpg

view this post on Zulip Craig Newman (Dec 11 2017 at 21:18):

Looks like an update just now included as StandardsStatus file and the publish.bat seems to be going better. Whatever the issue was, it may be fixed.

view this post on Zulip Craig Newman (Dec 12 2017 at 00:17):

Fix confirmed, build is now successful. Thanks for the fix.

view this post on Zulip Michelle (Moseman) Miller (Dec 12 2017 at 14:05):

I'm seeing what appears to be a similar error. I did another update and tried revert, too, without making any changes just to see if I can build locally yet (last week, I was getting the index/timeline broken link errors locally, but it built fine once committed). Today's error is:

[java] Exception in thread "main" java.lang.NoSuchMethodError: org.hl7.fhir.definitions.model.ResourceDefn.getStatus()Lorg/hl7/fhir/definitions/model/ResourceDefn$StandardsStatus;

I did confirm that I have both of the latest C:\build\tools\java\org.hl7.fhir.tools.core\src\org\hl7\fhir\definitions\model\ResourceDefn as well as StandardsStatus

view this post on Zulip Lloyd McKenzie (Dec 12 2017 at 15:39):

Did you do a "clean"?

view this post on Zulip Simone Heckmann (Dec 12 2017 at 17:10):

I get the same error

view this post on Zulip Simone Heckmann (Dec 12 2017 at 17:11):

cleaning now... let's see...

view this post on Zulip Simone Heckmann (Dec 12 2017 at 17:17):

looks good!

view this post on Zulip Michelle (Moseman) Miller (Dec 13 2017 at 19:52):

I did a SVN Cleanup (as well as update) and still get the error above.

view this post on Zulip Michelle (Moseman) Miller (Dec 13 2017 at 19:57):

And if I try to do a new check out to a new folder, then I get the truncated HTTP response body error (which seems to be a known issue, per https://chat.fhir.org/#narrow/stream/implementers/topic/check.20out.20failing).

view this post on Zulip Lloyd McKenzie (Dec 13 2017 at 20:48):

Not an SVN Cleanup. Run clean.bat (same folder as publish.bat)

view this post on Zulip Michelle (Moseman) Miller (Dec 14 2017 at 15:39):

Thanks for that clarification -- I ran the batch file and now I am back to my broken link issue (https://chat.fhir.org/#narrow/stream/committers/topic/Broken.20Link.20in.20index.2Ehtml.3A.20'timelines.2Ehtml'.20not.20found)


Last updated: Apr 12 2022 at 19:14 UTC