Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Trying PTP on a Mac Mini

Please re-install into a fresh copy of Eclipse and let me know if you still see the error.

Greg

On Mar 14, 2006, at 7:33 PM, Beth Tibbitts wrote:

Got RC4.
When I try to bring up the launch config, I get the crypic popup with red X
"An error has occurred.  See the error log."
It says:
!ENTRY org.eclipse.jface 4 2 2006-03-12 18:42:11.452
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.IllegalArgumentException:
at org.eclipse.core.internal.runtime.Assert.isLegal (Assert.java:58) at org.eclipse.core.internal.runtime.Assert.isLegal (Assert.java:42)
        at org.eclipse.core.runtime.Status.setMessage(Status.java:174)
        at org.eclipse.core.runtime.Status.<init>(Status.java:81)
at org.eclipse.ptp.ui.PTPUIPlugin.refreshRuntimeSystemNow (PTPUIPlugin.java:276) at org.eclipse.ptp.ui.PTPUIPlugin.refreshRuntimeSystem (PTPUIPlugin.java:257) at org.eclipse.ptp.launch.ui.ParallelTab.createControl (ParallelTab.java:120) at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfiguration TabGro\
upViewer.showTabsFor(LaunchConfigurationTabGroupViewer.java:720)



On 3/14/06, Beth Tibbitts <bethtib@xxxxxxxxx> wrote:
OK, will try it tonight.
 Yes he installed it in /usr/local
(used all the defaults on ./configure so i could tell what they did.)


On 3/14/06, Greg Watson <g.watson@xxxxxxxxxxxx > wrote:
Beth,

I've uploaded a new version of the macosx binaries. Can you try again?

Note: with this version, you need to install OpenMPI in either $
(HOME) or /usr/local (so the libraries are located in $(HOME)/lib or /
usr/local/lib), or you need to set your DYLD_LIBRARY_PATH to the
location of the lib directory.

Greg

On Mar 12, 2006, at 7:59 PM, Beth Tibbitts wrote:

notamacintel:/Applications/eclipse/plugins/
org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
zach$ pwd
/Applications/eclipse/plugins/
org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
notamacintel:/Applications/eclipse/plugins/
org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
zach$ otool -L sdm
sdm:
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.1.5)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
version 92.0.0)
notamacintel:/Applications/eclipse/plugins/
org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/bin
zach$

On 3/12/06, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
I suspect Nathan statically linked the orte_server and sdm, rather
than dynamically linking them. Can you do the following and send me
the output?

cd
eclipse/plugins/org.eclipse.ptp.debug.sdm.orte.macosx.ppc_1.0.0/
bin
otool -L sdm

We'll do an RC4 build this week which hopefully should fix this
problem.

Greg



On Mar 12, 2006, at 5:02 PM, Beth Tibbitts wrote:

OK, just for grins my son is trying to install PTP on his Mac Mini.
Stop me if this won't work for some reason...

We have java 1.4.2, eclipse 3.1.2, CDT 3.0.2, OpenMPI 1.0.2a, and
PTP RC3 from the download site.
Can run a test ompi program.
Can build a testMPI.c program in the CDT.  Can run the MPI dev.
tools plugins.
Trying to use PTP parallel debugger:
It hangs on "Starting the debugger..."   then eventually says
"Exception occurred during launch.  Reason: time out"

It doesn't have anything recent in the .log file.
I did a cleanupOmpi.sh to kill any ompi/orte processes etc.

Any ideas, or is this a stupid thing to try to do?

--
...Beth

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



--
...Beth
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




--
...Beth




--
...Beth
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top