|
Re: out of memory error [message #713673 is a reply to message #713649] |
Mon, 08 August 2011 18:51   |
|
Do you have this jvm parameter set in your app server?
-XX:MaxPermSize=256M
Jason
On 8/8/2011 2:11 PM, v.kris21 wrote:
> That is my web page. I get a out of memory java heap space error when I choose the MSWord option to display the report in word format.
> Any help would be appreciated
|
|
|
|
|
Re: out of memory error [message #713960 is a reply to message #713930] |
Tue, 09 August 2011 13:42   |
|
What appserver are you using? I use tomcat and just set it in my
catalina.bat
set JAVA_OPTS=%JAVA_OPTS% -XX:MaxPermSize=256m
Jason
On 8/9/2011 8:18 AM, v.kris21 wrote:
> Also IE crashed upon loading the page.
>
> I dont have the word and pdf versions, only html in this page
>
>
|
|
|
|
Re: out of memory error [message #714001 is a reply to message #713983] |
Tue, 09 August 2011 14:49   |
|
A maxpermsize of 256 is generally enough. What version of BIRT are you
using. Can you set the log level and see if anything is in the log?
Jason
On 8/9/2011 10:16 AM, v.kris21 wrote:
> I increased the memory in o BEA_HOME\user_projects\domains\DOMAIN_NAME.
> startWebLogic.cmd. It looks like if I set it to:
>
> set MEM_ARGS=-Xms1280m -Xmx1280m -XX:PermSize=512M -XX:MaxPermSize=1024M
> with windows XP 32 bits 4g ram. it still does not start up the server
> with those params. The MaxPermSize goes up to 512M/
>
> IE is still not compatible with Birt application. It hangs my whole
> system. I had to reboot atleast 4 times.
|
|
|
|
|
|
Re: out of memory error [message #714122 is a reply to message #714116] |
Tue, 09 August 2011 20:36   |
|
Can you open a bugzilla entry for this? Make sure to add the jsf page
and the weblogic version you are using. Post the number back here when
you have done that.
Jason
On 8/9/2011 4:33 PM, v.kris21 wrote:
> i am deploying to the integrated weblogic server. All I have to do is
> right click the jsf page and select run
|
|
|
|
|
|
Re: out of memory error [message #826869 is a reply to message #826362] |
Thu, 22 March 2012 15:49   |
|
Can you post the stack trace?
Jason
On 3/21/2012 9:09 PM, sam va wrote:
> we are getting OutOfMemoryException (getNewTla) in weblogic/jrockit.
>
> Any ideas how to prevent this?
>
> Thanks
> Swamy
|
|
|
Re: out of memory error [message #829407 is a reply to message #713649] |
Mon, 26 March 2012 08:39   |
sam va Messages: 121 Registered: July 2011 |
Senior Member |
|
|
2012-03-25 23:21:20,489, SEVERE : Error generating the pdf java.lang.OutOfMemory
Error: getNewTla
at org.eclipse.birt.data.engine.impl.ResultIterator.getValue(ResultIterator.java:702)
at org.eclipse.birt.report.engine.data.dte.QueryResultSet.getValue(QueryResultSet.java:403)
at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:97)
at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43)
at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)
at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:441)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:442)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:442)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:442)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.traverse(HTMLAbstractLM.java:442)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.handleVisibility(HTMLAbstractLM.java:374)
at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:123)
at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:70)
at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)
at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:100)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:180)
at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77)
we use weblogic/jrockit, and have the following jvm options
-XXtlaSize:min=128k,preferred=512k,wasteLimit=128k -Xns:128m -Xss128k
[Updated on: Mon, 26 March 2012 08:52] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03029 seconds