Stream: implementers
Topic: Vonk maintenance
Christiaan Knaap (May 24 2018 at 06:34):
Our public test server Vonk will be down for maintenance for a couple of minutes.
Christiaan Knaap (May 24 2018 at 06:52):
And Vonk is back up again.
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
Grahame Grieve (May 24 2018 at 08:52):
that very much depends on context. Please give some
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)
Ranjdar (May 24 2018 at 09:38):
It is fixed, I had reimported
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.
Christiaan Knaap (Jul 16 2018 at 07:37):
And we're back online. Happy testing!
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.
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.
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.
Christiaan Knaap (Sep 06 2018 at 14:01):
And we're back up again. Happy testing!
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.
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