ericmckean / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Timeout loading wavelet on server load. #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It happened first time today when I tried to start the waveinabox.net server.
Setting the timeout to 20 seconds instead of 10 prevented this error.

WARNING: Overriding the existing type handler for class 
com.google.wave.api.Attachment
Apr 18, 2011 11:12:32 PM org.waveprotocol.box.server.ServerMain main
SEVERE: WaveServerException when running server:
org.waveprotocol.box.server.waveserver.WaveletStateException: Timed out waiting 
for wavelet to load
    at org.waveprotocol.box.server.waveserver.WaveletContainerImpl.awaitLoad(WaveletContainerImpl.java:199)
    at org.waveprotocol.box.server.waveserver.WaveletContainerImpl.getSnapshot(WaveletContainerImpl.java:297)
    at org.waveprotocol.box.server.waveserver.WaveServerImpl.getSnapshot(WaveServerImpl.java:321)
    at org.waveprotocol.box.server.frontend.ClientFrontendImpl.initialiseWave(ClientFrontendImpl.java:302)
    at org.waveprotocol.box.server.frontend.ClientFrontendImpl.initialiseAllWaves(ClientFrontendImpl.java:284)
    at org.waveprotocol.box.server.frontend.ClientFrontendImpl.create(ClientFrontendImpl.java:116)
    at org.waveprotocol.box.server.ServerMain.initializeFrontend(ServerMain.java:235)
    at org.waveprotocol.box.server.ServerMain.run(ServerMain.java:162)
    at org.waveprotocol.box.server.ServerMain.main(ServerMain.java:120)

Original issue reported on code.google.com by vega113 on 18 Apr 2011 at 11:33

GoogleCodeExporter commented 9 years ago
Please review patch at: http://codereview.waveprotocol.org/576002/show

Original comment by vega113 on 18 Apr 2011 at 11:39

GoogleCodeExporter commented 9 years ago
fixed by df83a2efe35b

Original comment by vega113 on 21 Apr 2011 at 7:46