Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Failed to create control for the dynamic tab "Basic Optoins"

Hi Greg,

I tried both, with "Use built-in SDM" checked and unchecked. In both cases I get the same error, "Path "/usr/local/bin/sdm not found."

To make sure that I did not messed up something I installed second (fresh) copy of eclipse,  installed sdm and checked "Eclipse Installation Details" for sdm:

PTP Scalable Debug Manager (SDM) 7.0.2.201307220255 org.eclipse.ptp.debug.sdm

I also searched the Help for sdm. I found this:
-----------------------------------------------------------------------------------
If you are debugging on the local machine, this path should point to the sdm executable in your Ecilpse installation's plugins/org.eclipse.ptp.os.arch_version/bin directory, where os.arch_version is your operating system (linux, macosx, or aix), architecture (x86, x86_64, or ppc), and version number of the plugin (e.g. 5.0.0.201106080812).

Note: This may have required an extra step during installation to build this executable.
-----------------------------------------------------------------------------------

There is no "org.eclipse.ptp.linux.x86_64_*", actually there is no directory under plugins with subdirectory bin.

There is however a jar file with name resembling "org.eclipse.ptp.os.arch_version" pattern:
 org.eclipse.ptp.linux_7.0.2.201307220255.jar

In addition, there is a bunch of *sdm*.jar files:

[c64:~/Downloads/eclipse/plugins] ls -l | grep sdm
-rw-r--r-- 1 tsariysk users   812527 Jul 22 20:10 org.eclipse.ptp.debug.sdm_7.0.2.201307220255.jar
-rw-r--r-- 1 tsariysk users   111154 Jun 13 23:52 org.eclipse.ptp.debug.sdm.core_7.0.0.201306121917.jar
-rw-r--r-- 1 tsariysk users    70000 Jul 22 20:09 org.eclipse.ptp.debug.sdm.core_7.0.0.201307220255.jar
-rw-r--r-- 1 tsariysk users    44419 Jun 13 23:52 org.eclipse.ptp.debug.sdm.ui_5.0.0.201306121917.jar
-rw-r--r-- 1 tsariysk users    44429 Jul 22 20:09 org.eclipse.ptp.debug.sdm.ui_5.0.0.201307220255.jar

What is the "extrea step" to build sdm executable, mentioned in the Help?

"Note: This may have required an extra step during installation to build this executable."


Thanks,
--Ted







On 07/22/2013 08:03 PM, Greg Watson wrote:
Ted,

Is the "Use built-in SDM" option set on the debug launch configuration?

If yes, then I would suggest trying deleting the debug launch configuration and creating a new one.

Regards,
Greg

On Jul 22, 2013, at 7:02 PM, Ted Sariyski <tsariysk@xxxxxxxxxxxxxx> wrote:

Hi Greg,
After fixing the path I am able to create debug configuration with  "Open MPI-Generic-Interactive", but at runtime it complains that cannot find sdm.

 I tried to (re)install sdm, but got: "Cannot complete the request.  See the error log for details."
------------------------------------------------------------------
"PTP Scalable Debug Manager (SDM)" will be ignored because a newer version is already installed
------------------------------------------------------------------
(version on org.eclipse.ptp.debug.sdm.feature.group is 7.0.0 while I have already installed is 7.0.2)

Could you advice, please?
Thanks,
--Ted


On 07/22/2013 06:31 PM, Greg Watson wrote:
Hi Ted,

For the first problem, see this FAQ:


For the second, the MPICH2-Generic-Interactive target configuration does not support debugging.

Regards,
Greg

On Jul 21, 2013, at 9:39 PM, Ted Sariyski <tsariysk@xxxxxxxxxxxxxx> wrote:

Greg,

I rebuilt the project with OpenMPI and tried target resource configuration "Open MPI-Generic-Interactive", but got Launch Error:
------------------------------------------------------------------
Failed to execute command: ompi_info -a --parseable
Reason:
Cannot run program "ompi_info": Unknown reason
------------------------------------------------------------------

Next I used customized "MPICH2 Generic-Interactive" target configuration. With it I am able to create and use  run configurations, but debug configurations complain that cannot find sdm.

 I tried to (re)install sdm, but got: "Cannot complete the request.  See the error log for details."
------------------------------------------------------------------
"PTP Scalable Debug Manager (SDM)" will be ignored because a newer version is already installed
------------------------------------------------------------------
(version on org.eclipse.ptp.debug.sdm.feature.group is 7.0.0 while I have already installed is 7.0.2)

Could you advice, please?
Thanks,
--Ted




Back to the top