Skip to content

Instantly share code, notes, and snippets.

@keating
Created January 24, 2013 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keating/4617921 to your computer and use it in GitHub Desktop.
Save keating/4617921 to your computer and use it in GitHub Desktop.
starling错误信息
Exception in MqBase::get()---incompatible marshal file format (can't be read)
format version 4.8 required; 83.84 given;time:2 q_carstate
mq_base.get::q_carstate
Exception in MqBase::get()---marshal data too short;time:3 q_carstate
mq_base.get::q_carstate
Exception in MqBase::get()---marshal data too short;time:4 q_carstate
mq_base.get::q_dispatcher
mq_base.get::q_obsever
Exception in MqBase::get()---Timeout::Error;time:1 q_dispatcher
mq_base.get::q_dispatcher
Exception in MqBase::get()---No servers available (all dead);time:2 q_dispatcher
mq_base.get::q_dispatcher
Exception in MqBase::get()---No servers available (all dead);time:3 q_dispatcher
mq_base.get::q_dispatcher
Exception in MqBase::get()---No servers available (all dead);time:4 q_dispatcher
Exception in MqBase::size()---Timeout::Error;time:1;===#<Starling:0xa0bfea0>===q_unregister
Exception in MqBase::size()---No active servers;time:2;===#<Starling:0xa0bfea0>===q_unregister
总结一下
incompatible marshal file format (can't be read) format version 4.8 required
marshal data too short
Timeout::Error
No servers available (all dead)
No active servers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment