Hi, > The message failed to parse. Use strace on your application and capture the > all the messages sent after the last time the bus sent anything to you. One of > those messages is invalid. One common reason the bus will kick you off is if you send invalid utf-8 in a string type, so that's one to check. --Ray