Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / website / messages / PLMC10.md
1 ---
2 layout: default
3 title: Message detail for PLMC10
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     Failed to handle message: RuntimeError: none.rb:15:in `decodemsg': Could not decrypt message 
11
12 Additional Information
13 ----------------------
14
15 When a message arrives from the middleware it gets decoded, security validated and then dispatched to the agent code.
16
17 There exist a number of errors that can happen here, some are handled specifically others will be logged by this "catch all" handler.
18
19 Generally there should not be many messages logged here but we include a stack trace to assist with debugging these.
20
21 The messages here do not tend to originate from your Agents unless they are syntax error related but more likely to be situations like security failures due to incorrect SSL keys and so forth
22
23 Should you come across one that is a regular accorance in your logs please open a ticket including your backtrace and we will improve the handling of that situation