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 34129

Summary: Annotation: Exception occurred in Request Processor
Product: java Reporter: ldevo <ldevo>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: ide.log
My ide.log for issue 34129

Description ldevo 2003-06-03 20:43:01 UTC
Whenever I mouse click on any defined package path in the 
Packages window I receive this error. This happened in 
3.5rc1 and I downloaded 3.5rc3 hoping it was resolved but 
it is still a problem. Of course it could be on my end and 
I will inform you if I find the source of this error.

I am attaching my log.

Thanks for a great application,
Larry
ldevo@savant-is.com

Annotation: Exception occurred in Request Processor

java.lang.IllegalAccessError: try to access method 
org.openide.loaders.DataFolder.getChildrenList()
Ljava/util/List; from class 
org.openide.loaders.DataObjectFilter$4

	at org.openide.loaders.DataObjectFilter$4.run
(DataObjectFilter.java:409)

	at org.openide.util.Task.run(Task.java:136)

	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:328)

[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:670)
Comment 1 ldevo 2003-06-03 20:45:47 UTC
Created attachment 10576 [details]
ide.log
Comment 2 rendog 2003-07-14 02:44:59 UTC
Have found the exact same problem. I have found this bug 
when working with VCS and CVS mounts. Since I have 
unmounted these I haven't had this problem since. The 
exception is a little different but I believe they are 
related due to the exceptions occuring in similar areas 
(although I could be wrong here).

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at org.openide.loaders.FolderList.getChildren
(FolderList.java:211)
	at org.openide.loaders.DataFolder.getChildren
(DataFolder.java:236)
	at 
org.openide.loaders.FolderChildren$ChildrenRefreshRunnable.
run(FolderChildren.java:245)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:328)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:670)

I will also attach my ide.log

Simon Reynolds <simon@ecsi.com.au>
Comment 3 rendog 2003-07-14 02:47:11 UTC
Created attachment 10964 [details]
My ide.log for issue 34129
Comment 4 charlesgriswold 2003-07-29 20:37:45 UTC
I have the same problem. Seems to have occured for no apparent reason.
I'm also using CVS.
Comment 5 mahendram 2004-12-27 06:53:07 UTC
I came accros this Exception whenever I open the netbean.
Also I am not able to work in netbeans since alos this exception 
throws when i create new Classes in a project.

*********** Exception occurred ************ at 2:18 PM on Dec 26, 2004
Annotation: Exception occurred in Request Processor
java.lang.IllegalStateException: Duplicate pair in treePair1: SL
[/Browsers/SwingBrowser pair2: SL[/Browsers/SwingBrowser index1: 6 
index2: 6 item1: org.netbeans.core.ui.SwingBrowser@fa70a4 item2: 
org.netbeans.core.ui.SwingBrowser@fa70a4 id1: 1f94884 id2: 1080876
	at org.openide.util.lookup.ALPairComparator.compare
(ALPairComparator.java:52)
	at java.util.Arrays.mergeSort(Arrays.java:1284)
	at java.util.Arrays.mergeSort(Arrays.java:1296)
	at java.util.Arrays.sort(Arrays.java:1223)
	at java.util.Collections.sort(Collections.java:159)
	at org.openide.util.lookup.InheritanceTree.retainAllInterface
(InheritanceTree.java:751)
	at org.openide.util.lookup.InheritanceTree.retainAll
(InheritanceTree.java:183)
	at org.openide.util.lookup.DelegatingStorage.retainAll
(DelegatingStorage.java:83)
	at 
org.openide.util.lookup.AbstractLookup.setPairsAndCollectListeners
(AbstractLookup.java:238)
	at org.openide.util.lookup.AbstractLookup.setPairs
(AbstractLookup.java:203)
	at org.openide.util.lookup.AbstractLookup$Content.setPairs
(AbstractLookup.java:885)
	at org.openide.loaders.FolderLookup$ProxyLkp.update
(FolderLookup.java:336)
	at org.openide.loaders.FolderLookup.createInstance
(FolderLookup.java:170)
	at org.openide.loaders.FolderInstance.defaultProcessObjects
(FolderInstance.java:710)
	at org.openide.loaders.FolderInstance.access$000
(FolderInstance.java:68)
	at org.openide.loaders.FolderInstance$2.run
(FolderInstance.java:601)
	at org.openide.loaders.FolderLookup.postCreationTask
(FolderLookup.java:234)
	at org.openide.loaders.FolderInstance.processObjects
(FolderInstance.java:599)
	at org.openide.loaders.FolderInstance$Listener.finished
(FolderInstance.java:875)
	at org.openide.loaders.FolderList.createBoth
(FolderList.java:803)
	at org.openide.loaders.FolderList.getObjects
(FolderList.java:509)
	at org.openide.loaders.FolderList.access$200
(FolderList.java:50)
	at org.openide.loaders.FolderList$ListTask.run
(FolderList.java:877)
	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)