Open NikolaiKovalenko opened 3 years ago
We had the same issue where jre crashed . Our issue was resolved after changing the parser config of hl7store.
@rpydimarri-mw we are facing the same JRE crashed error, what did you change in parser configuration of hl7store?
Ran this update -
curl -X PATCH \ -H "Authorization: Bearer $(gcloud auth application-default print-access-token)" \ -H "Content-Type: application/json; charset=utf-8" \ --data "{ 'parserConfig': { 'schema': { 'schematizedParsingType': 'HARD_FAIL', 'ignoreMinOccurs': true, 'unexpectedSegmentHandling': 'PARSE'} } }" "https://healthcare.googleapis.com/v1/projects/<_HL7STORE_>?updateMask=parser_config.schema"
Thank you! This update along with renaming Java 11 to Java 8 has fixed JRE crashed error
When trying to run Google Cloud Dataflow Job and I keep getting errors:
In the description of the problem in Google Guides, I found a little information about the problem here . According to the description, the docker container cannot be started because there was a problem using JNI:
I tried changing the env CFLAGS in https://github.com/GoogleCloudPlatform/healthcare-data-harmonization-dataflow/blob/master/deps/wrapping/main.go to use Java 11 only, but still get this error. Has anyone encountered such a problem? Thanks