Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Errors with new ptp

Greetings,

I'm using the latest Eclipse and the latest plugins from the update
site.  Building the sdm works properly.  I'm using openmpi 1.2.7rc2.
When I try to launch the new resource manager (In OpenMPI 1.2 mode,
other options set to default) I get:

Command failed.
  Empty hostfile is not allowed (/etc/openmpi/openmpi-default-hostfile).

When I add either my hostname or localhost to the hostfile the job
manager will launch, but when I try to launch an actual job with it I
get:

An internal error occurred during: "Open Mpi Job".
java.util.NoSuchElementException

This is the associated error from the logfile:

!ENTRY org.eclipse.core.jobs 4 2 2009-03-20 15:49:27.709
!MESSAGE An internal error occurred during: "Open Mpi Job".
!STACK 0
java.util.NoSuchElementException
	at java.util.AbstractList$Itr.next(AbstractList.java:350)
	at org.eclipse.ptp.rm.mpi.openmpi.core.rtsystem.OpenMPIProcessMap$Node.getResolvedName(OpenMPIProcessMap.java:93)
	at org.eclipse.ptp.rm.mpi.openmpi.core.rtsystem.OpenMPIRuntimeSystemJob.doExecutionStarted(OpenMPIRuntimeSystemJob.java:345)
	at org.eclipse.ptp.rm.core.rtsystem.AbstractToolRuntimeSystemJob.run(AbstractToolRuntimeSystemJob.java:207)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Any ideas?

Thanks,

Wyatt


Back to the top