Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] error starting the OMPI proxy runtime

If you launch Eclipse using your window manager it will probably have a different path to the one you see at the command line. Either launch Eclipse from the command line, or modify the path your window manager passes to applications. See the troubleshooting section of the release notes.

Greg


On Mar 8, 2006, at 11:21 PM, yang ke wrote:

Followed the instructions provided by Beth (Thanks very much :-) ),I've installed OpenMPI(1.0.2a9),and mpirun works well.However,once I specified the Control and Monitor System both ORTE,PTP complained as follows: There was an error starting the OMPI proxy runtime. The path to 'orte_server' or 'orted' may have been incorrect. The 'orted' binary MUST be in your PATH to be found by 'orte_server'... Of course I put orte_server and sdm into the direcotries Beth gives,orted included in $PATH,and I can run such commands:
jodiusyk@yk:~> orted
jodiusyk@yk:~>
[nothing displayed]
jodiusyk@yk:~>/opt/ecliplugin/ptporte/eclipse/plugins/ org.eclipse.ptp.orte.linux.x86_1.0.0/bin/orte_server
proxy_svr_connect returned.
[seems to hang]

Can anybody help me? Thanks.
I found the console information(I guess ORTEInit() in ORTEStartDaemon() in orte_server.c failed):

jodiusyk@yk:~> /opt/eclipse/eclipse -clean
Your Control System Choice: 'Open Runtime Environment (ORTE)'
Your Monitoring System Choice: 'Open Runtime Environment (ORTE)'
refreshRuntimeSystems
SHUTTING DOWN CONTROL/MONITORING/PROXY systems where appropriate
OMPIProxyRuntimeClient - firing up proxy, waiting for connecting. Please wait! This can take a minute . . .
ORTE_SERVER path = '/opt/openmpi/bin/orted'
sessionCreate(0)
bind(0.0.0.0/0.0.0.0:0)
port=1037
Waiting on accept.
OMPIProxyRuntimeClient waiting on {201, 210}
RUNNING PROXY SERVER COMMAND: '/opt/openmpi/bin/orted --port=1037'
accept thread starting...
Exception starting up proxy. :(
Failed to start up the proxy runtime.
accept thread exiting...
refreshRuntimeSystems
SHUTTING DOWN CONTROL/MONITORING/PROXY systems where appropriate
OMPIProxyRuntimeClient - firing up proxy, waiting for connecting. Please wait! This can take a minute . . . ORTE_SERVER path = '/opt/ecliplugin/ptporte/eclipse/plugins/ org.eclipse.ptp.orte.linux.x86_1.0.0/bin/orte_server'
sessionCreate(0)
bind(0.0.0.0/0.0.0.0:0)
port=1038
Waiting on accept.
OMPIProxyRuntimeClient waiting on {201, 210}
RUNNING PROXY SERVER COMMAND: '/opt/ecliplugin/ptporte/eclipse/ plugins/org.eclipse.ptp.orte.linux.x86_1.0.0/bin/orte_server -- port=1038'
accept thread starting...
AbstractProxyRuntimeClient.handleEvent() got event EVENT_CONNECTED
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_CONNECTED
OMPIProxyRuntimeClient notifying...
OMPIProxyRuntimeClient awoke!
<0000000b STARTDAEMON>
OMPIProxyRuntimeClient waiting on {200, 201}
++++++++++ orte_server: proxy_svr_connect returned.
++++++++++ orte_server: StartDaemon(orted orted --scope public -- seed --persistent)
++++++++++ orte_server: Starting execv now!
++++++++++ orte_server: PARENT: orted_pid = 6184
accept thread exiting...
event thread starting...
++++++++++ orte_server: ORTEInit
++++++++++ orte_server: ARgh!  An error!
++++++++++ orte_server: ERROR Unreachable
AbstractProxyRuntimeClient.handleEvent() got event EVENT_OK 201 1200 C:556E726561636861626C6500
OMPIProxyRuntimeClient got event: EVENT_RUNTIME_ERROR 1200 Unreachable
OMPIProxyRuntimeClient notifying...
OMPIProxyRuntimeClient awoke!
Exception starting up proxy. :(
<00000003 QUI>
Failed to start up the proxy runtime.
++++++++++ orte_server: ORTEQuit called!
++++++++++ orte_server: ORTEShutdown() called. Telling daemon to turn off.
++++++++++ orte_server: ompi_sendcmd 1
++++++++++ orte_server: ompi_sendcmd 2
++++++++++ orte_server: ompi_sendcmd 3
++++++++++ orte_server: ompi_ sendcmd 4
refreshRuntimeSystems
SHUTTING DOWN CONTROL/MONITORING/PROXY systems where appropriate
User selected 1 simulated machines.
SimPreferences: Machine 0 = 10 nodes
MACHINE: machine0 - #nodes = 10
event thread exiting...

Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.

Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top