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 187830 - NullPointerException at org.netbeans.core.browser.xulrunner.WebBrowserImpl.createDisabledLabel
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-06-19 16:10 UTC by jiai
Modified: 2012-05-24 12:31 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159809


Attachments
stacktrace (663 bytes, text/plain)
2010-06-19 16:10 UTC, jiai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiai 2010-06-19 16:10:06 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: Cambiando el tipo de explorador

GUEST: I have changed the web browser from the embedded one to Firefox.

GUEST: Installed embedded web brower. Ran php project, was prompted to install required modules, no modules were available in input window, trying to download failed. Chose other option, to disable embedded mozilla browser. got this message

GUEST: Options dialog, selected Default System Browser to be used by the IDE instead of Embedded Browser which didn't work at all

wrdobson: Attempting to invoke the Embedded Browser. Brower came up but clikcing on the "Download and Install" of the required modules failed. It could not make a connection.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.core.browser.xulrunner.WebBrowserImpl.createDisabledLabel(WebBrowserImpl.java:167)
   at org.netbeans.core.browser.xulrunner.WebBrowserImpl.access$100(WebBrowserImpl.java:88)
   at org.netbeans.core.browser.xulrunner.WebBrowserImpl$1.stateChanged(WebBrowserImpl.java:134)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
   at org.netbeans.core.browser.xulrunner.BrowserManager$1.preferenceChange(BrowserManager.java:79)
Comment 1 jiai 2010-06-19 16:10:09 UTC
Created attachment 100244 [details]
stacktrace