Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-27 Thread Ryan Whitney
I would double check your settings, make sure you have everything in the right place, as this generally resolves that Out of Memory Issue, unless the current machine you are trying to run Mifos has something less than 1gb of RAM. Will wait to see what you get back from Udai's suggestion. Ryan On

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-27 Thread Udai Gupta
Use this war http://dl.dropbox.com/u/2496715/mifos-ts.war open http://localhost:8080/mifos-ts/ Save the page and send in the reply Udai -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-27 Thread Kevin Kimani
the catalina opts variable is set as follows -Xms1024M -Xmx1024M -XX:MaxPermSize=256m still does not start On Jan 26, 1:29 pm, Ryan Whitney wrote: > Kevin, > > Note the error: java.lang.OutOfMemoryError: PermGen space > > This should be resolved by properly setting your CATALINA_OPTS. > > Thank