ejabberd - Comments for "[error] &amp;lt;0.37.0&amp;gt; CRASH REPORT Process &amp;lt;0.37.0&amp;gt; with 0 neighbours exited with reason: {undefined_macro,&amp;#039;&amp;#039;} in application_master:" https://www.ejabberd.im/forum/28757/error-crash-report-process-0-neighbours-exited-reason-undefinedmacro-applicationmaster en You can investigate the https://www.ejabberd.im/forum/28757/error-crash-report-process-0-neighbours-exited-reason-undefinedmacro-applicationmaster#comment-67441 <p>You can investigate the problem yourself: remove some lines of the config file, try to start again, and repeat until you find which lines produce the problem.</p> <p>Or show here your configuration file, so I can try that myself.</p> Fri, 05 May 2017 10:42:42 +0000 badlop comment 67441 at https://www.ejabberd.im But if in the code of my https://www.ejabberd.im/forum/28757/error-crash-report-process-0-neighbours-exited-reason-undefinedmacro-applicationmaster#comment-67439 <p>But if in the code of my configuration file I am not using any macro ( eg. ' and ' ), it is not supposed to show this type of error right?</p> Thu, 04 May 2017 10:17:05 +0000 John Carpin comment 67439 at https://www.ejabberd.im I can reproduce that error https://www.ejabberd.im/forum/28757/error-crash-report-process-0-neighbours-exited-reason-undefinedmacro-applicationmaster#comment-67436 <p>I can reproduce that error message by setting this in the ejabberd configuration file:</p> <pre> loglevel: '' </pre><p>Notice the value is two commands: ' and ', which in the configuration file are used to call a macro, for example:</p> <pre> define_macro: 'LOG_LEVEL_NUMBER': 5 loglevel: 'LOG_LEVEL_NUMBER' </pre><p>See <a href="https://docs.ejabberd.im/admin/configuration/#option-macros-in-configuration-file" title="https://docs.ejabberd.im/admin/configuration/#option-macros-in-configuration-file">https://docs.ejabberd.im/admin/configuration/#option-macros-in-configura...</a></p> Wed, 03 May 2017 19:04:02 +0000 badlop comment 67436 at https://www.ejabberd.im