Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-21 Thread Andreas Bauer
...@neotechnology.com: If those three nodes have no other relationships then Neoclipse won't show other stuff, correct. I think it can only traverse and display nodes that are connected, not individual islands of nodes. Or am I wrong here (asking the list)? 2011/1/21 Andreas Bauer b

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-18 Thread Andreas Bauer
Hi, now I tried to use neoclipse(svn check out) with the new libs, but this doesn't work... Do I have to wait for a new release or what do I have to do in order to use the new libs? Thanks, Andi Am 18.01.2011 um 20:04 schrieb Andreas Bauer b...@gmx.net: Hi, I can send you the data

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Andreas Bauer
, Mattias 2011/1/14 Andreas Bauer b...@gmx.net Hi, on the classpath are the libs that come with neoclipse, so geronimo and all the neo4j-libs including neo4j-lucene-index-0.2-1.2.jar. When I start the database in neoclipse the following messages are written: Jan 14 18:17:02 CET 2011

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Andreas Bauer
...@lists.neo4j.org] On Behalf Of Anders Nawroth Sent: Monday, January 17, 2011 4:10 PM To: Neo4j user discussions Subject: Re: [Neo4j] Unfinished transaction - cannot open db Hi! 2011-01-17 20:42, Andreas Bauer: Great! Thanks alot! Let me know when and where I can download the update

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-14 Thread Andreas Bauer
On Thu, Jan 13, 2011 at 9:23 PM, Andreas Bauer b...@gmx.net wrote: Hi, now I got neoclipse running from eclipse, finally :) (BTW: adding -d32 to the VM arguments in the run configuration and copying the jnilib from org.eclipse.swt.cocoa.macosx does the trick) But when I start my database

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-13 Thread Andreas Bauer
. http://www.eclipse.org/swt/faq.php#cocoa64launch, which makes me quite upset, as it additionally wastes lots of time.) So I can't say, if that helped... Cheers, Andi Am 12.01.2011 um 23:26 schrieb Andreas Bauer: Hi, I use the latest stable version for mac available on the neo4j homepage

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-13 Thread Andreas Bauer
: No mapping found for branchId [0x162374]: No mapping found for branchId [0x162374] Hmm, so how do I manage to clean up the database? shutdown() won't do nor the source built neoclipse... any hints? Regards, Andi Am 13.01.2011 um 20:36 schrieb Andreas Bauer: Hi, the stack trace below wasn't

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
message that you get from neoclipse? (And the StackTrace if possible). Hope that helps, if not, let us know. Thanks Michael Am 11.01.2011 um 05:48 schrieb Andreas Bauer: Hi, I recently asked why I can't open my database in neoclipse. After checking my logs I found out

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
problem. How big is the dataset that you've stored in the graph? Thanks Michael Am 12.01.2011 um 20:05 schrieb Andreas Bauer: Hi, I get the following messages, when I start from the command line. As I supposed the problem is due to the random stop of my program, when I debug. I

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
it start up, and shutdown() the EmbeddedGraphDatabaseService cleanly. Afterwards try to use neoclipse. Cheers Michael Am 12.01.2011 um 20:21 schrieb Andreas Bauer: Hi, I let neoclipse do its work. After the messages mentioned below, only checking service ... starting neo4j

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
any of the files of the database? Thanks a lot Michael Am 12.01.2011 um 21:10 schrieb Andreas Bauer: Hi, ok, I did that and now I get this stack trace 12.01.2011 21:04:57 org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog doInternalRecovery INFO: Non clean shutdown

[Neo4j] Unfinished transaction - cannot open db

2011-01-10 Thread Andreas Bauer
Hi, I recently asked why I can't open my database in neoclipse. After checking my logs I found out that there was an error occurring in the thread that writes to the database, which apparently leaves the database in an open stte. My question is now, what do I have to do to get the database

[Neo4j] neoclipse: cannot open database

2011-01-09 Thread Andreas Bauer
Hi, I created a neo4j db and fill it with some nodes and relations. Now I wanted to have a look on it and downloaded Neoclipse (btw: the update site doesn't seem to have downloads for Eclipse 3.5 available). When I start neoclipse, I point it to the directory where the database was created.