bahmni emr requested information error

@shruthipitta i have installed bahmni again

bhamni -i local install

then after same issue .

Can you share the log file again?

One thing is obvious that the bahmni EMR installation went wrong somewhere for some reason. Please upload the installation logs

You may also try this

service openmrs stop

yum remove bahmni-emr

bahmni -i local install

And then try to see if the OMODs are present in “/opt/openmrs/modules” directory

1 Like

Govind, please don’t post unnecessarily about the same problem in multiple threads. I am seeing the same issue reported by you across many many threads. It does not help you or others who are looking to assist you. Please do a search to figure out which is the most relevant thread to post.

I just saw the log you posted on another thread. If you look at the log, you will see that the issue is with a python package. Googling the error would have brought you better pointers. Anyway …

If its still the same problem you are facing with Bahmni install, try this (on CentOS 6.7 or 6.9)

yum remove python-setuptools
yum install python-setuptools
yum upgrade python-setuptools
easy_install --version 

The last command should show that you have “0.6.10” installed. If so, then go ahead and run bahmni installation again.

Hi,

I used that command in putty Terminal

yum remove python-setuptools
yum install python-setuptools 
yum upgrade python-setuptools

python-setuptools installtion time show version 0.6.10

easy_install --version 

when I used that is show different version (I am useing CentOS 6.9 in server Machine) https://hastebin.com/ifafomapiq.pl

[root@mail ~]# easy_install --version

setuptools 0.7.2

I am having same problem. What is meant by symbolic link? I am hoping that this solution could resolve the problem. I can login into localhost/openmrs and run all the modules including the core bahmni modules.

1 Like