dcm4chee and pac-integration error on bahmni 0.92 virtual box

Bahmni: Replace this text with one of: Platform, Reference Application, Bahmni, (Other – Please specify) 0.92: Replace this text with the version number of the above application your question is about.

Question: i installed bahmni 0.92 using virtual box on my server computer running windows server 2008 r2. when i do yum list installed | grep bahmni, i see that the dcmechee and pacs-integration rpms were not installed. so i did vagrant ssh and used the yum install -y dcm4chee pacs-integration which installed both modules. but when i try to access the dcm4chee through the ip address its not reachable. when i check the status of the service , its running. but i see active(exited) as shown below: [root@localhost vagrant]# service --status-all

atomfeed-console is running with pid: 1255

Service bahmni-erp-connect is running with pid: 1257

Service bahmni-lab is running with pid: 1264

Service bahmni-reports is running with pid: 1254

DCM4CHEE is running with pid: 3810

Checking jexec statusnetconsole module not loaded

Configured devices:

lo eth0 eth1

Currently active devices:

lo eth0 eth1

mkdir: cannot create directory ‘odoo’: File exists

odoo-server is running…

Service openmrs is running with pid: 1270

Service pacs-integration is not running

[root@localhost vagrant]#

[root@localhost vagrant]# systemctl status dcm4chee

● dcm4chee.service - LSB: DCM4CHEE server

Loaded: loaded (/etc/rc.d/init.d/dcm4chee; bad; vendor preset: disabled)

Active: active (exited) since Sat 2021-03-27 10:34:33 GMT; 2min 52s ago

Docs: man:systemd-sysv-generator(8)

Process: 3772 ExecStart=/etc/rc.d/init.d/dcm4chee start (code=exited, status=0/SUCCESS)

Mar 27 10:34:32 localhost.localdomain systemd[1]: Starting LSB: DCM4CHEE serv…

Mar 27 10:34:33 localhost.localdomain dcm4chee[3772]: Starting DCM4CHEE

Mar 27 10:34:33 localhost.localdomain systemd[1]: Started LSB: DCM4CHEE server.

Mar 27 10:34:33 localhost.localdomain su[3784]: (to bahmni) root on none

Mar 27 10:34:34 localhost.localdomain dcm4chee[3772]: Java HotSpot™ 64-Bit…

Mar 27 10:35:06 localhost.localdomain dcm4chee[3772]: Java HotSpot™ 64-Bit…

Mar 27 10:35:06 localhost.localdomain dcm4chee[3772]: It’s highly recommended…

Hint: Some lines were ellipsized, use -l to show in full.

[root@localhost vagrant]# any help on solving this issue. the second problem is with pac-integration. when i try to start it, i get the following error: root@localhost vagrant]# systemctl start pacs-integration

Job for pacs-integration.service failed. See “systemctl status pacs-integration.service” and “journalctl -xe” for details.

[root@localhost vagrant]# systemctl status -l pacs-integration

● pacs-integration.service - Bahmni PACS Integration Service

Loaded: loaded (/usr/lib/systemd/system/pacs-integration.service; disabled; vendor preset: disabled)

Active: failed (Result: protocol) since Sat 2021-03-27 10:44:23 GMT; 5min ago

Process: 5346 ExecStart=/etc/init.d/pacs-integration start (code=exited, status=0/SUCCESS)

Main PID: 5038 (code=exited, status=1/FAILURE)

Mar 27 10:44:23 localhost.localdomain systemd[1]: Starting Bahmni PACS Integration Service…

Mar 27 10:44:23 localhost.localdomain pacs-integration[5346]: Starting pacs-integration

Mar 27 10:44:23 localhost.localdomain pacs-integration[5346]: /opt/pacs-integration/bin/start.sh: line 3: /var/log/pacs-integration/pacs-integration.log: Permission denied

Mar 27 10:44:23 localhost.localdomain systemd[1]: New main PID 5357 does not exist or is a zombie.

Mar 27 10:44:23 localhost.localdomain systemd[1]: Failed to start Bahmni PACS Integration Service.

Mar 27 10:44:23 localhost.localdomain systemd[1]: Unit pacs-integration.service entered failed state.

Mar 27 10:44:23 localhost.localdomain systemd[1]: pacs-integration.service failed.

[root@localhost vagrant]# any help please will be appreciated

Any help at all . I have been stuck for days