Stream: cql
Topic: Errors building cqf-ruler
Dave Carlson (Nov 15 2017 at 12:45):
I was successful at building and running cqf-ruler last week, but get several errors now. I cloned fresh copy to assure no prior history. The tests fail with mvn install. If I attempt to run with Jetty, I get several runtimes errors in the console, the first is: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in org.opencds.cqf.config.FhirServerConfigDstu3: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: HAPI_PU] Unable to build Hibernate SessionFactory
Dave Carlson (Nov 15 2017 at 19:13):
I pulled the latest bug fixes from cqf-ruler repo and now get a successful mvn install, but same runtime errors when starting Jetty. Cannot access the server. Thanks for help!!
Bryn Rhodes (Nov 15 2017 at 21:19):
Fix committed @Dave Carlson , can you please try again and let me know if you're able to run locally now?
Dave Carlson (Nov 15 2017 at 21:32):
Thanks @Bryn Rhodes execution on localhost is now working again!! I loaded the sample data for col-decision-support and can successfully invoke the cds-hooks call in Postman.
Last updated: Apr 12 2022 at 19:14 UTC