Chrome does not debug with netbeans conector

Asked

Viewed 2,084 times

3

I installed the extension (plugin) Netbeans connector for the Chrome browser but does not open anything, only a white screen with the "netbeans conecttor" message is debugging this tab. Has anyone been there? There is a solution?

  • 1

    Strange because I used it and I didn’t have to do anything extra, just install the plugin same. Netbeans, by default, will run a page called index.html (at the root of the web directory) and if there is no file with that name it will open a blank page, isn’t that right? If you deleted the file mentioned before and created other html/jsp files, I can even give you an answer.

  • 1

    has the index.xhtml file at the root of the "web pages" folder is a jsf project I did in college. I believe everything is correct because it was all developed by the teacher, only in my not this with this problem in the normal open college lab... will I have to configure something in the ide?

  • 1

    In the archive web.xml has some tag <welcome-file>?

  • 1

    would that be? <Welcome-file-list> <Welcome-file>faces/index.xhtml</Welcome-file> </Welcome-file-list>

  • 1

    Um, the welcome file has already been set. If the project ta ok, wouldn’t it be the server? Ta using Tomcat?

  • 1

    Yes I am using Tomcat on port 8084. follows the log print: http://prntscr.com/7ebyr6

  • 1

    So the problem is not the plugin something in your application that is launching a NullPointerException. Take a look at the method doFilter in class FiltroBD, without the code has no way to give an answer.

Show 2 more comments

2 answers

1

It also happened to me when I was trying to raise an "index.php".

I decided as follows:

In the NETBEANS toolbar open the browsers that can be used choose: "Default IDE Chrome Browser".

Mine didn’t work because it was marked only Chrome.

-1

The same problem happened to me, I solved it this way:

Open Tools => Options => Web Browser select Chrome => Click Ok.

On the left side of the run project icon, there is a browser icon, select "Default IDE browser", icon related to the previously selected browser.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.