Bonjour

Je rencontre l'erreur suivante à l'exécution:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
!SESSION 2009-05-27 16:50:43.986 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -product intrahotel.rcp.product
Command-line arguments:  -product intrahotel.rcp.product -data D:\intrahotelrcp-local\travail\workspace/../runtime-intrahotel.rcp.product -dev file:D:/intrahotelrcp-local/travail/workspace/.metadata/.plugins/org.eclipse.pde.core/intrahotel.rcp.product/dev.properties -os win32 -ws win32 -arch x86
 
This is a continuation of log file D:\intrahotelrcp-local\travail\runtime-intrahotel.rcp.product\.metadata\.bak_0.log
Created Time: 2009-05-27 16:50:51.970
 
!ENTRY org.eclipse.osgi 4 0 2009-05-27 16:50:51.986
!MESSAGE Application error
!STACK 1
java.lang.IllegalArgumentException: 
	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:64)
	at org.eclipse.core.runtime.Assert.isLegal(Assert.java:48)
	at org.eclipse.core.runtime.Status.setPlugin(Status.java:233)
	at org.eclipse.core.runtime.Status.<init>(Status.java:83)
	at intrahotel.rcp.ApplicationWorkbenchAdvisor.eventLoopException(ApplicationWorkbenchAdvisor.java:44)
	at org.eclipse.ui.internal.ExceptionHandler.handleException(ExceptionHandler.java:65)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at intrahotel.rcp.Application.start(Application.java:20)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
!SESSION 2009-05-27 16:51:06.752 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_12
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments:  -product intrahotel.rcp.product
Command-line arguments:  -product intrahotel.rcp.product -data D:\intrahotelrcp-local\travail\workspace/../runtime-intrahotel.rcp.product -dev file:D:/intrahotelrcp-local/travail/workspace/.metadata/.plugins/org.eclipse.pde.core/intrahotel.rcp.product/dev.properties -os win32 -ws win32 -arch x86
 
!ENTRY org.eclipse.ui 4 4 2009-05-27 16:51:08.080
!MESSAGE The proxied handler for 'intrahotel.rcp.views.commands.CallFicheClient' could not be loaded
 
!ENTRY org.eclipse.ui 4 0 2009-05-27 16:51:08.080
!MESSAGE The proxied handler for 'intrahotel.rcp.views.commands.CallFicheClient' could not be loaded
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in intrahotel.rcp was unable to load class intrahotel.rcp.views.commands.CallFicheClient.
Mais il se trouve que justement la classe intrahotel.rcp.views.commands.CallFicheClient n'existe plus. Je l'ai supprimé du MANIFEST.MF. Je n'en trouve plus trace nulle part (mais il doit bien rester quelquechose quelque part...).

Auriez-vous une idée de l'endroit où se trouve cette configuration ?
Ou Comment faire pour mettre à jour ? Merci.