All,

After checking out a fresh copy of the code, I am seeing a problem with the 
wave panel.  Simply log in and create a new wave.  Then either refresh the 
browser, or click on the wave.  A Shiny shows up in the browser and the 
following stack trace in the console:

SEVERE: Runtime exception in wave bus subscriber
java.lang.IllegalStateException: Expected deltas starting at version 
2:pnlfcnV8EdfBljAduqkJxA129MM=, got 0
        at 
com.google.common.base.Preconditions.checkState(Preconditions.java:172)
        at 
org.waveprotocol.box.server.frontend.ClientFrontendImpl.waveletUpdate(ClientFrontendImpl.java:359)
        at 
org.waveprotocol.box.server.waveserver.WaveBusDispatcher.waveletUpdate(WaveBusDispatcher.java:48)
        at 
org.waveprotocol.box.server.waveserver.WaveServerImpl.submitDelta(WaveServerImpl.java:625)
        at 
org.waveprotocol.box.server.waveserver.WaveServerImpl.submitRequest(WaveServerImpl.java:400)
        at 
org.waveprotocol.box.server.frontend.ClientFrontendImpl.submitRequest(ClientFrontendImpl.java:253)
        at 
org.waveprotocol.box.server.frontend.WaveClientRpcImpl.submit(WaveClientRpcImpl.java:159)
        at 
org.waveprotocol.box.server.waveserver.WaveClientRpc$ProtocolWaveClientRpc$1.submit(WaveClientRpc.java:4459)
        at 
org.waveprotocol.box.server.waveserver.WaveClientRpc$ProtocolWaveClientRpc.callMethod(WaveClientRpc.java:4589)
        at 
org.waveprotocol.box.server.rpc.ServerRpcControllerImpl.run(ServerRpcControllerImpl.java:200)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:680)


If run in OOPHM a similar behavior happens but the following exception is 
repeated over and over:


    00:04:49.378 [ERROR] Uncaught exception escaped
java.lang.NullPointerException: null
        at 
org.waveprotocol.wave.client.wavepanel.impl.focus.FocusFramePresenter.onInit(FocusFramePresenter.java:90)
        at 
org.waveprotocol.wave.client.wavepanel.impl.WavePanelImpl.fireOnInit(WavePanelImpl.java:227)
        at 
org.waveprotocol.wave.client.wavepanel.impl.WavePanelImpl.init(WavePanelImpl.java:203)
        at 
org.waveprotocol.wave.client.StageTwo$DefaultProvider.renderWave(StageTwo.java:556)
        at 
org.waveprotocol.box.webclient.client.StageTwoProvider.access$4(StageTwoProvider.java:1)
        at 
org.waveprotocol.box.webclient.client.StageTwoProvider$1$1.execute(StageTwoProvider.java:134)
        at 
org.waveprotocol.wave.client.concurrencycontrol.WaveChannelBinder.onOpenFinished(WaveChannelBinder.java:136)
        at 
org.waveprotocol.wave.concurrencycontrol.channel.OperationChannelMultiplexerImpl.maybeOpenFinished(OperationChannelMultiplexerImpl.java:873)
        at 
org.waveprotocol.wave.concurrencycontrol.channel.OperationChannelMultiplexerImpl.access$10(OperationChannelMultiplexerImpl.java:869)
        at 
org.waveprotocol.wave.concurrencycontrol.channel.OperationChannelMultiplexerImpl$3.onOpenFinished(OperationChannelMultiplexerImpl.java:554)
        at 
org.waveprotocol.wave.concurrencycontrol.channel.ViewChannelImpl.onUpdate(ViewChannelImpl.java:333)
        at 
org.waveprotocol.box.webclient.client.RemoteWaveViewService.onWaveletUpdate(RemoteWaveViewService.java:309)
        at 
org.waveprotocol.box.webclient.client.RemoteViewServiceMultiplexer.onWaveletUpdate(RemoteViewServiceMultiplexer.java:106)
        at 
org.waveprotocol.box.webclient.client.WaveWebSocketClient.onMessage(WaveWebSocketClient.java:144)
        at 
org.waveprotocol.box.webclient.client.WaveSocketFactory$2$1.onMessage(WaveSocketFactory.java:104)
        at 
com.google.gwt.websockets.client.WebSocket.onMessage(WebSocket.java:84)
        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:597)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
        at 
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
        at 
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:154)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:336)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:217)
        at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:510)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
        at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214)
        at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
        at 
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
        at 
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:154)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:291)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:541)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:362)
        at java.lang.Thread.run(Thread.java:680)
Does anyone else see this or is it just me?

~Michael

-- 
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" 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/wave-protocol?hl=en.

Reply via email to