<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body 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="moz-txt-link-abbreviated"
href="mailto:ommp82_plus@10.1.4.16">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="moz-txt-link-abbreviated"
href="mailto:ommp82_plus@10.1.4.16">@10.1.4.16</a>'}
</p>
</body>
</html>