FHIR Chat · Vonk maintenance · implementers

Stream: implementers

Topic: Vonk maintenance


view this post on Zulip Christiaan Knaap (May 24 2018 at 06:34):

Our public test server Vonk will be down for maintenance for a couple of minutes.

view this post on Zulip Christiaan Knaap (May 24 2018 at 06:52):

And Vonk is back up again.

view this post on Zulip Ranjdar (May 24 2018 at 08:50):

do you now which in jar I can find Caused by: java.lang.ClassNotFoundException: org.hl7.fhir.r4.model.CanonicalType

view this post on Zulip Grahame Grieve (May 24 2018 at 08:52):

that very much depends on context. Please give some

view this post on Zulip Ranjdar (May 24 2018 at 08:57):

sorry I was too fast, i have this

    <dependency>
        <groupId>ca.uhn.hapi.fhir</groupId>
        <artifactId>hapi-fhir-structures-dstu3</artifactId>
        <version>3.3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>ca.uhn.hapi.fhir</groupId>
        <artifactId>hapi-fhir-validation</artifactId>
        <version>3.3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>ca.uhn.hapi.fhir</groupId>
        <artifactId>hapi-fhir-structures-r4</artifactId>
        <version>3.3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>ca.uhn.hapi.fhir</groupId>
        <artifactId>hapi-fhir-utilities</artifactId>
        <version>3.3.0-SNAPSHOT</version>
    </dependency>
    <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation-resources-dstu3 -->
    <dependency>
        <groupId>ca.uhn.hapi.fhir</groupId>
        <artifactId>hapi-fhir-validation-resources-dstu3</artifactId>
        <version>3.3.0-SNAPSHOT</version>
    </dependency>

    <dependency>
        <groupId>ca.uhn.hapi.fhir</groupId>
        <artifactId>hapi-fhir-validation-resources-r4</artifactId>
        <version>3.3.0-SNAPSHOT</version>
    </dependency>
    and when I run  ValidationResult validationResult = fhirValidator.validateWithResult(observation); I got this error,

Exception in thread "main" java.lang.NoClassDefFoundError: org/hl7/fhir/r4/model/CanonicalType
at org.hl7.fhir.dstu3.hapi.validation.FhirInstanceValidator$WorkerContextWrapper.<init>(FhirInstanceValidator.java:259)
at org.hl7.fhir.dstu3.hapi.validation.FhirInstanceValidator.validate(FhirInstanceValidator.java:179)
at org.hl7.fhir.dstu3.hapi.validation.FhirInstanceValidator.validate(FhirInstanceValidator.java:248)
at org.hl7.fhir.dstu3.hapi.validation.BaseValidatorBridge.doValidate(BaseValidatorBridge.java:20)
at org.hl7.fhir.dstu3.hapi.validation.BaseValidatorBridge.validateResource(BaseValidatorBridge.java:43)
at org.hl7.fhir.dstu3.hapi.validation.FhirInstanceValidator.validateResource(FhirInstanceValidator.java:42)
at ca.uhn.fhir.validation.FhirValidator.validateWithResult(FhirValidator.java:209)

view this post on Zulip Ranjdar (May 24 2018 at 09:38):

It is fixed, I had reimported

view this post on Zulip Christiaan Knaap (Jul 16 2018 at 07:07):

The Vonk test server (vonk.fire.ly) is down for maintenance for however long it takes Windows to process its updates. Please be patient.

view this post on Zulip Christiaan Knaap (Jul 16 2018 at 07:37):

And we're back online. Happy testing!

view this post on Zulip Christiaan Knaap (Aug 02 2018 at 09:31):

We are updating the public Vonk to a new version. It cannot be used for a couple of minutes.

view this post on Zulip Christiaan Knaap (Aug 02 2018 at 09:34):

And we're back online. Version 0.7.1.0 ready for you, see the releasenotes if you want.

view this post on Zulip Christiaan Knaap (Sep 06 2018 at 12:12):

Time for a new version of Vonk on the public test server (http://vonk.fire.ly). It will be offline for a couple of minutes. We will also reset the contents of the database to the examples of the specification, just in case anyone accidentally added privacy sensitive data.

view this post on Zulip Christiaan Knaap (Sep 06 2018 at 14:01):

And we're back up again. Happy testing!

view this post on Zulip Christiaan Knaap (Oct 29 2018 at 10:59):

And yet another new release of Vonk on the public test server. Check the releasenotes on 0.7.4 for the changes.

No downtime? Not anymore! Our devops guru @Marco Visser has deployed Vonk on Kubernetes on Azure, and from now on most updates can be done without downtime!

This meant we also had to move it to a new IP address. So if you have any connection trouble, empty any DNS Caches in your OS or within your company network.

view this post on Zulip Brian Postlethwaite (Oct 29 2018 at 11:11):

Vonk is really experiencing validation and snapshot generation improvements 10x ? Wow!


Last updated: Apr 12 2022 at 19:14 UTC