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 186639 - NullPointerException at org.netbeans.core.browser.xulrunner.WebBrowserImpl.createBrowser
Summary: NullPointerException at org.netbeans.core.browser.xulrunner.WebBrowserImpl.cr...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: Embedded Mozilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 07:37 UTC by arun_reginald
Modified: 2012-05-24 12:31 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162601


Attachments
stacktrace (3.00 KB, text/plain)
2010-05-25 07:37 UTC, arun_reginald
Details
stacktrace (1.22 KB, text/plain)
2010-09-06 18:22 UTC, phild
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arun_reginald 2010-05-25 07:37:31 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows Vista

User Comments:
arun_reginald: I am unable to install the Embedded Browser modules on first usage and this error appears.

GUEST: Downloading, Installing and using the embebded Mozilla Web Browser




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.browser.xulrunner.WebBrowserImpl.createBrowser(WebBrowserImpl.java:150)
   at org.netbeans.core.browser.xulrunner.WebBrowserImpl.access$000(WebBrowserImpl.java:88)
   at org.netbeans.core.browser.xulrunner.WebBrowserImpl$1.stateChanged(WebBrowserImpl.java:132)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:130)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:116)
   at org.netbeans.core.browser.xulrunner.BrowserManager$2.run(BrowserManager.java:138)
Comment 1 arun_reginald 2010-05-25 07:37:34 UTC
Created attachment 99417 [details]
stacktrace
Comment 2 Peter Pis 2010-05-25 08:26:12 UTC
Please evaluate.
Comment 3 arun_reginald 2010-05-27 00:57:05 UTC
I must note here that this exception doesn't effect the workings of the Embedded Browser. It just occurs once at the time of the first-use installation.

Other than that, the Embedded Web Browser runs quite well.
Comment 4 phild 2010-09-06 18:22:09 UTC
Created attachment 101903 [details]
stacktrace

Installing embedded browser.