Open Erp Not Opening in the Bahmni vagrant box

Hello guys, i am having a problem in opening the Open-erp in the bahmni. The service is already running but once once i open it in the browser using 192.168.33.10:8069…it does not open.

What can be the issue??

OPenERP service doesn’t auto-start for boxes with RAM less than 8GB

have you confirmed if the service is running? do this by

sudo service openerp status

sudo service bahmni-erp-connect status

you can then start the service by this

sudo service openerp start

sudo service bahmni-erp-connect start

To start the service at system reboot

chkconfig openerp on