Hi,
I've installed TPTP with the Galileo Modeling Tools Package. I would like to profile certain plug-ins that I'm
developing. So I selected "Profile As..." and selected my previous eclipse launch configuration and leave everything on
default. The "test availability" of the java profiler says that the connection is successful. However, when starting the
application (hitting "Profile") I get the following NullPointerException.
java.lang.NullPointerException
at
org.eclipse.pde.ui.launcher.EclipseApplicationLaunchConfiguration.getVMArguments(EclipseApplicationLaunchConfiguration.java:278)
at
org.eclipse.tptp.platform.integration.pde.internal.delegators.AbstractRuntimeWorkbenchDelegate.getVMArguments(AbstractRuntimeWorkbenchDelegate.java:76)
at org.eclipse.tptp.trace.ui.provisional.launcher.AbstractProcessLauncher.preLaunch(AbstractProcessLauncher.java:105)
at
org.eclipse.tptp.platform.integration.pde.internal.delegators.AbstractRuntimeWorkbenchDelegate.preLaunch(AbstractRuntimeWorkbenchDelegate.java:46)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.launch(TIDelegateHelper.java:342)
at
org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIRuntimeWorkbenchDelegate.launch(TIRuntimeWorkbenchDelegate.java:32)
at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.delegateInit(LauncherUtility.java:1164)
at org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunchDelegate.run(PrimaryLaunchDelegate.java:195)
at java.lang.Thread.run(Unknown Source)