java.lang.OutOfMemoryError: PermGen space

992 views
Skip to first unread message

Alex Yang

unread,
May 14, 2013, 11:40:09 PM5/14/13
to idem...@googlegroups.com
Hi Community,

iDempiere 1.0b generated a java.lang.OutOfMemoryError: PermGen space error when print Jasper Report.

Problem description details with steps:
1. I created a new window called Billing.
2. I created a new jasper report called Billing_Form_4.6.0.jrxml for this window
3. configured the jasper report process for the Billing tab to support "print" function
内嵌图片 1
4. Click the "Print" Button on zk webui. It shows error message in eclipse console
  内嵌图片 2

I am not sure if it's a bug. Does anyone have similar experience about jasper report in iDempiere?

Thanks,
Alex
image.png
image.png

Edwin Ang

unread,
May 14, 2013, 11:45:13 PM5/14/13
to idem...@googlegroups.com
Hi Alex,

You are running out our perm gen memory. Add these comment on VM Argument of your RUN Configuration

-Xms512M -Xmx512M -XX:PermSize=100M -XX:MaxPermSize=100M




--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

image.png
image.png

Alex Yang

unread,
May 16, 2013, 2:52:31 AM5/16/13
to idem...@googlegroups.com
Thanks Edwin. It works!

Gustavo Orozco

unread,
Jul 20, 2013, 4:27:40 AM7/20/13
to idem...@googlegroups.com
Hi Edwin. How I can prevent the same problem occurs when installing idempiere on a server. Thanks.

Hiep Lq

unread,
Jul 20, 2013, 10:27:38 PM7/20/13
to idem...@googlegroups.com

hi Gustavo Orozco 
in file idempiere-server.sh, add or edit parameter in command $JAVA -Dosgi.....

Arjun Murugan

unread,
Oct 10, 2013, 7:27:29 AM10/10/13
to idem...@googlegroups.com
Hi,
Can anyone tel me where is the run.conf file in idempiere server build.

Regards
Arjun

Heng Sin Low

unread,
Oct 10, 2013, 8:08:45 AM10/10/13
to idem...@googlegroups.com
There's no run.conf for idempiere. If you start server with ./idempiere , edit idempiere.ini to add or modify jvm arguments, if you start server with ./idempiere-server.sh, edit the idempiere-server.sh script directly to add or modify jvm arguments.


--
Reply all
Reply to author
Forward
0 new messages