Hi Kevin,

You may want to add the following to your environment variable.

Variable name : CATALINA_OPTS
Variable value : -Xms2048M -Xmx2048M -XX:MaxPermSize=768m

I tried setting the value as "-Xms1024M -Xmx1024M -
XX:MaxPermSize=256m" before.  Worked well for most of the function.
But encounter memory error when i added some report.
So increased it again.  Seems to work fine for me now.

Regards,
Tze Yong

On Jan 5, 1:32 am, Kevin Kimani <kevmba...@googlemail.com> wrote:
> hi
> i have more than three (3)GB on my system running on windows XP
> service pack three.
> i am using mifos version 1.3.1
> i keep getting the following message when running all of my reports:
>
> HTTP Status 500 -
> ________________________________________
> type Exception report
> message
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
> exception
> javax.servlet.ServletException: Servlet execution threw an exception
>
> org.mifos.application.reports.action.BirtReportValidationAction.validateRep 
> ortParameters
> (BirtReportValidationAction.java:58)
>         org.mifos.application.reports.action.BirtReportValidationAction.doGet
> (BirtReportValidationAction.java:43)
>         org.mifos.application.reports.action.BirtReportValidationAction.doPost
> (BirtReportValidationAction.java:49)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>         org.mifos.framework.persistence.DatabaseInitFilter.doFilter
> (DatabaseInitFilter.java:51)
> root cause
> java.lang.OutOfMemoryError: PermGen space
>         java.lang.Class.getName0(Native Method)
>         java.lang.Class.getName(Unknown Source)
>         java.lang.Throwable.toString(Throwable.java:342)
>         java.lang.String.valueOf(Unknown Source)
>         java.io.PrintStream.println(Unknown Source)
>         org.apache.tomcat.util.log.SystemLogHandler.println
> (SystemLogHandler.java:242)
>         java.lang.Throwable.printStackTrace(Throwable.java:461)
>         java.lang.Throwable.printStackTrace(Throwable.java:451)
>         org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun
> (RunAndRenderTask.java:225)
>         org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run
> (RunAndRenderTask.java:142)
>         org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport
> (Unknown Source)
>         org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport
> (Unknown Source)
>
> org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport
> (Unknown Source)
>
> org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler 
> .__execute
> (Unknown Source)
>
> org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.exe 
> cute
> (Unknown Source)
>
> org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doSe 
> rvice
> (Unknown Source)
>
> org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.servi ce
> (Unknown Source)
>         org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Unknown
> Source)
>         org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(Unknown
> Source)
>         org.eclipse.birt.report.servlet.BaseReportEngineServlet.doPost
> (Unknown Source)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>         org.apache.axis.transport.http.AxisServletBase.service
> (AxisServletBase.java:327)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> note The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.20 logs.
> ________________________________________
> Apache Tomcat/6.0.20
>
> Please help me out
>
> --------------------------------------------------------------------------- 
> ---
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon 
> customershttp://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Mifos-users mailing list
> mifos-us...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/mifos-users

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to