Hi All,
I have interacted with some users for last two days  who wants to install
MifosX in their local machine.. I noticed that most of them struggling with
the  following error while running tomcat:

"keystore file is tampered  or keystore password is incorrect"..

The possible reasons for this error are very simple.

1) You have created keystore file, but you didn't set the path for that
file in server.xml file which is present in " /tomcat/conf"

2) You have created keystore file with some password, but you have given
different password in server.xml file.

3) You have generated keystore file with following command,
sudo keytool -genkey -alias mifostom -keyalg RSA

but you are unable to locate the file in your computer.
Solution: The above command shows you did't give path where keystore file
should be saved. In such situations it is normally  generated in your home
folder. Better you should give the path like this.

 keytool -genkey -alias mifostom -keyalg RSA -keystore /your/path/.keystore

4) Even though you have followed above three steps correctly but you are
still facing the error " keystore file tampered or password is incorrect"..

Solution: Sometimes there will be multiple instances of java (jdk5,jdk6,
jdk7 etc) installed in your machine.. Make sure that you have created
keystore file using JDK 7( or Jdk 1.7)

If you faced any other errors related to keystore file please let us know.

For installation related FAQ's please refer the following link

https://github.com/openMF/mifosx/wiki/Installation-FAQ's

-- 
Thanks & Regards
Santosh Math
Conflux Technologies Pvt Ltd

Skype Id: santoshmath99
------------------------------------------------------------------------------
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to