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 165850 - java.io.FileNotFoundException: \home\ap153252\.netbeans\remote\Fractal_1\dist\Debug\GNU-Solaris-Sparc\fractal_1 (??????? ?? ??????? ????? ????????? ????)
Summary: java.io.FileNotFoundException: \home\ap153252\.netbeans\remote\Fractal_1\dist...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Vladykin
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 18:29 UTC by Alexander Pepin
Modified: 2009-05-27 17:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151466


Attachments
stacktrace (1.72 KB, text/plain)
2009-05-22 18:30 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-05-22 18:29:50 UTC
Build: NetBeans IDE Dev (Build 090522)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, x86

User Comments:
akrasny: - create project
- configure remote host with scp synchronization method
- select development host - select newly configured one
- start project (with profiling)
- click on any indicator
=> exception

apepin: - create Fractal sample
- add sparc remote host using secure copy
- run the project
- when execution finishes click on Indicator



Stacktrace: 
java.io.FileNotFoundException: \home\ap153252\.netbeans\remote\Fractal_1\dist\Debug\GNU-Solaris-Sparc\fractal_1 (??????? ?? ??????? ????? ????????? ????)
        at java.io.RandomAccessFile.open(RandomAccessFile.java:0)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
        at org.netbeans.modules.cnd.dwarfdump.FileMagic.<init>(FileMagic.java:58)
        at org.netbeans.modules.cnd.dwarfdump.Dwarf.<init>(Dwarf.java:78)
        at org.netbeans.modules.cnd.gizmo.DwarfSourceInfoProvider.getSourceInfo(DwarfSourceInfoProvider.java:105)
Comment 1 Alexander Pepin 2009-05-22 18:30:01 UTC
Created attachment 82673 [details]
stacktrace
Comment 2 Alexander Pepin 2009-05-22 18:33:41 UTC
java.io.FileNotFoundException: \home\ap153252\.netbeans\remote\Fractal_1\dist\Debug\GNU-Solaris-Sparc\fractal_1 (Системе
не удается найти указанный путь)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
	at org.netbeans.modules.cnd.dwarfdump.FileMagic.<init>(FileMagic.java:58)
	at org.netbeans.modules.cnd.dwarfdump.Dwarf.<init>(Dwarf.java:78)
	at org.netbeans.modules.cnd.gizmo.DwarfSourceInfoProvider.getSourceInfo(DwarfSourceInfoProvider.java:105)
	at org.netbeans.modules.cnd.gizmo.DwarfSourceInfoProvider.fileName(DwarfSourceInfoProvider.java:74)
	at org.netbeans.modules.dlight.perfan.dataprovider.SSStackDataProvider.getSourceFileInfo(SSStackDataProvider.java:267)
	at
org.netbeans.modules.dlight.visualizers.FunctionsListViewVisualizer$GoToSourceAction.getSource(FunctionsListViewVisualizer.java:716)
	at
org.netbeans.modules.dlight.visualizers.FunctionsListViewVisualizer$GoToSourceAction.access$1600(FunctionsListViewVisualizer.java:666)
	at
org.netbeans.modules.dlight.visualizers.FunctionsListViewVisualizer$GoToSourceAction$1.run(FunctionsListViewVisualizer.java:683)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 3 Alexey Vladykin 2009-05-25 17:18:43 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/08654b303f50 - exceptions will appear in log only
Please verify and decide if it's a showstopper or not.
Comment 4 Alexander Pepin 2009-05-25 18:54:01 UTC
the fix is verified in dev build.

I believe that it's a showstopper because despite that bug is harmless it's highly visible while executing a typical
scenario (remote development/profiling on sparc from Windows or Mac). Please follow HR process.
Comment 5 Leonid Lenyashin 2009-05-26 07:28:19 UTC
It is a critical issue for Cloud access, so I also think that it is a showstopper.
Comment 6 Quality Engineering 2009-05-26 07:32:48 UTC
Integrated into 'main-golden', will be available in build *200905260201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/08654b303f50
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: #165850 java.io.FileNotFoundException: \home\ap153252\.netbeans\remote\Fractal_1\dist\Debug\GNU-Solaris-Sparc\fractal_1
Comment 7 Maria Tishkova 2009-05-26 11:14:11 UTC
I have reviewed the changes and everything looks just fine, fix is correct and safe
Comment 8 Alexey Vladykin 2009-05-26 13:40:37 UTC
Fixed in release67: http://hg.netbeans.org/release67/rev/4fae6e645464
Comment 9 Alexander Pepin 2009-05-27 17:17:56 UTC
verified in RC1 build (2009-05-27_00-01-07).