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 46956 - VSS
Summary: VSS
Status: CLOSED DUPLICATE of bug 40364
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-06 06:41 UTC by SandyII
Modified: 2008-12-22 20:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (2.04 KB, text/plain)
2004-08-06 06:43 UTC, SandyII
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SandyII 2004-08-06 06:41:36 UTC
java.lang.IllegalStateException: Duplicate pair 
in treePair1: SL[/Executor/JavaExternalExecutor 
pair2: SL[/Executor/JavaExternalExecutor index1: 
24 index2: 24 item1:
Comment 1 SandyII 2004-08-06 06:43:17 UTC
Created attachment 16669 [details]
stack trace
Comment 2 Jiri Kovalsky 2004-08-06 07:59:26 UTC
Excuse me, but can you please specify what is this bug about ? Some
reproduction procedure, IDE is deadlocked etc ?
Comment 3 Martin Entlicher 2004-08-06 09:37:41 UTC
I do not understand it much as well and do not know why it's P1
priority. But it looks that it does not have anything with VSS. There
is a search for some java settings, so I'm moving it to java module
for evaluation (or perhaps it's a bug of lookup?).
Comment 4 Jiri Kovalsky 2004-08-06 09:40:33 UTC
This is a rough description of what happened from reporter:

1. He wants just to run the project using F6 key.
2. The attached exception is thrown.

He thinks it may be related to manually changed SSDIR option in
customizer dialog of another VSS filesystem but in different project.

Martine, do you have any idea what might be wrong here ?
Comment 5 Jan Becicka 2004-08-06 10:02:53 UTC
I don't have idea what is this bug about. What I see on the stack
trace is, that JavaSettings does this:

Lookup.Template temp=new Lookup.Template(service,serviceId,null);
Lookup.Result res=Lookup.getDefault().lookup(temp);
Object[] instances;
            
res.removeLookupListener(this);
res.addLookupListener(this);
instances=res.allInstances().toArray();

And then IllegalStateException is thrown.

From java point of view, I propose to close this issue as resolved
FIXED, WORKSFORME, INVALID of whatever, because duplicate entry
JavaExternalExecutor is no more exists in java module.
JavaExternalExecutor was replaced by new build system in promo-D.

Reassigning to openide. Please check, that everything is correct in
Lookup. Thanks
Comment 6 Jiri Kovalsky 2004-08-06 10:41:41 UTC
Submitter reported that the same exception appeared after restart of
the IDE. He's gonna check the same workflow in current development
build of NetBeans 4.0.

BTW, he does not feel strongly about the priority he used.
Comment 7 Jaroslav Tulach 2004-08-06 16:03:25 UTC

*** This issue has been marked as a duplicate of 40364 ***
Comment 8 Marian Mirilovic 2005-12-22 14:00:59 UTC
verified duplicate