hapi-fhir-jpaserver-starter
hapi-fhir-jpaserver-starter copied to clipboard
Subscription ${SUBSCRIPTION_NAME} could not be activated
While trying to start the server app (v5.7.0) in a virtual machine, I got these error logs:
Mar 14 16:48:24 dev-sid java[208684]: 2022-03-14 16:48:24.785 [hapi-fhir-jpa-scheduler-local-2] ERROR c.u.f.j.s.m.r.SubscriptionLoader [SubscriptionLoader.java:230] Subscription mdm-Patient could not be activated. This will not prevent startup, but it could lead to undesirable outcomes! null
Mar 14 16:48:24 dev-sid java[208684]: 2022-03-14 16:48:24.786 [hapi-fhir-jpa-scheduler-local-2] ERROR c.u.f.j.s.m.r.SubscriptionLoader [SubscriptionLoader.java:230] Subscription mdm-Practitioner could not be activated. This will not prevent startup, but it could lead to undesirable outcomes! null
From the log itself, I still don't understand some things. What are the possible causes? What are the "undesirable outcomes" like?