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 228233 - Netbeans freezes after open project configuration
Summary: Netbeans freezes after open project configuration
Status: RESOLVED DUPLICATE of bug 206567
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 07:46 UTC by WebCF
Modified: 2013-05-21 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception Reporter does not connect (5.31 KB, image/png)
2013-04-04 07:46 UTC, WebCF
Details
Hint: Slowness detected (5.61 KB, image/png)
2013-04-04 07:47 UTC, WebCF
Details
Contains files with errors (6.17 KB, image/png)
2013-04-04 07:47 UTC, WebCF
Details
ProfileMeNow-Snapshot (262.66 KB, application/octet-stream)
2013-04-08 08:03 UTC, WebCF
Details
IDE Log (32.42 KB, application/octet-stream)
2013-04-08 08:03 UTC, WebCF
Details

Note You need to log in before you can comment on or make changes to this bug.
Description WebCF 2013-04-04 07:46:04 UTC
My environment:

NB 7.3 (english)
Win8 x64
JRE 1.7U17

Since upgrade to NB 7.3 on my system, I'm having two issues:

* If I open a project-property window (Right click -> Properties) the dialog freezes immediately. After ~1minute it is active. If I do ANY action in that dialog -> freeze again (for about 1 minute).


The Slowness detector sometimes shows a hint and ask me to report a problem, but if I click it, its stuck at "connecting to Exception reporter".


The second thing: Netbeans detects errors in folders (Contains files with errors), but there are no files wich have any problems. Whats wrong with these folders?

All these problems does not occur while using NB 7.2.1 on the same machine.
Comment 1 WebCF 2013-04-04 07:46:39 UTC
Created attachment 133295 [details]
Exception Reporter does not connect
Comment 2 WebCF 2013-04-04 07:47:13 UTC
Created attachment 133296 [details]
Hint: Slowness detected
Comment 3 WebCF 2013-04-04 07:47:40 UTC
Created attachment 133297 [details]
Contains files with errors
Comment 4 WebCF 2013-04-04 07:49:03 UTC
Additional information for the Exception Reporter:

Maybe proxy issue? Proxy settings: Manual proxy Settings is set.
Comment 5 Marian Mirilovic 2013-04-05 09:05:48 UTC
Exception Reporter & Slowness detector problems are related to issue 228156 (facing problems with netbeans.org after recent migration to new location) .. the rest is I guess project issue ...
Comment 6 WebCF 2013-04-05 09:10:27 UTC
(In reply to comment #5)
> the rest is I guess project issue ...

In what extend? Deleting the project and open (or create a new one by fetch it from the svn) did not help.
Comment 7 Milos Kleint 2013-04-05 09:15:23 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > the rest is I guess project issue ...
> 
> In what extend? Deleting the project and open (or create a new one by fetch it
> from the svn) did not help.

the original  message was meant to say that it's being reassigned to project system area for evaluation.
Comment 8 Milos Kleint 2013-04-08 07:15:49 UTC
what project type is your project?

I will need at least a thread dump attached, if the profiling snapshot cannot be attached.
Comment 9 WebCF 2013-04-08 08:02:35 UTC
(In reply to comment #8)
> what project type is your project?
> 
> I will need at least a thread dump attached, if the profiling snapshot cannot
> be attached.

Project Type? It's a PHP-project.

I've created a ProfileMeNow Snapshot and attached the IDE-Log as well. I hope it will help you.
Comment 10 WebCF 2013-04-08 08:03:23 UTC
Created attachment 133354 [details]
ProfileMeNow-Snapshot
Comment 11 WebCF 2013-04-08 08:03:52 UTC
Created attachment 133355 [details]
IDE Log
Comment 12 WebCF 2013-04-08 08:14:09 UTC
I've tried the steps described at http://wiki.netbeans.org/GenerateThreadDump (Console on Windows) but the console window (--console new) is always empty?
Comment 13 Milos Kleint 2013-04-09 12:28:34 UTC
according to profiling snapshot, most time in awt is spent in php related codebase that appears to be touching network and timing out.. reassigning
Comment 14 WebCF 2013-05-03 11:54:53 UTC
New information:

* If I set the proxy settings to "Use System Proxy Settings" (the system proxy settings use a manual proxy IP/Port for all protocols) or "Manual Proxy Settings" (set to the same IP/Port as in system settings Netbean's properties WILL FREEZE

* If I set it to "No Proxy" all is running fine, the properties does not freeze anymore.

Whats going on?

I can reproduce this issue now on Win8 x64 and Win7 x64!
Comment 15 WebCF 2013-05-03 12:38:05 UTC
Ok, I've got some interesting informations...

I've installed Network Monitor from MS and searched for connections - and found something:

Every time, I've opened properties, a SMB request was made (checked that out 4 times, they do not appear if I do nothing and appear immediately after open properties).

This request was made by System and it want to access \\xxx.xxx.xxx.xxx\some_share\Program Files\

It want to access the not existing folder Program Files on an existing share.

This happens both with proxy en- or disabled (but without freeze with no proxy.

The server return error code 52, STATUS_OBJECT_NAME_NOT_FOUND.
Same error code was returned after I've created the folder Program Files.

Could you tell me, if NB has such a feature? It seems really, that NB causing this SMB-connections... Weird..
Comment 16 Tomas Mysik 2013-05-21 09:59:46 UTC
Already fixed, thanks for reporting.

*** This bug has been marked as a duplicate of bug 206567 ***