Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Null pointer exception in org.eclipse.ptp.etfw.internal.ToolStep.<init>


I'm getting a null pointer exception with the traceback
java.lang.NullPointerException
        at org.eclipse.ptp.etfw.internal.ToolStep.<init>(ToolStep.java:100)
        at org.eclipse.ptp.etfw.internal.BuilderTool.<init>(BuilderTool.java:81)
        at org.eclipse.ptp.etfw.internal.ToolLaunchManager.launch(ToolLaunchManager.java:142)
        at org.eclipse.ptp.etfw.parallel.ParallelToolLaunchConfigurationDelegate.launch(ParallelToolLaunchConfigurationDelegate.java:74)
        at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
        at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
        at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
        at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

I have the latest  PTP 5.0 source in my workspace. This happens when I click 'profile' in the profile configuration dialog to run an application which I have instrumented with HPC Toolkit

Dave

Back to the top