Bonjour,

Je post ici car j'essaie d'utiliser TPTP. j'ai bien installer les plugins necessaire dans eclipse SDK et configurer l'agent controller. conformément au mode opératoire :

j'ai installer l'AC en services.
j'ai essayé d'utiliser l'option -agentlib:JPIBootLoader=JPIAgent:server=enabled dans VM arguments de profile configuration... sans résultat...


lorsque je lance un profiling, j'obtiens une erreur :
An application for the process that was about to be launched is not registered with the Agent Controller. This can be caused by a missing or corrupted configuration file.
avec l'exception suivantes dans la pile :
org.eclipse.core.runtime.CoreException: An application for the process that was about to be launched is not registered with the Agent Controller. This can be caused by a missing or corrupted configuration file.
at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.createCoreException(LauncherUtility.java:124)
at org.eclipse.tptp.trace.ui.internal.launcher.core.LauncherUtility.createCoreException(LauncherUtility.java:132)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.handleError(TIDelegateHelper.java:721)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.launchProcess(TIDelegateHelper.java:629)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIDelegateHelper.launch(TIDelegateHelper.java:385)
at org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIJavaLauncherDelegate.launch(TIJavaLauncherDelegate.java:37)
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(Thread.java:662)
j'utilise java 1.6.0_23, agent controller v4.7.1, eclipse SDK 3.6.1. je suis sous XP.

quelqu'un saurait ce que j'ai mal (ou pas) fait ?