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 250602 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 251623
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-21 20:04 UTC by cjmatusalem
Modified: 2015-09-10 16:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146250


Attachments
stacktrace (2.43 KB, text/plain)
2015-02-21 20:04 UTC, cjmatusalem
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cjmatusalem 2015-02-21 20:04:04 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 8

User Comments:
GUEST: imagem grande no JLabel

cjmatusalem: java.lang.OutOfMemoryError: Java heap space
<sequence>174</sequence>
  <logger>global</logger>
  <level>1000</level>
  <thread>19</thread>

GUEST: So many times faced this problem for netbean7.1 beta version. So many problems available this version. I think best version Netbeans 6.8 only.

GUEST: Preview Design

GUEST: As soon i open tool it will splash this message.And it is also showing no sufficient memory...
check with the log file.
WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add filesystem watch for E:/: java.io.IOException: Unable to open null: 3
WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add filesystem watch for E:/: java.io.IOException: Unable to open null: 3
WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add filesystem watch for E:/: java.io.IOException: Unable to open null: 3
WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add filesystem watch for E:/: java.io.IOException: Unable to open null: 3
WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add filesystem watch for E:/: java.io.IOException: Unable to open null: 3
WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot add filesystem watch for E:/: java.io.IOException: Unable to open null: 3
WARNING [org.netbeans.modules.masterfs.watcher.Watch

GUEST: parece que el error se debe al poner una imagen de fondo en un jlabel.. es un .jpg con dimension de 2048 x 1536 =/

GUEST: Tried to load an image into a jlabel.

GUEST: i restart the IDE




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.reflect.Array.newArray(Array.java:0)
   at java.lang.reflect.Array.newInstance(Array.java:75)
   at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1671)
   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1345)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
   at javax.swing.ImageIcon.readObject(ImageIcon.java:495)
Comment 1 cjmatusalem 2015-02-21 20:04:06 UTC
Created attachment 152134 [details]
stacktrace
Comment 2 Tomas Pavek 2015-09-10 16:37:39 UTC
Already fixed for 8.1 in bug 251623.

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