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 230901 - NullPointerException at org.netbeans.modules.extbrowser.UnixBrowserImpl.loadURLInBrowser
Summary: NullPointerException at org.netbeans.modules.extbrowser.UnixBrowserImpl.loadU...
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.3
Hardware: All Linux
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-07 08:58 UTC by fortruth
Modified: 2013-07-09 06:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201239


Attachments
stacktrace (373 bytes, text/plain)
2013-06-07 08:58 UTC, fortruth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2013-06-07 08:58:43 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_27-b27
OS: Linux

User Comments:
fortruth: run a java web project. when the configured web browser doesn't exist any more.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.extbrowser.UnixBrowserImpl.loadURLInBrowser(UnixBrowserImpl.java:173)
   at org.netbeans.modules.extbrowser.UnixBrowserImpl$1.run(UnixBrowserImpl.java:153)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2044)
Comment 1 fortruth 2013-06-07 08:58:49 UTC
Created attachment 135484 [details]
stacktrace
Comment 2 Tomas Mysik 2013-07-08 09:31:07 UTC
Taking over.
Comment 3 Tomas Mysik 2013-07-08 09:45:01 UTC
Well, I cannot reproduce this issue (for me, the original browser will be opened).

However, Davide, if one removes a browser in Tools > Options, the browser picker does not update/refresh. Could you please fix it or tell me where should I have a look?

Thanks.
Comment 4 Tomas Mysik 2013-07-09 06:10:52 UTC
(In reply to comment #3)
> However, Davide, if one removes a browser in Tools > Options, the browser
> picker does not update/refresh. Could you please fix it or tell me where should
> I have a look?

Submitted as issue #232418.

Thanks.
Comment 5 Tomas Mysik 2013-07-09 06:11:29 UTC
Since I cannot reproduce it, closing as WORKSFORME.

Thanks.