Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

Debugging "Can't start application" error

Joe_Monaco
Beginner
352 Views
I'm running command line collector on 64 bit linux system.

My results are as follows:

amplxe-cl -collect hotspots -r /tmp/results /bin/ls
Error: Can't start application
Using result path `/tmp/results'
Executing actions 50 % done
Error: Error 0x4000001d (Cannot find raw collector data) -- Cannot re-finalize the result: it has no raw collector data.

I haven't been able to find documentation for reasons why I would get this "Can't start application" message. The actual application I use doesn't make a difference.

Does anybody have any insight into why I would get this message?




0 Kudos
1 Reply
Peter_W_Intel
Employee
352 Views

It seems that Ican't reproduceit on my side.

[peter@NHM02 ~]$ vi /etc/group
I think that you installed the product with "root" user, and use amplxe-clafter log-on other user. Are you sure that your useraccount in "vtune" group?

[peter@NHM02 ~]$ source /opt/intel/vtune_amplifier_xe_2011/amplxe-vars.sh
Copyright (C) 2009-2011 Intel Corporation. All rights reserved.
Intel VTune Amplifier XE 2011 (build 150226)

[peter@NHM02 ~]$ amplxe-cl -collect hotspots -r /tmp/results /bin/ls
...
Using result path `/tmp/results'
Executing actions 75 % Generating a report

Summary
-------

Elapsed Time: 0.002
CPU Time: 0
Executing actions 100 % done

Regards, Peter

0 Kudos
Reply