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 241249 - Asking endlessly for chrome extension
Summary: Asking endlessly for chrome extension
Status: RESOLVED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: Inspection (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 22:03 UTC by Saucistophe
Modified: 2014-02-02 14:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The popup preventing me from going on. (10.31 KB, image/png)
2014-02-01 23:34 UTC, Saucistophe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saucistophe 2014-01-31 22:03:48 UTC
In a Maven WebApp project, I tried to run a servlet by right clicking it, selecting a glassfish server, then run.

The following popup showed up:

"The NetBeans Chrome extension is installed but it is disabled. Please go to the Chrome's Extension preferences, enable it manually and press OK to continue."

When I click OK, nothing happens, and the pop up spawns back. I have to kill the netbeans process to exit.
Comment 1 Vladimir Riha 2014-01-31 22:50:25 UTC
What browser do you use to run the project? If Chrome with NetBeans integration, you need to enable the Netbeans connector extension in Chrome ( from the message it seems like you have it installed but disabled). The OK button retries the run again and if extension is not enabled, it pops up again . I not at PC so I can check but isnt  there also Cancel button?
Comment 2 Saucistophe 2014-02-01 23:34:46 UTC
Created attachment 144685 [details]
The popup preventing me from going on.
Comment 3 Saucistophe 2014-02-01 23:36:07 UTC
(In reply to Vladimir Riha from comment #1)
> What browser do you use to run the project? If Chrome with NetBeans
> integration, you need to enable the Netbeans connector extension in Chrome (
> from the message it seems like you have it installed but disabled). The OK
> button retries the run again and if extension is not enabled, it pops up
> again . I not at PC so I can check but isnt  there also Cancel button?

I use Chrome. I do have the Chrome-Netbeans extension, but as you can see on the previous attachment, there is no cancel button on the popup.
Comment 4 Vladimir Riha 2014-02-01 23:52:26 UTC
Well there is the X button, that closes the dialog for me on Linux
Comment 5 Saucistophe 2014-02-01 23:57:56 UTC
(In reply to Vladimir Riha from comment #4)
> Well there is the X button, that closes the dialog for me on Linux

The X button solves the problem in Windows as well, I haven't even thought of using it, sorry about that!
Comment 6 Vladimir Riha 2014-02-02 14:31:09 UTC
No problem, I'm glad it works.