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 239255 - NoSuchFileException at org.netbeans.modules.cnd.editor.cos.COSRedirectorImpl$StorageItem.propertyChange(COSRedirectorImpl.java:420)
Summary: NoSuchFileException at org.netbeans.modules.cnd.editor.cos.COSRedirectorImpl$...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Linux
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: TEST
: 239226 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-12-09 08:08 UTC by Jiri Skrivanek
Modified: 2013-12-11 11:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (2.14 KB, text/plain)
2013-12-09 08:08 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-12-09 08:08:19 UTC
Created attachment 142956 [details]
Stack trace.

java.nio.file.NoSuchFileException appears when file is deleted in test (see full stack trace):

  org.netbeans.modules.cnd.editor.cos.COSRedirectorImpl$StorageItem.propertyChange(COSRedirectorImpl.java:420)
  ...
  org.openide.loaders.DataObject.delete(DataObject.java:719)

http://test4u.cz.oracle.com/job/CommitValidationUI-trunk/lastCompletedBuild/testReport/

It started to happen since build 201312070002 and only on Linux. To reproduce:

 ant -k -f java.kit test-qa-functional test-generate-html -Dtest.config=uicommit
Comment 1 Vladimir Voskresensky 2013-12-09 11:37:22 UTC
*** Bug 239226 has been marked as a duplicate of this bug. ***
Comment 2 Vladimir Voskresensky 2013-12-09 11:55:40 UTC
It occurs in non-test runs as well
http://hg.netbeans.org/cnd-main/rev/7a43aaf5cb20
Comment 3 Jiri Skrivanek 2013-12-09 12:09:01 UTC
Why is it 74patch2-candidate? Are you able to reproduce it in NetBeans 7.4?
Comment 5 Vladimir Voskresensky 2013-12-09 13:28:33 UTC
yes. I can reproduce it in 7.4. It is effect of 
http://hg.netbeans.org/releases/rev/a6b468438aa9
Comment 6 Quality Engineering 2013-12-10 02:44:41 UTC
Integrated into 'main-silver', will be available in build *201312100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7a43aaf5cb20
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #239255 - NoSuchFileException
- file not found is valid situation
Comment 7 Vladimir Voskresensky 2013-12-10 04:20:36 UTC
*** Bug 239218 has been marked as a duplicate of this bug. ***