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 208803 - IllegalStateException: Trying to set lookup org.openide.util.Lookup$Empty@3f77b3cd but there already is java.lang.ref.WeakReference@5626e185 for component: org.netbeans.core.HtmlBrowserComponent[Web B
Summary: IllegalStateException: Trying to set lookup org.openide.util.Lookup$Empty@3f7...
Status: RESOLVED DUPLICATE of bug 209524
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 15:41 UTC by Petr Jiricka
Modified: 2012-03-28 10:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185307


Attachments
stacktrace (4.51 KB, text/plain)
2012-02-23 15:41 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-02-23 15:41:37 UTC
Build: NetBeans IDE Dev (Build EaselCSS-70-on-20120222)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11D50b
OS: Mac OS X

User Comments:
pjiricka: Switching to the embedded browser (WebView) window.




Stacktrace: 
java.lang.IllegalStateException: Trying to set lookup org.openide.util.Lookup$Empty@3f77b3cd but there already is java.lang.ref.WeakReference@5626e185 for component: org.netbeans.core.HtmlBrowserComponent[Web Browser,0,0,735x439,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=256,maximumSize=,minimumSize=,preferredSize=]
   at org.openide.windows.TopComponent.setLookup(TopComponent.java:1376)
   at org.openide.windows.TopComponent.associateLookup(TopComponent.java:1361)
   at org.netbeans.core.HtmlBrowserComponent.componentActivated(HtmlBrowserComponent.java:192)
   at org.openide.windows.WindowManager.activateComponent(WindowManager.java:291)
   at org.netbeans.core.windows.WindowManagerImpl.notifyRegistryTopComponentActivated(WindowManagerImpl.java:1128)
   at org.netbeans.core.windows.Central.setModeSelectedTopComponent(Central.java:750)
Comment 1 Petr Jiricka 2012-02-23 15:41:40 UTC
Created attachment 116065 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-03-28 10:05:41 UTC

*** This bug has been marked as a duplicate of bug 209524 ***