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 199047 - Exceptions during remote tests
Summary: Exceptions during remote tests
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-31 14:47 UTC by Egor Ushakov
Modified: 2011-06-01 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2011-05-31 14:47:05 UTC
on ubuntu:
INFO: [372823 ms.] Error Downloading dev-tester1@tulos:22:/tmp/greenbox-Linux-x86_64-tester-dev-tester1-hudson0/simple_make_project_to_import-orig/SSS/xxx to /export/home/tester/hudson/workspace/cnd-test-ubuntu.x86_64@2/unit/userdir/var/cache/remote-files/tulos_22_dev-tester1/tmp/greenbox-Linux-x86_64-tester-dev-tester1-hudson0/simple_make_project_to_import-orig/SSS/xxx
    [junit] 2: No such file
    [junit] 	at org.netbeans.modules.nativeexecution.api.util.SftpSupport.decorateSftpException(SftpSupport.java:210)
    [junit] 	at org.netbeans.modules.nativeexecution.api.util.SftpSupport.access$500(SftpSupport.java:91)
    [junit] 	at org.netbeans.modules.nativeexecution.api.util.SftpSupport$Downloader.work(SftpSupport.java:473)
    [junit] 	at org.netbeans.modules.nativeexecution.api.util.SftpSupport$Worker.call(SftpSupport.java:233)
    [junit] 	at org.netbeans.modules.nativeexecution.api.util.SftpSupport$Worker.call(SftpSupport.java:216)
    [junit] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    [junit] 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    [junit] 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
    [junit] 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
    [junit] Caused by: java.io.FileNotFoundException: /tmp/greenbox-Linux-x86_64-tester-dev-tester1-hudson0/simple_make_project_to_import-orig/SSS/xxx
    [junit] 	at org.netbeans.modules.nativeexecution.api.util.SftpSupport.decorateSftpException(SftpSupport.java:208)
Comment 1 Vladimir Kvashin 2011-05-31 15:03:45 UTC
It complains about files that are removed while performing clean/build. So there are no real errors here. However I agree that these traces should be removed somehow.
Comment 2 Vladimir Kvashin 2011-05-31 17:16:54 UTC
http://hg.netbeans.org/releases/rev/45e4284448a5
Comment 3 Quality Engineering 2011-06-01 13:13:46 UTC
Integrated into 'main-golden', will be available in build *201106010401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4d6df2b02898
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #199047 - Exceptions during remote tests
(transplanted from 45e4284448a5df634ce920c165da22958d4d5061)