Message from discussion
db not recovering
Received: by 10.180.95.2 with SMTP id dg2mr303208wib.2.1344001140099;
Fri, 03 Aug 2012 06:39:00 -0700 (PDT)
X-BeenThere: neo4j@googlegroups.com
Received: by 10.181.12.12 with SMTP id em12ls721705wid.2.gmail; Fri, 03 Aug
2012 06:38:58 -0700 (PDT)
Received: by 10.180.100.98 with SMTP id ex2mr299783wib.4.1344001138073;
Fri, 03 Aug 2012 06:38:58 -0700 (PDT)
Received: by 10.180.100.98 with SMTP id ex2mr299782wib.4.1344001138059;
Fri, 03 Aug 2012 06:38:58 -0700 (PDT)
Return-Path: <a...@morgner.de>
Received: from server0.morgner.de (server0.morgner.de. [78.46.40.216])
by gmr-mx.google.com with ESMTP id em7si2205227wib.2.2012.08.03.06.38.57;
Fri, 03 Aug 2012 06:38:57 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of a...@morgner.de designates 78.46.40.216 as permitted sender) client-ip=78.46.40.216;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of a...@morgner.de designates 78.46.40.216 as permitted sender) smtp.mail=a...@morgner.de
Received: from localhost (localhost [127.0.0.1])
by server0.morgner.de (Postfix) with ESMTP id C76B958CE77
for <neo4j@googlegroups.com>; Fri, 3 Aug 2012 15:38:57 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at server0.morgner.de
Received: from server0.morgner.de ([127.0.0.1])
by localhost (server0.morgner.de [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 3h5uHp2NgqkH for <neo4j@googlegroups.com>;
Fri, 3 Aug 2012 15:38:57 +0200 (CEST)
Received: from [192.168.2.106] (p579B53F9.dip.t-dialin.net [87.155.83.249])
(Authenticated sender: a...@morgner.de)
by server0.morgner.de (Postfix) with ESMTPSA id 69C0F58CE5B
for <neo4j@googlegroups.com>; Fri, 3 Aug 2012 15:38:57 +0200 (CEST)
Message-ID: <501BD46F.90708@morgner.de>
Date: Fri, 03 Aug 2012 15:38:55 +0200
From: Axel Morgner <a...@morgner.de>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0
MIME-Version: 1.0
To: neo4j@googlegroups.com
Subject: db not recovering
Content-Type: multipart/alternative;
boundary="------------050606000107050803040304"
This is a multi-part message in MIME format.
--------------050606000107050803040304
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit
Today, I got a strange exception from a db which doesn't recover anymore
(1.8.M05):
Caused by: java.io.IOException: Inject start failed, xid:
GlobalId[NEOKERNL|6277922360067890308|2244], BranchId[ 52 49 52 49 52 49
] already injected
at
org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.injectStart(XaResourceManager.java:122)
at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyStartEntry(XaLogicalLog.java:458)
at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyEntry(XaLogicalLog.java:417)
at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.doInternalRecovery(XaLogicalLog.java:777)
at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:205)
at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:167)
at
org.neo4j.kernel.impl.transaction.xaframework.XaContainer.openLogicalLog(XaContainer.java:64)
at
org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.<init>(NeoStoreXaDataSource.java:225)
... 27 more
Luckily, it's just a test database which I saved then.
Is it a known problem with M05?
Cheers
Axel
--
Axel Morgner � a...@morgner.de � @amorgner <https://twitter.com/amorgner>
c/o Morgner UG � Hanauer Landstr. 291a � 60314 Frankfurt � Germany
phone: +49 151 40522060 � skype: axel.morgner
http://structr.org
http://www.meetup.com/graphdb-frankfurt
https://splink.de
--------------050606000107050803040304
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-15">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Today, I got a strange exception from a db which doesn't recover
anymore (1.8.M05):<br>
<br>
<tt>Caused by: java.io.IOException: Inject start failed, xid:
GlobalId[NEOKERNL|6277922360067890308|2244], BranchId[ 52 49 52 49
52 49 ] already injected<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.injectStart(XaResourceManager.java:122)<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyStartEntry(XaLogicalLog.java:458)<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyEntry(XaLogicalLog.java:417)<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.doInternalRecovery(XaLogicalLog.java:777)<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:205)<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:167)<br>
��� at
org.neo4j.kernel.impl.transaction.xaframework.XaContainer.openLogicalLog(XaContainer.java:64)<br>
��� at
org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.<init>(NeoStoreXaDataSource.java:225)<br>
��� ... 27 more</tt><br>
<br>
Luckily, it's just a test database which I saved then.<br>
<br>
Is it a known problem with M05?<br>
<br>
Cheers<br>
Axel<br>
<br>
<div class="moz-signature">-- <br>
<p style="font-family: sans-serif"> </p>
<p>Axel Morgner � <a class="moz-txt-link-abbreviated"
href="mailto:a...@morgner.de">a...@morgner.de</a> � <a
href="https://twitter.com/amorgner">@amorgner</a></p>
<p> c/o Morgner UG � Hanauer Landstr. 291a � 60314 Frankfurt �
Germany<br>
phone: +49 151 40522060 � skype: axel.morgner<br>
</p>
<p> <a href="http://structr.org">http://structr.org</a><br>
<a href="http://www.meetup.com/graphdb-frankfurt">http://www.meetup.com/graphdb-frankfurt</a><br>
<a href="https://splink.de">https://splink.de</a><br>
</p>
<p><br>
</p>
</div>
</body>
</html>
--------------050606000107050803040304--