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 233638 - Navigator stuck on "Please wait..."
Summary: Navigator stuck on "Please wait..."
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-07-30 09:22 UTC by Vladimir Riha
Modified: 2016-07-07 07:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (62.33 KB, application/octet-stream)
2013-07-30 09:22 UTC, Vladimir Riha
Details
threaddumps (9.59 KB, application/x-zip-compressed)
2013-07-30 09:24 UTC, Vladimir Riha
Details
another IDE log (53.98 KB, text/plain)
2013-07-31 12:47 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-07-30 09:22:38 UTC
Created attachment 137987 [details]
IDE log

I saw it twice already, for JSON and JS file. I simply created a new HTML project, new JS file inside and pasted snipper from [1]. Case with JSON happened with JSON snippet few lines below on the same page.

Navigator is stuck on Please wait, I tried to reopen Navigator, type in the given JS/JSON file and save it to somehow trigger refresh but no luck. Also reopening the file does not help. If I switch to e.g. some other JS file, then it has correct Navigator window but switching back to the affected file brings Please wait again. Scan for external changes also does not help.

Except of Navigator, all seems to work fine (code folding, syntax checking, breadcrumbs)

I'm attaching 3 threadumps taken ~15seconds apart of each other.

[1] http://wiki.netbeans.org/TS_74_JavaScriptEditor#Test_suite:_Syntax_Highlighting



Product Version: NetBeans IDE Dev (Build 201307292300)
Updates: Updates available
Java: 1.7.0_40-ea; Java HotSpot(TM) 64-Bit Server VM 24.0-b54
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-ea-b35
System: Windows 8 version 6.2 running on amd64; Cp1252; en_US (nb)
Comment 1 Vladimir Riha 2013-07-30 09:24:45 UTC
Created attachment 137988 [details]
threaddumps
Comment 2 Petr Hejl 2013-07-31 12:33:48 UTC
Hmm, all threads seems to be "idle" so it is not a deadlock or livelock or slowness. Any exceptions in the IDe log?
Comment 3 Vladimir Riha 2013-07-31 12:47:19 UTC
Created attachment 138062 [details]
another IDE log

First IDE log was attached with bug creation, here is another one that seems OK to me though.

If that matters, once I create new JS file, I press Ctrl+A and paste content of clipboard. It is fairly quick action, but I waited for any scanning to be finished before pasting.
Comment 4 Vladimir Riha 2013-08-09 12:23:32 UTC
I've just seen it on Linux as well after creating a new file and starting to type some code in it

Product Version: NetBeans IDE Dev (Build 201308072300)
Java: 1.7.0_40-ea; Java HotSpot(TM) Client VM 24.0-b52
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-ea-b33
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 5 Vladimir Riha 2013-08-16 08:11:57 UTC
Is it possible that this is some general issue not specific to JavaScript? I've just seen it with Less file
Comment 6 MackSix 2013-09-21 07:25:41 UTC
1. I see this happen if I open a java file and 2 or 3 text or properties files. 

2. Start at the right and click the X on the document tab and close each text or property file.

3. When the last one is closed, the Navigator perpetual indicates "Please Wait..." and never populates. 

I tried different ways to get it to respond, but clicking on the Properies window and then back on the document tab or in the editor will cause it to populate again.

I can get it to happen mostly every time I do this.


Product Version: NetBeans IDE 7.4 RC1 (Build 201309162201)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b48
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b106
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 7 Petr Pisl 2014-02-07 08:22:56 UTC
I have seen this as well many times. IMHO this is not specific to the js and it's problem in csl infrastructure.
Comment 8 t.grinwis 2014-02-10 01:30:45 UTC
I encounter this problem also in C++ projects.
By clicking several times on the Navigator window (in side bar),
the 'please wait' in navigator window disappears and is showing correct data.
Comment 9 Martin Balin 2016-07-07 07:30:08 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss