Advertisement
Guest User

Untitled

a guest
Jan 9th, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 5.19 KB | None | 0 0
  1.     item.store()                                                                                                                                              
  2.   File "/usr/local/lib/python2.7/dist-packages/riak/riak_object.py", line 281, in store                                                                      
  3.     timeout=timeout)                                                                                                                                          
  4.   File "/usr/local/lib/python2.7/dist-packages/riak/client/transport.py", line 127, in wrapper                                                                
  5.     return self._with_retries(pool, thunk)                                                                                                                    
  6.   File "/usr/local/lib/python2.7/dist-packages/riak/client/transport.py", line 69, in _with_retries                                                          
  7.     return fn(transport)                                                                                                                                      
  8.   File "/usr/local/lib/python2.7/dist-packages/riak/client/transport.py", line 125, in thunk                                                                  
  9.     return fn(self, transport, *args, **kwargs)                                                                                                              
  10.   File "/usr/local/lib/python2.7/dist-packages/riak/client/operations.py", line 289, in put                                                                  
  11.     timeout=timeout)                                                                                                                                          
  12.   File "/usr/local/lib/python2.7/dist-packages/riak/transports/pbc/transport.py", line 194, in put                                                            
  13.     MSG_CODE_PUT_RESP)                                                                                                                                        
  14.   File "/usr/local/lib/python2.7/dist-packages/riak/transports/pbc/connection.py", line 43, in _request                                                      
  15.     return self._recv_msg(expect)                                                                                                                            
  16.   File "/usr/local/lib/python2.7/dist-packages/riak/transports/pbc/connection.py", line 57, in _recv_msg                                                      
  17.     msg = self._parse_msg(msg_code, self._inbuf[1:])                                                                                                          
  18.   File "/usr/local/lib/python2.7/dist-packages/riak/transports/pbc/connection.py", line 110, in _parse_msg                                                    
  19.     pbo.ParseFromString(packet)                                                                                                                              
  20.   File "/usr/lib/pymodules/python2.7/google/protobuf/message.py", line 179, in ParseFromString                                                                
  21.     self.MergeFromString(serialized)                                                                                                                          
  22.   File "/usr/lib/pymodules/python2.7/google/protobuf/internal/python_message.py", line 755, in MergeFromString                                                
  23.     if self._InternalParse(serialized, 0, length) != length:                                                                                                  
  24.   File "/usr/lib/pymodules/python2.7/google/protobuf/internal/python_message.py", line 777, in InternalParse                                                  
  25.     new_pos = local_SkipField(buffer, new_pos, end, tag_bytes)                                                                                                
  26.   File "/usr/lib/pymodules/python2.7/google/protobuf/internal/decoder.py", line 710, in SkipField                                                            
  27.     return WIRETYPE_TO_SKIPPER[wire_type](buffer, pos, end)                                                                                                  
  28.   File "/usr/lib/pymodules/python2.7/google/protobuf/internal/decoder.py", line 658, in _SkipGroup                                                            
  29.     new_pos = SkipField(buffer, pos, end, tag_bytes)                                                                                                          
  30.   File "/usr/lib/pymodules/python2.7/google/protobuf/internal/decoder.py", line 710, in SkipField                                                            
  31.     return WIRETYPE_TO_SKIPPER[wire_type](buffer, pos, end)                                                                                                  
  32.   File "/usr/lib/pymodules/python2.7/google/protobuf/internal/decoder.py", line 679, in _RaiseInvalidWireType                                                
  33.     raise _DecodeError('Tag had invalid wire type.')                                                                                                          
  34. DecodeError: Tag had invalid wire type.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement