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 169536

Summary: NullPointerException at org.netbeans.core.HtmlBrowserComponent.componentActivated
Product: platform Reporter: Michal Mocnak <mmocnak>
Component: Embedded BrowserAssignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154566
Issue Type: DEFECT Exception Reporter: 154566
Attachments: stacktrace

Description Michal Mocnak 2009-07-30 09:18:47 UTC
Build: NetBeans IDE Dev (Build 200907300201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.7, x86_64

User Comments:
mmocnak: Run a web project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.core.HtmlBrowserComponent.componentActivated(HtmlBrowserComponent.java:159)
        at org.openide.windows.WindowManager.activateComponent(WindowManager.java:284)
        at org.netbeans.core.windows.WindowManagerImpl.notifyRegistryTopComponentActivated(WindowManagerImpl.java:1029)
        at org.netbeans.core.windows.Central.addModeClosedTopComponent(Central.java:858)
        at org.netbeans.core.windows.ModeImpl.addClosedTopComponent(ModeImpl.java:323)
        at org.netbeans.core.windows.ModeImpl.close(ModeImpl.java:238)
Comment 1 Michal Mocnak 2009-07-30 09:18:55 UTC
Created attachment 85513 [details]
stacktrace
Comment 2 Michal Mocnak 2009-07-30 09:20:09 UTC
Upgrading to P2. It's 100% reproducible. It should be fixed in M1.
Comment 3 Antonin Nebuzelsky 2009-07-30 09:27:52 UTC

*** This issue has been marked as a duplicate of 169530 ***