Hi Martin The java.lang.OutOfMemoryError: PermGen space error suggests that you need to increase the parameter -XX:MaxPermSize as Kalum suggested.
Looking at the start.ini file that you attached that prevented Jetty starting, I see that it seemed to be in Linux format (in its end of line markers) so when opened in Notepad the end of lines didn't "work". Maybe this was what caused problems? I suggest editing your current start.ini (which I understand you have backed up) in Windows NotePad so that the MaxPermSize parameter is -XX:MaxPermSize=256m , which is the value that Kalum suggests and see whether that helps. Regards Matthew ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
