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 181802 - Manual FTP Upload/Download Locks NetBeans if Remote Synchronization is running
Summary: Manual FTP Upload/Download Locks NetBeans if Remote Synchronization is running
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 14:59 UTC by emarius89
Modified: 2010-03-11 03:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The IDE locked (83.43 KB, image/jpeg)
2010-03-10 14:59 UTC, emarius89
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emarius89 2010-03-10 14:59:18 UTC
Created attachment 95017 [details]
The IDE locked

For all my projects, I activate the Run Configuration option to Upload files on Save.
If I try to manually upload/download a file (right click on file -> Upload/Download) while the automatic upload is running, the IDE locks and I have to end the netbeans process via the Task Manager.

It is annoying and also costs me a lot of time managing this problem.
Comment 1 Filip Zamboj 2010-03-11 03:29:28 UTC
hi, we need more information, please. 

1. build number (Help -> About)

2. generate thread dump when it happens again. 
http://wiki.netbeans.org/GenerateThreadDump

3. attach messages log with ftp logging enabled. add this switch after netbeans run command. 
-J-Dorg.netbeans.modules.php.project.connections.level=500
Example: 
./netbeans -J-Dorg.netbeans.modules.php.project.connections.level=500
or 
netbeans.exe -J-Dorg.netbeans.modules.php.project.connections.level=500 



my build where I can't reproduce: 
Product Version: NetBeans IDE Dev (Build 100310-9ff6c4eb76b6)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01
Comment 2 Tomas Mysik 2010-03-11 03:30:10 UTC
Should be fixed in development version of NetBeans.
Please notice that if upload-on-save is _running_ (I mean really copying files) then manual upload/download is "in conflict" with it - one has to wait till upload-on-save finishes.