FHIR Chat · Cassandra config to HAPI server · implementers

Stream: implementers

Topic: Cassandra config to HAPI server


view this post on Zulip Manoj (Feb 26 2020 at 04:59):

Hi All,
I am looking for some help in connecting https://github.com/hapifhir/hapi-fhir-jpaserver-starter to cassandra with SSL.
I updated few hapi.properties as below
datasource.driver=org.apache.cassandra.cql.jdbc.CassandraDriver
datasource.url=jdbc:cassandra://cassandra Node:9042/claims_keyspace
But its throwing the following exception:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in ca.uhn.fhir.jpa.starter.FhirServerConfigR4: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: HAPI_PU] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.GenericJDBCException: Unable to open JDBC Connection for DDL execution


Last updated: Apr 12 2022 at 19:14 UTC