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 169530 - NullPointerException at org.netbeans.core.HtmlBrowserComponent.componentActivated
Summary: NullPointerException at org.netbeans.core.HtmlBrowserComponent.componentActiv...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords:
: 169531 169536 172104 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-30 08:51 UTC by Marian Mirilovic
Modified: 2009-10-31 20:19 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 154554


Attachments
stacktrace (3.79 KB, text/plain)
2009-07-30 08:51 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-07-30 08:51:47 UTC
Build: NetBeans IDE Dev (Build 200907300201)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
mmirilovic: started IDE and pushed on the "Take Tour" link in Start page



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.activateModeTopComponent(Central.java:1758)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1180)
        at org.openide.windows.TopComponent.requestActive(TopComponent.java:789)
Comment 1 Marian Mirilovic 2009-07-30 08:51:55 UTC
Created attachment 85509 [details]
stacktrace
Comment 2 Marian Mirilovic 2009-07-30 08:55:45 UTC
*** Issue 169531 has been marked as a duplicate of this issue. ***
Comment 3 Marian Mirilovic 2009-07-30 08:58:32 UTC
easy to reproduce and looks like recent regression :
- start IDE
- click on any link in Start page 
-> exception is thrown and EB is opened (empty) and default browser is opened as well with requested page
(looks like before changing "Web Browser" in Tools|Options we are trying to open the page in EB as well as in Default
SyStem Browser)
Comment 4 Antonin Nebuzelsky 2009-07-30 09:27:26 UTC
*** Issue 169536 has been marked as a duplicate of this issue. ***
Comment 5 Stanislav Aubrecht 2009-07-30 09:27:46 UTC
*** Issue 169536 has been marked as a duplicate of this issue. ***
Comment 6 Stanislav Aubrecht 2009-07-30 09:47:54 UTC
fixed

core-main 1f77f56dbd43
Comment 7 Quality Engineering 2009-07-31 05:59:49 UTC
Integrated into 'main-golden', will be available in build *200907310201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1f77f56dbd43
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #169530 - NPE
Comment 8 Marian Mirilovic 2009-07-31 07:44:23 UTC
verified in NB Dev (200907310201)
Comment 9 Stanislav Aubrecht 2009-09-14 09:25:01 UTC
*** Issue 172104 has been marked as a duplicate of this issue. ***