IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Eclipse Platform Discussion :

The proxied handler could not be loaded


Sujet :

Eclipse Platform

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    39
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations forums :
    Inscription : Juin 2007
    Messages : 39
    Par défaut The proxied handler could not be loaded
    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.

  2. #2
    Membre averti
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    39
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations forums :
    Inscription : Juin 2007
    Messages : 39
    Par défaut
    A noter que cette erreur se produit (quasi) systématiquement...

  3. #3
    Membre chevronné Avatar de Aurelien Pupier
    Homme Profil pro
    Senior Software Engineer
    Inscrit en
    Décembre 2007
    Messages
    278
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 39
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Senior Software Engineer

    Informations forums :
    Inscription : Décembre 2007
    Messages : 278
    Par défaut
    même pas de trace dans un plugin.xml? (genre une extension non supprimée)

  4. #4
    Membre averti
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    39
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations forums :
    Inscription : Juin 2007
    Messages : 39
    Par défaut
    En fait quand j'ai vu cette erreur, je suis allé voir dans le plugin.xml et j'ai supprimé ce qui "trainait". Mais l'erreur est toujours là...

    Plugin.xml
    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
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    <?xml version="1.0" encoding="UTF-8"?>
    <?eclipse version="3.4"?>
    <plugin>
     
       <extension
             id="application"
             point="org.eclipse.core.runtime.applications">
          <application>
             <run
                   class="intrahotel.rcp.Application">
             </run>
          </application>
       </extension>
       <extension
             point="org.eclipse.ui.perspectives">
          <perspective
                name="Perspective"
                class="intrahotel.rcp.Perspective"
                id="intrahotel.rcp.perspective">
          </perspective>
       </extension>
       <extension
             point="org.eclipse.ui.views">
          <view
                class="intrahotel.rcp.views.Clients"
                id="intrahotel.rcp.views.clients"
                name="Les Clients"
                restorable="true">
          </view>
          <view
                class="intrahotel.rcp.views.Reservations"
                id="intrahotel.rcp.views.reservations"
                name="Les Réservations"
                restorable="true">
          </view>
       </extension>
       <extension
             id="product"
             point="org.eclipse.core.runtime.products">
          <product
                application="intrahotel.rcp.application"
                name="RCP Application">
             <property
                   name="windowImages"
                   value="icons/alt_window_16.gif,icons/alt_window_32.gif">
             </property>
             <property
                   name="appName"
                   value="RCP Application">
             </property>
          </product>
       </extension>
       <extension
             point="org.eclipse.ui.commands">
          <command
                defaultHandler="intrahotel.rcp.popup.commands.AddClient"
                id="intrahotel.rcp.popup.commands.addClient"
                name="Add Client">
          </command>
          <command
                defaultHandler="intrahotel.rcp.editors.commands.CallEditor"
                id="intrahotel.rcp.editors.commands.callEditor"
                name="Call Editor">
          </command>
          <command
                defaultHandler="intrahotel.rcp.popup.commands.DelClient"
                id="intrahotel.rcp.popup.commands.delClient"
                name="Delete Client">
          </command>
       </extension>
       <extension
             id="org.eclipse.menu"
             point="org.eclipse.ui.menus">
          <menuContribution
                locationURI="menu:org.eclipse.ui.main.menu">
             <command
                   commandId="intrahotel.rcp.popup.commands.addClient"
                   label="Ajouter Client"
                   style="push">
             </command>
             <command
                   commandId="intrahotel.rcp.popup.commands.delClient"
                   label="Supprimer Client"
                   style="push">
             </command>
          </menuContribution>
       </extension>
       <extension
             point="org.eclipse.ui.actionSets">
          <actionSet
                id="intrahotel.rcp.actionSet"
                label="Action Set"
                visible="true">
             <menu
                   id="reservationsMenu"
                   label="Réservations">
                <separator
                      name="reservationsGroup">
                </separator>
             </menu>
             <action
                   class="intrahotel.rcp.popup.actions.DelReservation"
                   id="intrahotel.rcp.popup.actions.DelReservation"
                   label="&amp;Supprimer"
                   menubarPath="reservationsMenu/reservationsGroup"
                   toolbarPath="reservationsGroup"
                   tooltip="Supprimer une réservation">
             </action>
             <action
                   class="intrahotel.rcp.popup.actions.AddReservation"
                   id="intrahotel.rcp.popup.actions.AddReservation"
                   label="&amp;Ajouter"
                   menubarPath="reservationsMenu/reservationsGroup"
                   toolbarPath="reservationsGroup"
                   tooltip="Ajouter une réservation">
             </action>
             <menu
                   id="clientsMenu"
                   label="&amp;Clients">
                <separator
                      name="clientsGroup">
                </separator>
             </menu>
             <action
                   class="intrahotel.rcp.popup.actions.DelClient"
                   icon="icons/sample.gif"
                   id="intrahotel.rcp.popup.actions.DelClient"
                   label="&amp;Supprimer"
                   menubarPath="clientsMenu/clientsGroup"
                   toolbarPath="clientsGroup"
                   tooltip="Supprimer un client">
             </action>
             <action
                   class="intrahotel.rcp.popup.actions.AddClient"
                   icon="icons/sample.gif"
                   id="intrahotel.rcp.popup.actions.AddClient"
                   label="&amp;Ajouter"
                   menubarPath="clientsMenu/clientsGroup"
                   toolbarPath="clientsGroup"
                   tooltip="Ajouter un client">
             </action>
          </actionSet>
       </extension>
       <extension
             point="org.eclipse.help.contexts">
          <contexts
                file="contexts.xml">
          </contexts>
       </extension>
       <extension
             point="org.eclipse.ui.editors">
          <editor
                class="intrahotel.rcp.editors.ClientsEditor"
                default="false"
                id="intrahotel.rcp.editors.ClientsEditor"
                name="Clients Editor">
          </editor>
       </extension>
     
    </plugin>

  5. #5
    Expert confirmé
    Avatar de djo.mos
    Profil pro
    Inscrit en
    Octobre 2004
    Messages
    4 666
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Octobre 2004
    Messages : 4 666
    Par défaut
    Salut,
    Est ce le seul plugin.xml dans tes projets ?
    Et as tu essayé de faire un clean sur tes projets + un clean sur le workspace du produit (ajoutes -clean aux arguments de la configuration d'exécution).

Discussions similaires

  1. Réponses: 0
    Dernier message: 27/03/2009, 11h19
  2. [Struts Menu] The menu repository could not be found !
    Par khaoula_14_05 dans le forum Struts 1
    Réponses: 9
    Dernier message: 16/09/2008, 09h28
  3. Réponses: 2
    Dernier message: 13/03/2008, 15h42
  4. Réponses: 3
    Dernier message: 16/05/2007, 10h35
  5. [VB6 + Component one] todl8.ocx could not be loaded ?
    Par sun19 dans le forum VB 6 et antérieur
    Réponses: 3
    Dernier message: 05/04/2007, 22h15

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo