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

GWT et Vaadin Java Discussion :

problem GWT Designer


Sujet :

GWT et Vaadin Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Nouveau Candidat au Club
    Inscrit en
    Septembre 2008
    Messages
    1
    Détails du profil
    Informations forums :
    Inscription : Septembre 2008
    Messages : 1
    Points : 1
    Points
    1
    Par défaut problem GWT Designer
    bonjour

    j'ai besoin de votre aide svp.
    le problem est avec GWT designer. j'ai crée le plus normalement un projet GWT, mais quand dans eclipse je veux passé a designe de ce projet j'ai une erreur qui s'affiche
    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
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
     
    " Designer error occured "
    Reason:
    Parse error or internal Designer error
     
    Details:
    Plug-in Provider: Instantiations
     
    Plug-in Name: GWT Designer Evaluation
     
    Plug-in ID: com.swtdesigner
     
    Plug-in Version: 5.0.0.200807042315
     
     
     
    java.lang.UnsatisfiedLinkError: /home/ali/eclipse/configuration/org.eclipse.osgi/bundles/183/1/.cp/os/linux/x86/libgwt-ll.so: Can't load IA 32-bit .so on a IA 32-bit platform
     
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
     
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
     
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
     
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
     
        at java.lang.System.loadLibrary(System.java:993)
     
        at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:61)
     
        at com.instantiations.designer.gwt.moz.BrowserShell32.<init>(BrowserShell32.java:15)
     
        at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.createBrowserShell(GWTStateMoz.java:65)
     
        at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:126)
     
        at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.<init>(GWTStateMoz.java:32)
     
        at com.swtdesigner.gwt.support.browser.moz.BrowserSupportFactory.createState(BrowserSupportFactory.java:12)
     
        at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1670)
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:412)
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:186)
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)
     
        at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:55)
     
        at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)
     
        at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)
     
        at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)
     
        at com.swtdesigner.gwt.model.widgets.panel.CellPanelInfo.<init>(CellPanelInfo.java:20)
     
        at com.swtdesigner.gwt.model.widgets.panel.VerticalPanelInfo.<init>(VerticalPanelInfo.java:28)
     
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     
        at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:163)
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)
     
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1446)
     
        at org.eclipse.jdt.core.dom.ClassInstanceCreation.accept0(ClassInstanceCreation.java:337)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
     
        at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:225)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
     
        at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:273)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
     
        at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
     
        at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3018)
     
        at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
     
        at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:319)
     
        at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)
     
        at com.swtdesigner.gef.DesignerEditor$17.execute(DesignerEditor.java:1077)
     
        at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
     
        at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1071)
     
        at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1062)
     
        at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:391)
     
        at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)
     
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
     
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167)
     
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1007)
     
        at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
     
        at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
     
        at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
     
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
     
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
     
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
     
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
     
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
     
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
     
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
     
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
     
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
     
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
     
        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:382)
     
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
     
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     
        at java.lang.reflect.Method.invoke(Method.java:585)
     
        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)
     
     
     
    Full stack trace (to see full context):
     
    org.apache.commons.lang.exception.NestableError: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:119)
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:96)
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:89)
     
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.endVisit(JavaInfoParser.java:1446)
     
        at org.eclipse.jdt.core.dom.ClassInstanceCreation.accept0(ClassInstanceCreation.java:337)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
     
        at org.eclipse.jdt.core.dom.VariableDeclarationFragment.accept0(VariableDeclarationFragment.java:225)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
     
        at org.eclipse.jdt.core.dom.VariableDeclarationStatement.accept0(VariableDeclarationStatement.java:273)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
     
        at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525)
     
        at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at com.swtdesigner.model.parser.JavaInfoParser$ParserVisitor.visit(JavaInfoParser.java:3018)
     
        at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:467)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548)
     
        at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214)
     
        at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478)
     
        at com.swtdesigner.model.parser.JavaInfoParser.parse(JavaInfoParser.java:319)
     
        at com.swtdesigner.gef.DesignerEditor.parseCompilationUnit(DesignerEditor.java:1149)
     
        at com.swtdesigner.gef.DesignerEditor$17.execute(DesignerEditor.java:1077)
     
        at com.swtdesigner.model.swing.properties.custom.DesignTimeHelper.execute(DesignTimeHelper.java:54)
     
        at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1071)
     
        at com.swtdesigner.gef.DesignerEditor.handleActivate(DesignerEditor.java:1062)
     
        at com.swtdesigner.editors.MultiPageEditor.showDesignEditor(MultiPageEditor.java:391)
     
        at com.swtdesigner.editors.MultiPageEditor$2.widgetSelected(MultiPageEditor.java:178)
     
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
     
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167)
     
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1007)
     
        at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
     
        at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
     
        at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
     
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
     
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
     
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
     
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
     
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
     
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
     
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
     
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
     
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
     
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
     
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
     
        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:382)
     
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
     
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     
        at java.lang.reflect.Method.invoke(Method.java:585)
     
        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)
     
    Caused by: com.swtdesigner.properties.PropertyException: java.lang.reflect.InvocationTargetException
     
        at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:171)
     
        at com.swtdesigner.model.parser.factory.JavaInfoFactory.create(JavaInfoFactory.java:113)
     
        ... 64 more
     
    Caused by: java.lang.reflect.InvocationTargetException
     
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     
        at com.swtdesigner.gwt.model.GWTJavaInfoFactory.create(GWTJavaInfoFactory.java:163)
     
        ... 65 more
     
    Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/ali/eclipse/configuration/org.eclipse.osgi/bundles/183/1/.cp/os/linux/x86/libgwt-ll.so: Can't load IA 32-bit .so on a IA 32-bit platform
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:188)
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.<init>(UIObjectInfo.java:68)
     
        at com.swtdesigner.gwt.model.widgets.WidgetInfo.<init>(WidgetInfo.java:55)
     
        at com.swtdesigner.gwt.model.widgets.panel.AbstractContainerInfo.<init>(AbstractContainerInfo.java:37)
     
        at com.swtdesigner.gwt.model.widgets.panel.PanelInfo.<init>(PanelInfo.java:25)
     
        at com.swtdesigner.gwt.model.widgets.panel.ComplexPanelInfo.<init>(ComplexPanelInfo.java:26)
     
        at com.swtdesigner.gwt.model.widgets.panel.CellPanelInfo.<init>(CellPanelInfo.java:20)
     
        at com.swtdesigner.gwt.model.widgets.panel.VerticalPanelInfo.<init>(VerticalPanelInfo.java:28)
     
        ... 70 more
     
    Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/ali/eclipse/configuration/org.eclipse.osgi/bundles/183/1/.cp/os/linux/x86/libgwt-ll.so: Can't load IA 32-bit .so on a IA 32-bit platform
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:419)
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.classByName(UIObjectInfo.java:186)
     
        ... 77 more
     
    Caused by: org.apache.commons.lang.exception.NestableError: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/ali/eclipse/configuration/org.eclipse.osgi/bundles/183/1/.cp/os/linux/x86/libgwt-ll.so: Can't load IA 32-bit .so on a IA 32-bit platform
     
        at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:142)
     
        at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.<init>(GWTStateMoz.java:32)
     
        at com.swtdesigner.gwt.support.browser.moz.BrowserSupportFactory.createState(BrowserSupportFactory.java:12)
     
        at com.swtdesigner.gwt.model.widgets.support.GWTState.createState(GWTState.java:1670)
     
        at com.swtdesigner.gwt.model.widgets.UIObjectInfo.getState(UIObjectInfo.java:412)
     
        ... 78 more
     
    Caused by: org.apache.commons.lang.exception.NestableError: java.lang.UnsatisfiedLinkError: /home/ali/eclipse/configuration/org.eclipse.osgi/bundles/183/1/.cp/os/linux/x86/libgwt-ll.so: Can't load IA 32-bit .so on a IA 32-bit platform
     
        at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:63)
     
        at com.instantiations.designer.gwt.moz.BrowserShell32.<init>(BrowserShell32.java:15)
     
        at com.swtdesigner.gwt.support.browser.moz.GWTStateMoz.createBrowserShell(GWTStateMoz.java:65)
     
        at com.swtdesigner.gwt.model.widgets.support.GWTState.<init>(GWTState.java:126)
     
        ... 82 more
     
    Caused by: java.lang.UnsatisfiedLinkError: /home/ali/eclipse/configuration/org.eclipse.osgi/bundles/183/1/.cp/os/linux/x86/libgwt-ll.so: Can't load IA 32-bit .so on a IA 32-bit platform
     
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
     
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
     
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
     
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
     
        at java.lang.System.loadLibrary(System.java:993)
     
        at com.instantiations.designer.gwt.moz.BrowserShell.<init>(BrowserShell.java:61)
     
        ... 85 more
     
     
     
    Designer Configuration Details:
     
     
     
    Product: GWT Designer Evaluation
     
    Version: 5.0.0.200807042315
     
    Expected: Eclipse 3.4
     
    Actual: Eclipse 3.4.0.v20080512
     
    Actual Eclipse Build Name: 
     
    Actual Eclipse Build ID: I20080617-2000
     
    IDE Actual Name: Eclipse SDK
     
    IDE Actual Version: 3.4.0.v200806172000
     
    IDE Actual NL: fr_FR
     
    Activation Key: GWTDesignerEval-PD0SG-PM19G-P56TQ
     
    Physical Address: 00-1D-7D-40-3C-68
     
    Code Gen: Flat Mode, Use Existing, First Assignment, Make Final
     
    Events: Anonymous Class
     
    GWT Home: /home/ali/gwt/gwt-linux-1.5.2
     
    Platform Product: Eclipse SDK
     
    Platform Version: 3.4.0.v200806172000
     
    OS Name: Linux
     
    OS Architecture: i386
     
    OS Version: 2.6.22-14-generic

  2. #2
    Futur Membre du Club
    Inscrit en
    Février 2009
    Messages
    4
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 4
    Points : 5
    Points
    5
    Par défaut clé d'activation gwt designer
    je crois que tu as besoin d'une clé d'activation, la clé dont tu dispose est une clé d'évaluation.
    si tu trouve une tu me la passe stp moi aussi j'en cherche

  3. #3
    Membre actif

    Inscrit en
    Juin 2003
    Messages
    229
    Détails du profil
    Informations personnelles :
    Âge : 41

    Informations forums :
    Inscription : Juin 2003
    Messages : 229
    Points : 223
    Points
    223
    Par défaut
    Pourrais-tu nous préciser la version de GWT-Designer, d'Eclipse et de GWT que tu utilises ? Accessoirement, si tu utilises GWT-Ext ou MyGWT, peux-tu aussi le préciser ?

Discussions similaires

  1. GWT Designer (Création graphique de composants)
    Par casho dans le forum GWT et Vaadin
    Réponses: 0
    Dernier message: 30/09/2009, 10h39
  2. version eclipse pour GWT Designer
    Par GoldenEyes dans le forum Ubuntu
    Réponses: 0
    Dernier message: 22/09/2008, 10h43
  3. Probleme de Design
    Par jojo15320 dans le forum Mise en page CSS
    Réponses: 3
    Dernier message: 17/04/2008, 14h32
  4. [GWT] Design pushButton.petit problème.
    Par Falcor dans le forum GWT et Vaadin
    Réponses: 3
    Dernier message: 06/03/2008, 16h26
  5. Eternel probleme de design avec FF/IE
    Par Dim-G dans le forum Balisage (X)HTML et validation W3C
    Réponses: 21
    Dernier message: 04/07/2006, 17h41

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