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 240711 - Cannot profile on remote platform
Summary: Cannot profile on remote platform
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Cyhelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-20 14:37 UTC by Jiri Skrivanek
Modified: 2014-01-22 15:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Execution log. (3.33 KB, text/plain)
2014-01-20 14:41 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-01-20 14:37:13 UTC
It is not possible to profile on remote platform. To reproduce follow http://wiki.netbeans.org/JavaSEEmbeddedHowTo. Error message when you try to profile project:

profile-rp-unzip:
Expanding: C:\Users\JSKRIV~1\AppData\Local\Temp\profiler-server-linuxarmvfphflt.zip into C:\Users\jskrivanek\Documents\NetBeansProjects\JavaApplication6\dist\remotepack
profile-rp-calibrate:
profile-rp-calibrate-passwd:
Connecting to pi.cz.oracle.com:22
cmd : export JAVA_HOME=/opt/ejre1.8.0-compact3; [ -f ~/.nbprofiler/machinedata.jdk18 ] && echo "Calibration data exists: skipping calibration" || /home/tester/NetBeansProjects//JavaApplication6/dist/remotepack/bin/calibrate.sh
bash: /home/tester/NetBeansProjects//JavaApplication6/dist/remotepack/bin/calibrate.sh: No such file or directory
C:\Users\jskrivanek\Documents\NetBeansProjects\JavaApplication6\nbproject\remote-platform-impl.xml:155: The following error occurred while executing this line:
C:\Users\jskrivanek\Documents\NetBeansProjects\JavaApplication6\nbproject\remote-platform-impl.xml:163: Remote command failed with exit status 127
BUILD FAILED (total time: 1 second)

Product Version: NetBeans IDE Dev (Build 201401200001)
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b123
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Jiri Skrivanek 2014-01-20 14:41:32 UTC
Created attachment 144158 [details]
Execution log.
Comment 2 Petr Cyhelsky 2014-01-20 15:23:49 UTC
fixed in:
http://hg.netbeans.org/profiler-main/rev/c12926fdcea9
Comment 3 Quality Engineering 2014-01-22 02:34:36 UTC
Integrated into 'main-silver', will be available in build *201401220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c12926fdcea9
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #240711 - fix remote platform calibration