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 177625 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 185080
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 12:26 UTC by Eduardo.m Costa
Modified: 2010-07-28 09:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144922


Attachments
stacktrace (1.93 KB, text/plain)
2009-11-25 12:26 UTC, Eduardo.m Costa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo.m Costa 2009-11-25 12:26:55 UTC
Build: NetBeans IDE Dev (Build 200911091156)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
_m4c0_: * trying to add a dependency right-clicking on "libraries" of a NBM project



Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
        at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:133)
        at java.lang.StringCoding.decode(StringCoding.java:173)
        at java.lang.String.<init>(String.java:444)
        at java.lang.String.<init>(String.java:516)
        at org.apache.lucene.index.FieldsReader.addField(FieldsReader.java:350)
        at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:197)
Comment 1 Eduardo.m Costa 2009-11-25 12:26:59 UTC
Created attachment 91698 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-07-28 09:23:40 UTC
Fixed in 6.9 as issue 185080.

*** This bug has been marked as a duplicate of bug 185080 ***