Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Null pointer exception using profile configuration dialog

Dave,

At what point did you get the exception?

Greg

On Nov 3, 2009, at 8:19 AM, Dave Wootton wrote:


I installed the 11/02 PTP build and was trying to run an MPI application using the profile configuration dialog and the PE resource manager. I filled in the profile configuration dialog with valid parameters and got the following exception

java.lang.NullPointerException
at org.eclipse.core.internal.filesystem.NullFileSystem.getStore(NullFileSystem.java:52)
at org.eclipse.rse.internal.efs.RSEFileSystem.getStore(RSEFileSystem.java:88)
at org.eclipse.ptp.remote.rse.core.RSEFileManager.getResource(RSEFileManager.java:43)
at org.eclipse.ptp.launch.PTPLaunchPlugin.verifyResource(PTPLaunchPlugin.java:369)
at org.eclipse.ptp.launch.AbstractParallelLaunchConfigurationDelegate.verifyResource(AbstractParallelLaunchConfigurationDelegate.java:1296)
at org.eclipse.ptp.launch.AbstractParallelLaunchConfigurationDelegate.verifyDebuggerPath(AbstractParallelLaunchConfigurationDelegate.java:1220)
at org.eclipse.ptp.launch.AbstractParallelLaunchConfigurationDelegate.getAttributeManager(AbstractParallelLaunchConfigurationDelegate.java:904)
at org.eclipse.ptp.launch.ParallelLaunchConfigurationDelegate.launch(ParallelLaunchConfigurationDelegate.java:84)
at org.eclipse.ptp.perf.parallel.ParallelPerformanceLaunchConfigurationDelegate.launch(ParallelPerformanceLaunchConfigurationDelegate.java:48)
at org.eclipse.ptp.perf.internal.PerfLauncher.performLaunch(PerfLauncher.java:201)
at org.eclipse.ptp.perf.internal.PerfLauncher.run(PerfLauncher.java:88)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

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


Back to the top