Gosh darn it.  I must have hit an extra '>' in the
ActivityLogView.ui.xml file.  criminy.

Sorry folks.  Still having trouble:

13:48:07.582 [ERROR] [Application] Failed to create an instance of
'com.test.gwt.client.ActivityLogView' via deferred binding
java.lang.VerifyError: (class: com/google/gwt/core/client/Scheduler,
method: <init> signature: ()V) Illegal constant pool index
    at
com.google.gwt.dom.client.StyleInjector.schedule(StyleInjector.java:
389)
    at
com.google.gwt.dom.client.StyleInjector.inject(StyleInjector.java:382)
    at
com.google.gwt.dom.client.StyleInjector.inject(StyleInjector.java:222)
    at
com.google.gwt.dom.client.StyleInjector.inject(StyleInjector.java:208)
    at
com.test.gwt.client.com_test_gwt_client_ActivityLogView_ActivityLogViewUiBinderImpl_GenBundle_default_InlineClientBundleGenerator
$1.ensureInjected(com_test_gwt_client_ActivityLogView_ActivityLogViewUiBinderImpl_GenBundle_default_InlineClientBundleGenerator.java:
14)
    at
com.test.gwt.client.ActivityLogView_ActivityLogViewUiBinderImpl.createAndBindUi(ActivityLogView_ActivityLogViewUiBinderImpl.java:
25)
    at
com.test.gwt.client.ActivityLogView_ActivityLogViewUiBinderImpl.createAndBindUi(ActivityLogView_ActivityLogViewUiBinderImpl.java:
1)
    at com.test.gwt.client.ActivityLogView.<init>(ActivityLogView.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.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
422)
    at
com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:39)
    at com.google.gwt.core.client.GWT.create(GWT.java:98)
    at com.test.gwt.client.Application.onModuleLoad(Application.java:
24)
    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 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(Thread.java:595)

It looks like it's similar to:  
http://code.google.com/p/google-web-toolkit/issues/detail?id=4254,
but I'm running 2.0.3.   I found that link here:
http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM

The eclipse plugin has one.  I'm beaten into submission.  Giving up
for now.

Brian

On Mar 10, 1:44 pm, bkbonner <[email protected]> wrote:
> Oh, this is painful.  Definitely passed the 15 min test.
>
> 13:25:15.450 [DEBUG] [Application] Rebinding
> com.test.gwt.client.ActivityLogView.ActivityLogViewUiBinder
> 13:25:15.465 [DEBUG] [Application] Invoking
> com.google.gwt.dev.javac.standardgeneratorcont...@9647d6
> 13:25:15.543 [ERROR] [Application] Unexpected text in <ui:UiBinder
> xmlns:g='urn:import:com.google.gwt.user.client.ui'
> xmlns:ui='urn:ui:com.google.gwt.uibinder'>: "&gt;"
> 13:25:15.590 [ERROR] [Application] Deferred binding failed for
> 'com.test.gwt.client.ActivityLogView.ActivityLogViewUiBinder'; expect
> subsequent failures
>
> 13:25:15.747 [ERROR] [Application] Failed to create an instance of
> 'com.test.gwt.client.ActivityLogView' via deferred binding
> java.lang.RuntimeException: Deferred binding failed for
> 'com.test.gwt.client.ActivityLogView$ActivityLogViewUiBinder' (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.test.gwt.client.ActivityLogView.<clinit>(ActivityLogView.java:19)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:242)
>     at
> com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName(ModuleSpace.java:
> 580)
>     at
> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
> 415)
>     at
> com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:39)
>     at com.google.gwt.core.client.GWT.create(GWT.java:98)
>     at com.test.gwt.client.Application.onModuleLoad(Application.java:
> 24)
>     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 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(Thread.java:595)
> Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see
> previous log entries)
>     at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:
> 541)
>     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.test.gwt.client.ActivityLogView.<clinit>(ActivityLogView.java:19)
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Class.java:242)
>     at
> com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName(ModuleSpace.java:
> 580)
>     at
> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
> 415)
>     at
> com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:39)
>     at com.google.gwt.core.client.GWT.create(GWT.java:98)
>     at com.test.gwt.client.Application.onModuleLoad(Application.java:
> 24)
>     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 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(Thread.java:595)
>
> 13:25:15.809 [DEBUG] [Application] Rebinding
> com.google.gwt.core.client.impl.SchedulerImpl
> 13:25:15.809 [WARN] [Application] For the following type(s), generated
> source was never committed (did you forget to call commit()?)
> 13:25:15.840 [WARN] [Application]
> com.test.gwt.client.ActivityLogView_ActivityLogViewUiBinderImpl
>
> 13:25:15.981 [ERROR] [Application] Unable to load module entry point
> class com.test.gwt.client.Application (see associated exception for
> details)
> java.lang.RuntimeException: Deferred binding failed for
> 'com.test.gwt.client.ActivityLogView' (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.test.gwt.client.Application.onModuleLoad(Application.java:
> 24)
>     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 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(Thread.java:595)
> Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see
> previous log entries)
>     at
> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:
> 449)
>     at
> com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:39)
>     at com.google.gwt.core.client.GWT.create(GWT.java:98)
>     at com.test.gwt.client.Application.onModuleLoad(Application.java:
> 24)
>     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 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(Thread.java:595)
>
> 13:25:16.012 [ERROR] [Application] Failed to load module 'Application'
> from user agent 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
> 1.9.1.8) Gecko/20100202 Firefox/3.5.8' at localhost:1792
>
> On Mar 10, 1:21 pm, bkbonner <[email protected]> wrote:
>
> > Looks like moving GWT SDK 2.0.3 to the top of the Java Build Path
> > (Order and Export) did the trick.   That was frustrating -- any way of
> > giving a better message to devs about that?
>
> > Brian
>
> > On Mar 10, 1:18 pm, bkbonner <[email protected]> wrote:
>
> > > I'm trying to futz with the classpath.  Based on this 
> > > link:http://www.google.com/url?sa=t&source=web&ct=res&cd=3&ved=0CBAQFjAC&u...
>
> > > Brian
>
> > > On Mar 10, 11:39 am, bkbonner <[email protected]> wrote:
>
> > > > OK, it looks like the -noserver doesn't get injected into the debug
> > > > configuration based on any of the GWT Toolkit settings.   I don't have
> > > > it working yet, but I've tried:
>
> > > > -remoteUI ${gwt_remote_ui_server_port}:${unique_id} 
> > > > -startupUrlhttp://localhost:8080:/testproject/loganalyzer.html-logLevelINFO-
> > > > noserver -war C:\work\workspace-galileo\testproject\src\main\webapp
> > > > com.test.gwt.Application
>
> > > > I get:
>
> > > > 11:38:22.194 [ERROR] [Application] Failed to load module 'Application'
> > > > from user agent 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
> > > > 1.9.1.8) Gecko/20100202 Firefox/3.5.8' at localhost:4767
> > > > java.lang.NoSuchFieldError:
> > > > reportUnusedDeclaredThrownExceptionIncludeDocCommentReference
> > > >     at
> > > > com.google.gwt.dev.javac.JdtCompiler.getCompilerOptions(JdtCompiler.java:
> > > > 310)
> > > >     at com.google.gwt.dev.javac.JdtCompiler
> > > > $CompilerImpl.<init>(JdtCompiler.java:148)
> > > >     at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:
> > > > 466)
> > > >     at com.google.gwt.dev.javac.CompilationStateBuilder
> > > > $CompileMoreLater.compile(CompilationStateBuilder.java:142)
> > > >     at
> > > > com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:
> > > > 281)
> > > >     at
> > > > com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:
> > > > 182)
> > > >     at
> > > > com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:
> > > > 280)
> > > >     at com.google.gwt.dev.DevModeBase
> > > > $UiBrowserWidgetHostImpl.createModuleSpaceHost(DevModeBase.java:99)
> > > >     at
> > > > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
> > > > 180)
> > > >     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(Thread.java:595)
>
> > > > It would be nice to have an option to use existing server (which would
> > > > inject the -noserver option)
>
> > > > Also, the performance of the DebugConfiguration screen while I'm
> > > > typing is really slow... I suspect there is parsing going on?   I saw
> > > > that you have to click apply before running debug, but is there
> > > > anything else?
>
> > > > Any suggestions would be appreciated.
>
> > > > On Mar 10, 10:49 am, bkbonner <[email protected]> wrote:
>
> > > > > Keith,
>
> > > > > I'm trying to run our app using the eclipse beta plugin.   I'm not
> > > > > sure if I have things configured correctly.
>
> > > > > The tree for our
>
> ...
>
> read more »

-- 
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