Hi Amit,

Pardon me if I am asking you to do something that you have already
done or know, I am assuming that you were using Mifos 1.3 and it was
working fine. Now with the stack trace that you have provided I have
found 4 error messages.

1) Caused by: java.lang.OutOfMemoryError: PermGen space
Are you sure you are using enough space for tomcat?
This should work as an environment variable
CATALINA_OPTS="-Xmx128M  -XX:MaxPermSize=256m"

2) No resource is associated with key "errors.invalidoldpassword".

Have you stopped the tomcat and deleted the older version fo mifos
from tomcat/webapp directory. Also if its possible make sure you clean
your tomcat/work directory. After cleanup put the war provided in the
package that you have downloaded.

3) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException:
Table 'mifos.entity_master' doesn't exist
It looks the database does not have the required table
"entity_master". which is strange if its already working with 1.3 and
showing this error with 1.4.x.

4) Database version is too old to be upgraded automatically.
Can you check your database mifos.database_version table to see what
version it has.I expect it to be 212.
http://www.mifos.org/developers/wiki/PastReleases


Also take a look at
http://www.mifos.org/knowledge/support/deploying-mifos/upgrading-mifos
http://www.mifos.org/knowledge/support/deploying-mifos/upgradeto14
http://www.mifos.org/developers/wiki/MySQL51UpgradeOnWindows

Not sure if this will help, but if it does please share that with us.


Udai Gupta
Mifos Developer

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to