Re: [Mifos-users] Mifos 2.0 Start Error

2011-02-02 Thread Udai Gupta
Kevin, JAVA_OPTS is more global setting for JVM memory of any kind of Java application and CATALINA_OPTS is tomcat specific. If you have CATALINA_OPTS then you don't need JAVA_OPTS. Udai -- Special Offer-- Download ArcS

Re: [Mifos-users] Mifos 2.0 Start Error

2011-02-02 Thread Kevin Kimani
Thanks Udai for your help. i will try out the recommendations. just a quick questions: what should be set as the JAVA_OPTS variable? On Jan 31, 6:39 am, Udai Gupta wrote: > > CATALINA_OPTS : -Xms1024M -Xmx1024M -XX:MaxPermSize=256m > > In this case I would suggest try to increase MaxPermSize to 5

Re: [Mifos-users] Mifos 2.0 Start Error

2011-02-01 Thread Udai Gupta
> I used the -ts war file and this is the page I got > JAVA_OPTS : null > CATALINA_OPTS : null Hi Polly, If both the variables are null then Tomcat doesn't have enough JVM memory to run Mifos, so you should make sure that you have defined environment variable correctly as instructed in INSTALL fi

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-31 Thread Polly
Udai I used the -ts war file and this is the page I got JAVA_OPTS : null CATALINA_OPTS : null JVM Memory Monitor Memory MXBean Heap Memory Usage: init = 1073741824(1048576K) used = 63606176(62115K) committed = 1037959168(1013632K) max = 1037959168(1013632K) Non-Heap Memory Usage: init = 12746752

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-31 Thread Udai Gupta
> CATALINA_OPTS : -Xms1024M -Xmx1024M -XX:MaxPermSize=256m In this case I would suggest try to increase MaxPermSize to 512M Also take a look at this http://mifosforge.jira.com/wiki/pages/viewpage.action?pageId=4456949#MifosTroubleshooting%26FAQ-MifosBIRTdefaultreportsarenotworking%3F Udai -

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-31 Thread Kevin Kimani
JAVA_OPTS : null CATALINA_OPTS : -Xms1024M -Xmx1024M -XX:MaxPermSize=256m JVM Memory Monitor Memory MXBean Heap Memory Usage: init = 16742208(16349K) used = 77076536(75270K) committed = 158838784(155116K) max = 259522560(253440K) Non-Heap Memory Usage: init = 35815424(34976K) used = 76917520(75114K

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-31 Thread Udai Gupta
Hi Kevin, You are again hitting java.lang.OutOfMemoryError: PermGen space. You haven't send the page showing your JVM memory usage. Regards, Udai -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! F

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-31 Thread Kevin Kimani
thanks guys, my instance of mifos 2.0 finally managed to start. however, I have problems running reports. The following is an example of the error when trying to run The Branch Cash Confirmation Report. An unhandled error has occurred. Please contact your system administrator. View stack trace Hi

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

Re: [Mifos-users] Mifos 2.0 Start Error

2011-01-26 Thread Ryan Whitney
Kevin, Note the error: java.lang.OutOfMemoryError: PermGen space This should be resolved by properly setting your CATALINA_OPTS. Thanks! Ryan On 1/26/11 1:03 AM, "Kevin Kimani" wrote: > Hi people am trying to initiate the new mifos 2.0 and am getting the > following error. all the requireme

[Mifos-users] Mifos 2.0 Start Error

2011-01-26 Thread Kevin Kimani
Hi people am trying to initiate the new mifos 2.0 and am getting the following error. all the requirement as per the INSTALL file have been accurately set. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling t