<div dir="ltr">You should get 'node_not_running' when mnesia is not running (stopped or have crashed) so something is very strange.<div>Don't you get other mnesia log entries?</div><div><br></div><div>Try to enable debug printouts with </div><div>mnesia:start([{debug, debug}]). or</div><div>erl -mnesia debug debug</div><div><br>/Dan<br><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 22, 2017 at 5:16 AM Arun <<a href="mailto:arunp@utl.in">arunp@utl.in</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Dear all,</p>
    <p>I've a program written in erlang which uses Mnesia application as
      the database application. I've a table created by name
      "configuration_table" which stores</p>
    <p>certain configurations that need to be persistent. Occasionally,
      whenever I restart my program the following error is thrown by
      mnesia and I end up losing</p>
    <p>all the persistent configurations. <br>
    </p>
    <p>I've searched about this problem in the erlang documentation and
      all it tells is "Node not running". What could be the probable
      cause for this problem</p>
    <p>and how do I fix it?<br>
    </p>
    <p>Mnesia('<a class="m_3569011330165217495moz-txt-link-abbreviated" href="mailto:ommp82_plus@10.1.4.16" target="_blank">test@10.1.4.16</a>'): Data
      may be missing, Corrupt logfile deleted:
      "/home/utl/mnesia_database/configuration_table.DCL",
      {node_not_running,
      <br>
      'test<a class="m_3569011330165217495moz-txt-link-abbreviated" href="mailto:ommp82_plus@10.1.4.16" target="_blank">@10.1.4.16</a>'}
    </p>
  </div>

_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div></div></div>