Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Re:PTPLauncherFailswithJava.lang.reflect.InvocationTargetException

Ken,

It looks like the debugger (sdm) is not getting started, or crashing for some reason. Please open the Eclipse preferences, then go to PTP>Debug>SDM. In the "Extra SDM arguments" field, enter "--debug" (without the quotes), click OK and try launching a debug session again. Let me know if you see anything different in the terminal window where you launched Eclipse.

Greg

On Jan 7, 2008, at 12:13 PM, Kenneth Evans wrote:

Greg,
 
>> If the dialog hangs here, open a terminal and enter 'ps wwx'. Send me the output.
 
43 blacklab.aps.anl.gov:EVANS>ps wwx
  PID TTY      STAT   TIME COMMAND
 6061 ?        S      0:00 sshd: evans@pts/1
 6062 pts/1    Ss     0:00 -tcsh
 6088 pts/1    S      0:00 /clhome/EVANS/eclipse/eclipse -vm /clhome/aps_tools/jdk1.6.0_01/bin/java -data /clhome/EVANS/src/Eclipse/Work -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m
 6090 pts/1    Sl     0:15 /clhome/aps_tools/jdk1.6.0_01/bin/java -Xms128m -Xmx512m -XX:MaxPermSize=128m -jar /clhome/EVANS/eclipse/startup.jar -os linux -ws gtk -arch x86_64 -launcher /clhome/EVANS/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata f8000 -data /clhome/EVANS/src/Eclipse/Work -vm /clhome/aps_tools/jdk1.6.0_01/bin/java -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m -jar /clhome/EVANS/eclipse/startup.jar
 6131 pts/1    S      0:00 /clhome/EVANS/eclipsePlugins/eclipse/plugins/org.eclipse.ptp.linux.x86_64_1.1.0/bin/ptp_orte_proxy --port=32861
 6135 ?        Ss     0:00 orted --scope public --seed --persistent --no-daemonize --universe PTP-ORTE-6135 --report-uri 5
 6166 ?        S      0:00 /usr/bin/ssh -x puppy1 orted --no-daemonize --bootproxy 3 --name 0.0.1 --num_procs 5 --vpid_start 0 --nodename puppy1 --universe evans@xxxxxxxxxxxxxxxxxxxx:PTP-ORTE-6135 --nsreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863" --gprreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863"
 6167 ?        S      0:00 /usr/bin/ssh -x puppy2 orted --no-daemonize --bootproxy 3 --name 0.0.2 --num_procs 5 --vpid_start 0 --nodename puppy2 --universe evans@xxxxxxxxxxxxxxxxxxxx:PTP-ORTE-6135 --nsreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863" --gprreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863"
 6168 ?        S      0:00 /usr/bin/ssh -x puppy3 orted --no-daemonize --bootproxy 3 --name 0.0.3 --num_procs 5 --vpid_start 0 --nodename puppy3 --universe evans@xxxxxxxxxxxxxxxxxxxx:PTP-ORTE-6135 --nsreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863" --gprreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863"
 6169 ?        S      0:00 /usr/bin/ssh -x puppy4 orted --no-daemonize --bootproxy 3 --name 0.0.4 --num_procs 5 --vpid_start 0 --nodename puppy4 --universe evans@xxxxxxxxxxxxxxxxxxxx:PTP-ORTE-6135 --nsreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863" --gprreplica "0.0.0;tcp://164.54.52.168:32863;tcp://172.16.1.254:32863;tcp://172.17.1.254:32863"
 6183 pts/1    R+     0:00 ps wwx
44 blacklab.aps.anl.gov:EVANS>
 
Thanks,
 
        -Ken

From: ptp-user-bounces@xxxxxxxxxxx [mailto:ptp-user-bounces@xxxxxxxxxxx] On Behalf Of Greg Watson
Sent: Monday, January 07, 2008 10:52 AM
To: PTP User list
Subject: Re: [ptp-user] Re:PTPLauncherFailswithJava.lang.reflect.InvocationTargetException
 
Hi Ken,
 
Sorry about not getting back to you sooner.
 
Can you check if there are any sdm processes running?
 
Try the following:
 
1. Quit out of and restart eclipse.
2. Switch to the PTP Runtime perspective. Wait until you see the nodes for machine0 (this version just makes up a name for the machine).
3. Switch to the PTP Debug perspective.
4. Open the debug launch configuration dialog. Click on the parallel launch configuration for your program. Set the number of processes to 4. Click Debug.
 
If the dialog hangs here, open a terminal and enter 'ps wwx'. Send me the output.
 
Thanks,
 
GReg
 
 
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top