Hi,

I have a problem with Image resource. I'm currently in development
mode and I try different design for my website. In my website (in GWT
2.0) I integrate Image, but when I resize image (with Gimp),
impossible for GWT to take account the new image and I have the
following error message :

14:47:23.927 [ERROR] [echangeplaceui] Unable to load module entry
point class com.exchange.place.ui.client.EchangePlaceUI (see
associated exception for details)
java.lang.RuntimeException: Deferred binding failed for
'com.exchange.place.ui.client.resources.MyResources' (did you forget
to inherit a required module?)
    at
com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:43)
    at com.google.gwt.core.client.GWT.create(GWT.java:98)
    at
com.exchange.place.ui.client.resources.MyResources.<clinit>(MyResources.java:
8)
    at
com.exchange.place.ui.client.EchangePlaceUI.onModuleLoad(EchangePlaceUI.java:
29)
    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 com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
369)
    at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
185)
    at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
380)
    at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
222)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException: null
    at
com.google.gwt.dev.javac.CompiledClass.<init>(CompiledClass.java:83)
    at com.google.gwt.dev.javac.JdtCompiler
$FindTypesInCud.visit(JdtCompiler.java:203)
    at
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:
1198)
    at
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.traverse(CompilationUnitDeclaration.java:
687)
    at com.google.gwt.dev.javac.JdtCompiler
$CompilerImpl.process(JdtCompiler.java:157)
    at
org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
    at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:
466)
    at com.google.gwt.dev.javac.CompilationStateBuilder
$CompileMoreLater.compile(CompilationStateBuilder.java:141)
    at
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildGeneratedTypes(CompilationStateBuilder.java:
325)
    at com.google.gwt.dev.javac.CompilationStateBuilder
$CompileMoreLater.addGeneratedTypes(CompilationStateBuilder.java:126)
    at
com.google.gwt.dev.javac.CompilationState.addGeneratedCompilationUnits(CompilationState.java:
86)
    at
com.google.gwt.dev.javac.StandardGeneratorContext.finish(StandardGeneratorContext.java:
348)
    at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:57)
    at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
154)
    at
com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:
119)
    at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:
531)
    at
com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
414)
    at
com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:39)
    at com.google.gwt.core.client.GWT.create(GWT.java:98)
    at
com.exchange.place.ui.client.resources.MyResources.<clinit>(MyResources.java:
8)
    at
com.exchange.place.ui.client.EchangePlaceUI.onModuleLoad(EchangePlaceUI.java:
29)
    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 com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
369)
    at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
185)
    at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
380)
    at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
222)
    at java.lang.Thread.run(Unknown Source)

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to