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 44613 - ui is blocking completely
Summary: ui is blocking completely
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 08:07 UTC by pbu
Modified: 2004-08-13 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pbu 2004-06-09 08:07:37 UTC
don't know how , but suddenly nb36 has 2 entries 
"Duplicate pair in treePair1:......." in the options for ant, 
that i did no enter. 
The bug is, that the errormessage pops up before the 
propertyeditor starts, so i have no chance at all to change 
this values.  It even makes nb36 completely unusable, 
cause this errormessage pops up after almost every 
action, even those that do not have any relation to ant at 
all. 
How can i get rid of these entries? I do not use ant, so any 
default would be fine. 
 
The details that nb36 provides are : 
Annotation: Exception occurred in Request Processor 
java.lang.IllegalStateException: Duplicate pair in 
treePair1: SL[/DebuggerType/J2EE Server Debugging 
pair2: SL[/DebuggerType/J2EE Server Debugging index1: 
17 index2: 17 item1: 
org.netbeans.modules.j2ee.deployment.execution.ServerDebuggerType@17f3202 
item2: 
org.netbeans.modules.j2ee.deployment.execution.ServerDebuggerType@17f3202 
id1: 1ac5c8b id2: efbbf9 
	at 
org.openide.util.lookup.ALPairComparator.compare(ALPairComparator.java:52) 
	at java.util.TreeMap.compare(TreeMap.java:1085) 
	at java.util.TreeMap.put(TreeMap.java:463) 
	at java.util.TreeSet.add(TreeSet.java:209) 
	at 
org.openide.util.lookup.AbstractLookup$R.initItems(AbstractLookup.java:788) 
	at 
org.openide.util.lookup.AbstractLookup$R.allItemsWithoutBeforeLookup(AbstractLookup.java:749) 
	at 
org.openide.util.lookup.AbstractLookup$R.allInstances(AbstractLookup.java:691) 
	at 
org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:369) 
	at 
org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:320) 
	at 
org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:369) 
	at 
org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:320) 
	at 
org.openide.debugger.DebuggerType.debuggerTypes(DebuggerType.java:87) 
	at 
org.netbeans.modules.j2ee.deployment.execution.ServerDebuggerType.instance(ServerDebuggerType.java:161) 
	at 
org.netbeans.modules.j2ee.deployment.execution.ServerExecSupport.defaultDebuggerType(ServerExecSupport.java:114) 
	at 
org.openide.loaders.ExecSupport.debug(ExecSupport.java:71) 
	at 
org.netbeans.modules.j2ee.deployment.execution.ServerExecSupport.debug(ServerExecSupport.java:143) 
	at 
org.netbeans.modules.debugger.support.actions.StartAction$1.run(StartAction.java:92) 
	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)
Comment 1 Petr Jiricka 2004-06-14 14:29:20 UTC
Pavle, is this fixed in NB 4.0?
Comment 2 Pavel Buzek 2004-06-21 10:06:10 UTC
This problem does not exist it promoD code base (trunk). The
ServerDebuggerType was deleted (the execution API was made obsolete by
the new build system).