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:

Hello greg

I am using openMPI resource manager
I have tried run the job and I recived the following massage:

!ENTRY org.eclipse.core.jobs 4 2 2009-09-25 09:47:36.914
!MESSAGE An internal error occurred during: "Open Mpi Job".
!STACK 0
java.lang.NullPointerException
        at org.eclipse.ptp.launch.AbstractParallelLaunchConfigurationDelegate$QueueChildListener.handleEvent(AbstractParallelLaunchConfigurationDelegate.java:327)
        at org.eclipse.ptp.internal.core.elements.PQueue.fireChangedJobs(PQueue.java:199)
        at org.eclipse.ptp.internal.core.elements.PQueue.addJobAttributes(PQueue.java:90)
        at org.eclipse.ptp.rmsystem.AbstractResourceManager.updateJobs(AbstractResourceManager.java:1187)
        at org.eclipse.ptp.rm.core.rmsystem.AbstractToolResourceManager.doUpdateJobs(AbstractToolResourceManager.java:140)
        at org.eclipse.ptp.rmsystem.AbstractRuntimeResourceManager.handleEvent(AbstractRuntimeResourceManager.java:273)
        at org.eclipse.ptp.rtsystem.AbstractRuntimeSystem.fireRuntimeJobChangeEvent(AbstractRuntimeSystem.java:117)
        at org.eclipse.ptp.rm.core.rtsystem.AbstractToolRuntimeSystem.changeJob(AbstractToolRuntimeSystem.java:614)
        at org.eclipse.ptp.rm.core.rtsystem.AbstractToolRuntimeSystemJob.changeJobState(AbstractToolRuntimeSystemJob.java:155)
        at org.eclipse.ptp.rm.core.rtsystem.AbstractToolRuntimeSystemJob.run(AbstractToolRuntimeSystemJob.java:691)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SESSION 2009-09-25 10:41:35.191 -----------------------------------------------
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-25 10:42:52.285
!MESSAGE NLS unused message: DownloadBackAction_FailedFetchRemoteProperties in: org.eclipse.ptp.launch.messages.messages

In addition I received the following error:

!ENTRY org.eclipse.equinox.p2.updatesite 4 0 2009-09-25 09:14:15.567
!MESSAGE Error reading feature jar:file:/home/msikic/Desktop/ptp-master-3.0.0-I200908291618.zip!/features/org.eclipse.photran.xlf_5.0.0.200908291618.jar.
!SESSION 2009-09-25 09:19:10.591 -----------------------------------------------
eclipse.buildId=I20090611-1540

regards

Mile

On Tue, Sep 22, 2009 at 10:22 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
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


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



Back to the top