Just pulled down the latest code and I am currently getting error messages like the following whenever I try and add a participant to a wave:
INFO: Subscribed [email protected] to [WaveId indexwave!indexwave] channel ch5 java.lang.IllegalArgumentException: Delta 1 / 4 ends at version 1, next begins at 0 at com.google.common.base.Preconditions.checkArgument(Preconditions.java:115) at org.waveprotocol.box.common.DeltaSequence.checkDeltaVersions(DeltaSequence.java:87) at org.waveprotocol.box.common.DeltaSequence.<init>(DeltaSequence.java:73) at org.waveprotocol.box.common.DeltaSequence.of(DeltaSequence.java:47) at org.waveprotocol.box.common.IndexWave.createIndexDeltas(IndexWave.java:133) at org.waveprotocol.box.server.frontend.ClientFrontendImpl.openRequest(ClientFrontendImpl.java:189) at org.waveprotocol.box.server.frontend.WaveClientRpcImpl.open(WaveClientRpcImpl.java:92) at org.waveprotocol.box.common.comms.WaveClientRpc$ProtocolWaveClientRpc$1.open(WaveClientRpc.java:4451) at org.waveprotocol.box.common.comms.WaveClientRpc$ProtocolWaveClientRpc.callMethod(WaveClientRpc.java:4584) at org.waveprotocol.box.server.rpc.ServerRpcControllerImpl.run(ServerRpcControllerImpl.java:200) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Dec 9, 2010 5:56:05 PM org.waveprotocol.box.server.rpc.ServerRpcProvider$Connection$1 run INFO: error = java.lang.IllegalArgumentException: Delta 1 / 4 ends at version 1, next begins at 0 Session[LKSZZUiqx__m44XjHQVD]: sendMessage: [DATA]: {"version":1,"sequenceNumber":2,"messageType":"RpcFinished","messageJson":"{\"1\":true,\"2\":\"java.lang.IllegalArgumentException: Delta 1 / 4 ends at version 1, next begins at 0\"}"}
