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 166577 - NullPointerException at org.netbeans.modules.java.source.util.LowMemoryNotifier.addLowMemoryListener
Summary: NullPointerException at org.netbeans.modules.java.source.util.LowMemoryNotifi...
Status: RESOLVED DUPLICATE of bug 166582
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-05 02:31 UTC by grimlock81
Modified: 2009-06-05 09:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146413


Attachments
stacktrace (1.76 KB, text/plain)
2009-06-05 02:31 UTC, grimlock81
Details

Note You need to log in before you can comment on or make changes to this bug.
Description grimlock81 2009-06-05 02:31:40 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
GUEST: running JMV 1.6 update 14 , using G1 as Garabage Collector



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.java.source.util.LowMemoryNotifier.addLowMemoryListener(LowMemoryNotifier.java:103)
        at org.netbeans.modules.java.source.usages.LuceneIndex.storeData(LuceneIndex.java:804)
        at org.netbeans.modules.java.source.usages.LuceneIndex.store(LuceneIndex.java:787)
        at org.netbeans.modules.java.source.usages.SourceAnalyser.store(SourceAnalyser.java:126)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.updateFile(RepositoryUpdater.java:2506)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.access$3200(RepositoryUpdater.java:1292)
Comment 1 grimlock81 2009-06-05 02:31:50 UTC
Created attachment 83220 [details]
stacktrace
Comment 2 Marian Mirilovic 2009-06-05 09:17:36 UTC

*** This issue has been marked as a duplicate of 166582 ***