OpenMRS and Pacs-integration are not running

I have installed bahmni on a Centos 7.6 using the latest bahmni installer 0.92-147 however I receive the following error: The following error occurred at startup: Unable to start OpenMRS. Error thrown was: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘eventRecordServiceHelper’ defined in URL [jar:file:/opt/openmrs/.openmrs-lib-cache/bahmniOfflineSync/bahmniOfflineSync.jar!/org/bahmni/module/bahmniOfflineSync/utils/EventRecordServiceHelper.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper]: Constructor threw exception; nested exception is java.lang.NullPointerException org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘eventRecordServiceHelper’ defined in URL [jar:file:/opt/openmrs/.openmrs-lib-cache/bahmniOfflineSync/bahmniOfflineSync.jar!/org/bahmni/module/bahmniOfflineSync/utils/EventRecordServiceHelper.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper]: Constructor threw exception; nested exception is java.lang.NullPointerException at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:65) at org.openmrs.web.Listener.contextInitialized(Listener.java:196) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4751) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5175) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: javax.servlet.ServletException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘eventRecordServiceHelper’ defined in URL [jar:file:/opt/openmrs/.openmrs-lib-cache/bahmniOfflineSync/bahmniOfflineSync.jar!/org/bahmni/module/bahmniOfflineSync/utils/EventRecordServiceHelper.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper]: Constructor threw exception; nested exception is java.lang.NullPointerException at org.openmrs.web.Listener.startOpenmrs(Listener.java:274) at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘eventRecordServiceHelper’ defined in URL [jar:file:/opt/openmrs/.openmrs-lib-cache/bahmniOfflineSync/bahmniOfflineSync.jar!/org/bahmni/module/bahmniOfflineSync/utils/EventRecordServiceHelper.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper]: Constructor threw exception; nested exception is java.lang.NullPointerException at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1093) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1038) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480) at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:894) at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866) at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656) at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635) at org.openmrs.web.Listener.startOpenmrs(Listener.java:266) … 1 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper]: Constructor threw exception; nested exception is java.lang.NullPointerException at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:163) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1086) … 16 more Caused by: java.lang.NullPointerException at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:892) at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:856) at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1189) at org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper.getSpringPlatformTransactionManager(EventRecordServiceHelper.java:41) at org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper.createTransactionManager(EventRecordServiceHelper.java:36) at org.bahmni.module.bahmniOfflineSync.utils.EventRecordServiceHelper.(EventRecordServiceHelper.java:31) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147) … 18 more