This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 80129 - Error While generating Model Reports
Summary: Error While generating Model Reports
Status: RESOLVED INVALID
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 09:32 UTC by sajeevvarghese
Modified: 2006-07-13 21:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Error Log (127.96 KB, text/plain)
2006-07-13 09:34 UTC, sajeevvarghese
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sajeevvarghese 2006-07-13 09:32:07 UTC
Hi ,
While generating Model Reports in HTML for my UML Project . i end up in  Java
Error/Exception or the system gets hanged up.It takes lot of time.
My sys configuration has 512 MB RAM , its P-IV 2.8 Ghz.

I am attaching the Log File.

Rgds
Sajeev
Comment 1 sajeevvarghese 2006-07-13 09:34:25 UTC
Created attachment 31804 [details]
Error Log
Comment 2 _ tball 2006-07-13 21:45:09 UTC
First, this issue has nothing to do with Jackpot, as your system doesn't have
any of its modules installed.  More importantly, each failure in your log has
the following line:

Caused by: java.lang.OutOfMemoryError: Java heap space

It appears that your IDE needs a higher maximum memory setting, either because
you have so many modules installed or because the UML reporter is being run with
a large project.  In any case, edit the
<NetBeans-installation-dir>/etc/netbeans.conf file and change its -Xmx128m flag
(which sets the maximum JVM memory to 128 meg) to a higher value.  If you have a
lot of memory (more than 512 mb) trying doubling that value to 256m or moreDon't
allocate so much memory that your system starts using virtual memory, however,
as that will hurt performance.