Troubleshooting Mifos
Common problems and fixes for deploying Mifos
JBoss/Jetty/Tomcat are running, but Mifos will not load
- check build.properties and hibernate.properties to make certain you have a username/password that matches your install.
I can get 1.1 to load but not 1.0
- Check the version of JBoss you are using. 1.0 may work with JBoss 4.0.5 but not 4.2.x, depending upon what build you are using.
Database upgrade problems:
- Please see Database Standards
The .war works on another machine but not mine
- Check the password on your database. You may need to unpack the .war file, update build.properties and hibernate.properties with the correct MySQL username and password.
- What version of Java have you installed? If a later version of Java was used to build the.war file, a machine running an earlier version may not be able to use it.
Can't run individual unit tests
- Not all unit tests clean up properly after completing. Try running 'ant build_test_db' to make sure the test database is in a good state.
last modified
2008-05-01 01:40
