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 47321 - NPE in Request Processor
Summary: NPE in Request Processor
Status: CLOSED DUPLICATE of bug 47291
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-17 16:09 UTC by cezariusz
Modified: 2006-03-24 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (28.67 KB, text/plain)
2004-08-17 16:09 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2004-08-17 16:09:29 UTC
>System Info: 
  Product Version       = NetBeans IDE Dev 
(Build 200408161800)
  Operating System      = Windows XP version 5.1 
running on x86
  Java; VM; Vendor      = 1.5.0-beta2; Java 
HotSpot(TM) Client VM 1.5.0-beta2-b51; Sun 
Microsystems Inc.


I had a lot of errors 
like "javax.jmi.reflect.InvalidObjectException: 
Object with MOFID ... no longer exists."
I have deleted all the files with this MOFID, 
and the following exception 
appeared "Annotation: Exception occurred in 
Request Processor
java.lang.NullPointerException".

More exceptions in the attached messages log.
Comment 1 cezariusz 2004-08-17 16:09:55 UTC
Created attachment 16894 [details]
messages.log
Comment 2 cezariusz 2004-08-17 16:14:20 UTC
Now I have deleted cache (.netbeans\dev\var\cache), and after 
restart, during initial scanning, NPE occured again:

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at org.netbeans.modules.java.ui.NavigationView.findElement
(NavigationView.java:520)
	at 
org.netbeans.modules.java.ui.NavigationView.findElementNode
(NavigationView.java:469)
	at org.netbeans.modules.java.ui.NavigationView.findNode
(NavigationView.java:380)
	at org.netbeans.modules.java.ui.NavigationView.selectNodeImpl
(NavigationView.java:352)
	at org.netbeans.modules.java.ui.NavigationView.access$100
(NavigationView.java:63)
	at org.netbeans.modules.java.ui.NavigationView$2.run
(NavigationView.java:309)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:330)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:686)
[org.netbeans.javacore] ClassUpdater, cannot find file object: 
CUP.class
[org.netbeans.javacore] ClassUpdater, cannot find file object: 
CUP.class
[org.netbeans.javacore] ClassUpdater, cannot find file object: 
KeyGeneratorCore.class
[org.netbeans.javacore] ClassUpdater, cannot find file object: 
PKCS12PBECipherCore.class
[org.netbeans.javacore] ClassUpdater, cannot find file object: 
HmacCore.class

What else should I delete to recover?
Comment 3 zikmund 2004-08-17 17:23:45 UTC
The last exception is P1 issue #47291.
Comment 4 ehucka 2004-08-30 10:02:34 UTC
seems like duplicate of issue 47291

*** This issue has been marked as a duplicate of 47291 ***
Comment 5 cezariusz 2004-09-16 16:45:44 UTC
It's ok now.