Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Error on connecting proxy:

Hi Mile,

What resource manager are you using? Are you trying to able to run the job (not debug it)?

Regards,
Greg

On Sep 20, 2009, at 1:52 PM, Mile Sikic wrote:

Hello

I have installed ptp 3.0 onmy laptop in accordance to instructions from http://wiki.eclipse.org/PTP/release_notes/3.0. Every step passed, until the testing phase in Eclipse.

I have tried to launch an "MPI hello world" application. After some time it returns a few errors.

The .log file is as following
SESSION 2009-09-20 17:01:23.365 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 2 1 2009-09-20 17:10:00.349
!MESSAGE NLS unused message: DownloadBackAction_FailedFetchRemoteProperties in: org.eclipse.ptp.launch.messages.mes

!ENTRY org.eclipse.osgi 2 1 2009-09-20 17:10:01.334
!MESSAGE NLS missing message: SDMRunner_20 in: org.eclipse.ptp.debug.sdm.core.messages.messages

!ENTRY org.eclipse.ptp.launch 4 4 2009-09-20 17:26:45.527
!MESSAGE Error on connecting proxy: Not ready to receive events
!STACK 1
org.eclipse.core.runtime.CoreException: Error on connecting proxy: Not ready to receive events
        at org.eclipse.ptp.debug.internal.core.PSession.connectToDebugger(PSession.java:153)
        at org.eclipse.ptp.launch.ParallelLaunchConfigurationDelegate$1$1.run(ParallelLaunchConfigurationDelegate.j
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SUBENTRY 1 org.eclipse.ptp.debug.core 4 4 2009-09-20 17:26:45.528
!MESSAGE Error on connecting proxy: Not ready to receive events

!ENTRY org.eclipse.ptp.launch 4 4 2009-09-20 17:30:05.981
!MESSAGE Error on connecting proxy: Not ready to receive events
!STACK 1
org.eclipse.core.runtime.CoreException: Error on connecting proxy: Not ready to receive events
        at org.eclipse.ptp.debug.internal.core.PSession.connectToDebugger(PSession.java:153)
        at org.eclipse.ptp.launch.ParallelLaunchConfigurationDelegate$1$1.run(ParallelLaunchConfigurationDelegate.j
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SUBENTRY 1 org.eclipse.ptp.debug.core 4 4 2009-09-20 17:30:05.981
!MESSAGE Error on connecting proxy: Not ready to receive events

I have not previous expirience with this application so I will be glad if someone can help me

Mile Sikic

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


Back to the top