ericmckean / wave-protocol

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

Exception when robots appends text to a blip. #267

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Cannot reproduce reliably. It happens when the robot inserts text to the end of 
a blip using Passive API.

Apr 23, 2011 5:06:09 PM com.google.wave.api.AbstractRobot serializeOperations
     [java] INFO: Outgoing operations: [{"method":"robot.notify","id":"op136","params":{"capabilitiesHash":"fffffff822fa303a","protocolVersion":"0.22"}},{"method":"document.modify","id":"op139","params":{"waveId":"vegalabz.com!w+8XUO0wTGwIA","blipId":"b+8XUO0wTGwIB","range":{"start":683,"end":684},"waveletId":"vegalabz.com!conv+root","modifyAction":{"modifyHow":"INSERT","values":["Changed password for user vega@vegalabz.com, the new password: xxx\n\n"],"annotationKey":null,"elements":[null],"bundledAnnotations":null,"useMarkup":false}}}]
     [java] 2011-04-23 17:06:09.670:DBUG::RESPONSE /agent/passwd/user/_wave/robot/jsonrpc  200
     [java] Apr 23, 2011 5:06:09 PM org.waveprotocol.box.server.robots.passive.RobotConnector sendMessageBundle
     [java] INFO: Received: [{"method":"robot.notify","id":"op136","params":{"capabilitiesHash":"fffffff822fa303a","protocolVersion":"0.22"}},{"method":"document.modify","id":"op139","params":{"waveId":"vegalabz.com!w+8XUO0wTGwIA","blipId":"b+8XUO0wTGwIB","range":{"start":683,"end":684},"waveletId":"vegalabz.com!conv+root","modifyAction":{"modifyHow":"INSERT","values":["Changed password for user vega@vegalabz.com, the new password: xxx\n\n"],"annotationKey":null,"elements":[null],"bundledAnnotations":null,"useMarkup":false}}}] from http://vegalabz.com:9898/agent/passwd/user/_wave/robot/jsonrpc
     [java] Apr 23, 2011 5:06:09 PM org.waveprotocol.box.server.robots.passive.Robot process
     [java] INFO: p1@vegalabz.com: received operations
     [java] Apr 23, 2011 5:06:09 PM org.waveprotocol.box.server.waveserver.WaveServerImpl submitDelta
     [java] INFO: Submit to [WaveletName vegalabz.com/w+8XUO0wTGwIA/vegalabz.com/conv+root] by p1@vegalabz.com @ 197 with 5 ops
     [java] Apr 23, 2011 5:06:09 PM org.waveprotocol.box.server.robots.util.LoggingRequestListener onFailure
     [java] WARNING: Robot operations failed to be submitted: org.waveprotocol.wave.model.operation.TransformException: Ran out of 1 server op components after 1 of 4 client op components, with 65 spare positions

Original issue reported on code.google.com by vega113 on 23 Apr 2011 at 2:11