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 257591 - java.util.concurrent.ExecutionException: fs_server [3770 140022993700672]: error locking lock file /var/tmp/dlight_c4dev/87210c76/fs_server_cache/lock: Resource temporarily unavailable
Summary: java.util.concurrent.ExecutionException: fs_server [3770 140022993700672]: er...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-15 17:00 UTC by _ nzero2002
Modified: 2016-01-29 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222142


Attachments
stacktrace (1.93 KB, text/plain)
2016-01-15 17:00 UTC, _ nzero2002
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ nzero2002 2016-01-15 17:00:55 UTC
This bug was originally marked as duplicate of bug 254863, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
nzero2002: Open the file. But it was not opened, instead of it the focus moved to already opened file.




Stacktrace: 
java.util.concurrent.ExecutionException: fs_server [3770 140022993700672]: error locking lock file /var/tmp/dlight_c4dev/87210c76/fs_server_cache/lock: Resource temporarily unavailable
   at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.checkValid(FSSDispatcher.java:379)
   at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:436)
   at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:403)
   at org.netbeans.modules.remote.impl.fs.server.FSSTransport.stat_or_lstat(FSSTransport.java:153)
   at org.netbeans.modules.remote.impl.fs.server.FSSTransport.lstat(FSSTransport.java:134)
   at org.netbeans.modules.remote.impl.fs.RemoteFileSystemTransport.lstat(RemoteFileSystemTransport.java:185)
Comment 1 _ nzero2002 2016-01-15 17:00:57 UTC
Created attachment 158146 [details]
stacktrace
Comment 2 Vladimir Kvashin 2016-01-20 07:42:08 UTC
fixed on enum:
5e95593447e6
9b7d2ac6418a
1d7d370a423b
28af74f1a439
bf45556b7c3a
Comment 3 Quality Engineering 2016-01-21 02:22:23 UTC
Integrated into 'main-silver', will be available in build *201601210002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3986a642784d
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #257591 - java.util.concurrent.ExecutionException: fs_server [3770 140022993700672]: error locking lock file:
- native part, source changes
(transplanted from bf45556b7c3a73ef065fcb7bcca6a5fb8b70fef5)
Comment 4 Quality Engineering 2016-01-23 02:21:43 UTC
Integrated into 'main-silver', will be available in build *201601230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2900d0d9c840
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #257591 - java.util.concurrent.ExecutionException: fs_server [3770 140022993700672]: error locking lock file
(transplanted from 5e95593447e693396c812e224d7c1078e7ee4a41)