Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] PTP nodeChange error

Hi, 

I have installed 
eclipse-cpp-helios-SR1-linux-gtk-x86_64.tar.gz.gz
and 
rdt-server-linux-4.0.0.tar

My java: 

-bash-3.2$ java -version
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode

I can see the machine and its nodes (with green color) and also start resource manager. 

I can launch a job to the machine. 

I am trying to run the Open MPI helloworld program by using PTP 4.0 .

But, I got errors: 

Any help is appreciated. 

Jack
Oct. 30 2010
------------------------------------

eclipse.buildId=M20100909-0800
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product


Error
Sat Oct 30 19:45:50 CDT 2010
QueueChange: unknown queue 100663693


---------------------------------------


eclipse.buildId=M20100909-0800
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product


Error
Sat Oct 30 19:45:49 CDT 2010
Problems occurred when invoking code from plug-in: "org.eclipse.ptp.ui".

org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:404)
at org.eclipse.swt.widgets.Table.getSelection(Table.java:1614)
at org.eclipse.jface.viewers.TableViewer.doGetSelection(TableViewer.java:238)
at org.eclipse.jface.viewers.AbstractTableViewer.getSelectionFromWidget(AbstractTableViewer.java:483)
at org.eclipse.jface.viewers.StructuredViewer.getSelection(StructuredViewer.java:1024)
at org.eclipse.ptp.debug.internal.ui.views.variable.PVariableView.getSelection(PVariableView.java:98)
at org.eclipse.ptp.debug.internal.ui.views.variable.PVariableView.updateActionsEnable(PVariableView.java:180)
at org.eclipse.ptp.debug.internal.ui.views.variable.PVariableViewEventHandler.jobChangedEvent(PVariableViewEventHandler.java:82)
at org.eclipse.ptp.ui.managers.AbstractElementManager$1.run(AbstractElementManager.java:118)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ptp.ui.managers.AbstractElementManager.fireJobChangedEvent(AbstractElementManager.java:116)
at org.eclipse.ptp.debug.ui.UIDebugManager.fireJobChangedEvent(UIDebugManager.java:189)
at org.eclipse.ptp.ui.managers.JobManager.removeJob(JobManager.java:409)
at org.eclipse.ptp.debug.ui.UIDebugManager.removeJob(UIDebugManager.java:496)
at org.eclipse.ptp.ui.views.ParallelJobsView$QueueChildListener.handleEvent(ParallelJobsView.java:228)
at org.eclipse.ptp.internal.core.elements.PQueue.fireRemoveJobs(PQueue.java:240)
at org.eclipse.ptp.internal.core.elements.PQueue.removeJobs(PQueue.java:186)
at org.eclipse.ptp.rmsystem.AbstractResourceManager.removeJobs(AbstractResourceManager.java:1107)
at org.eclipse.ptp.rmsystem.AbstractRuntimeResourceManager.handleEvent(AbstractRuntimeResourceManager.java:637)
at org.eclipse.ptp.rtsystem.AbstractRuntimeSystem.fireRuntimeRemoveJobEvent(AbstractRuntimeSystem.java:217)
at org.eclipse.ptp.rtsystem.AbstractProxyRuntimeSystem.handleEvent(AbstractProxyRuntimeSystem.java:497)
at org.eclipse.ptp.proxy.runtime.client.AbstractProxyRuntimeClient.fireProxyRuntimeRemoveJobEvent(AbstractProxyRuntimeClient.java:390)
at org.eclipse.ptp.proxy.runtime.client.AbstractProxyRuntimeClient.processRunningEvent(AbstractProxyRuntimeClient.java:689)
at org.eclipse.ptp.proxy.runtime.client.AbstractProxyRuntimeClient.runStateMachine(AbstractProxyRuntimeClient.java:937)
at org.eclipse.ptp.proxy.runtime.client.AbstractProxyRuntimeClient$StateMachineThread.run(AbstractProxyRuntimeClient.java:94)
at java.lang.Thread.run(Thread.java:619)



--------------------------------------

eclipse.buildId=M20100909-0800
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product


Error
Sat Oct 30 19:40:50 CDT 2010
NodeChange: unable to find node with ID: 100663426

-----------------------------------------------------


Back to the top