Hello Lajeo, The last exception from the catalina log is: ... Caused by: java.security.UnrecoverableKeyException: Password verification failed ...
This indicates that SSL is not correctly setup. Did you follow steps 2.3.4 and 2.3.5 correctly on https://github.com/openMF/mifosx/blob/master/INSTALL.md ? It appears that the password to access the keystore is incorrect. Check the keystoreFile and keystorePass parameters and make sure that keystoreFile exists on disk and that you can use the keystorePass value to list items in the keystore (use something like http://keystore-explorer.sourceforge.net/to view the keystore). Also, the last exception in mifos-platform.log is: ... Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) ... This means that the mifos application cannot access the database because access was denied. This could be due to many factors - a simple thing like mysql not running or mifos not setup with the correct username/pwd to the database access not setup properly. I assume you followed section 2.2 in the guide above? Make sure that the 'username' and 'password' fields in the tomcat config files are correct and that you can use the mysql command in section 2.2 with the username/password from the tomcat config file Hopefully someone else can answer your other questions. More knowledgable Mifos folks, pls feel free to correct me if I missed anything. re php: my .02 is that it's an issue with streamlined installation (the installation instructions are actually quite simple for mifos imo) and not so much a choice of an enterprise java vs lamp stack. I am also working on putting together a windoze installer. cheers, - Nimret Sandhu http://www.nimret.org On Wed, Jan 15, 2014 at 7:26 AM, Lajeo Gloria <[email protected]> wrote: > Hi all, we are running a village sacco and there was a need to computerise > the system because we have been on paper work only. I have downloaded Mifos > X but now for over 1 month i have failed to put it running. i have followed > steps in the Install.md that comes with the download but i keep getting > errors. Iam using Windows 8 and ApacheFriends XAMPP Version 1.8.2 that has > Tomcat 7 and Mysql. Can any one plz help me out on the installation process > and i also would like to edit the cascading style sheet(css) so how do i do > this, do i need to do it from eclipse?? am lost completely. It would be > good if PHP Version of mifosX is also developed since PHP Installations > are easy... Just like mLite Musoni, i wish they could make it open source > just like Mifos to help the poor growing people. Find the log files > attached, I badly need your people's help > Thanks > Lajeo Gloria > > -- > You received this message because you are subscribed to the Google Groups > "Mifos Developer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mifosdeveloper. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Mifos Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mifosdeveloper. For more options, visit https://groups.google.com/groups/opt_out.
