Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-21 Thread Mattias Persson
You could always connect your islands to the reference node or similar, so that your graph becomes all connected and cosy. 2011/1/21 Andreas Bauer > Hi, > > ok, I thought the "islands" are shown as well. Maybe I did something wrong? > > In my case, I don't know the connections in advance. Some m

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-21 Thread Andreas Bauer
Hi, ok, I thought the "islands" are shown as well. Maybe I did something wrong? In my case, I don't know the connections in advance. Some may connect after time and some stay isolated. Is there a better or right way to do this? Cheers, Andi Am 21.01.2011 um 13:56 schrieb Mattias Persson : >

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-21 Thread Anders Nawroth
Hi! Neoclipse uses a traversal first, and then also looks for any additional relationships between the nodes found in the traversal. It doesn't pick up islands of nodes, there's always a single start node for the traversal. /anders 2011-01-21 13:56, Mattias Persson skrev: > If those three node

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-21 Thread Mattias Persson
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 : > Hi, > > I know. By code no problem,

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-18 Thread Mattias Persson
I got your files and when using those to replay the recovery scenario you're having trouble with everything works fine with Neo4j 1.2 version. Another thing could be a classpath problem, how does your classpath look? Mine contains these libs (I opened the database with the neo4j-shell command from

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 : > Hi, > > I can send you the data. "Network" is

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-18 Thread Andreas Bauer
1.2 who might encounter a recovery/restart >>> situation, or is this something specific to a Neoclipse issue? >>> >>> Thanks, >>> >>> Rick >>> >>> -Original Message- >>> From: user-boun...@lists.neo4j.org [mailto:user-boun.

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-18 Thread Mattias Persson
unter a recovery/restart >> situation, or is this something specific to a Neoclipse issue? >> >> Thanks, >> >> Rick >> >> -Original Message----- >> From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On >> Behalf Of Anders

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Andreas Bauer
[mailto:user-boun...@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! L

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Rick Bullotta
[mailto:user-boun...@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 upd

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Anders Nawroth
Hi! 2011-01-17 20:42, Andreas Bauer: > Great! Thanks alot! Let me know when and where I can download the update! The snapshot version of the download package is found here: http://neo4j.org/get?file=neo4j-1.3-SNAPSHOT-unix.tar.gz http://neo4j.org/get?file=neo4j-1.3-SNAPSHOT-windows.zip /anders

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Andreas Bauer
Great! Thanks alot! Let me know when and where I can download the update! Cheers, Andi Am 17.01.2011 um 10:03 schrieb Mattias Persson: > Hi again and sorry for late response, > > This has been some nut to crack, but finally I think the bug is resolved. > It's committed and will be available in

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-17 Thread Mattias Persson
Hi again and sorry for late response, This has been some nut to crack, but finally I think the bug is resolved. It's committed and will be available in the next milestone, but is already available (at least within the next hour or so) in SNAPSHOT builds from the neo4j maven repository. I'd like t

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-14 Thread Andreas Bauer
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: XaResourceManager[./nioneo_logical.log] sorting 0 xids F

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-14 Thread Johan Svensson
Hi, Could you provide a list of what jar files are on the classpath. Information in the /messages.log printed during startup would also be interesting to see. -Johan On Thu, Jan 13, 2011 at 9:23 PM, Andreas Bauer wrote: > Hi, > > now I got neoclipse running from eclipse, finally :) (BTW: adding

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-13 Thread Andreas Bauer
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 I get this error: org.neo4j.graphdb.TransactionFailureException: No mapp

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-13 Thread Andreas Bauer
Hi, the stack trace below wasn't generated by neoclipse, but by neo4j, when I tried to run the shutdown() method. Regarding the hint build neo4j from source. Up to now I'm still struggling with getting neoclipse run from source code on my Mac ( I'm just dealing with the 32bit 64bit issue. http

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
Hi, I use the latest stable version for mac available on the neo4j homepage (V1.2). And no, I didn't delete anything. Regards, Andi Am 12.01.2011 um 22:52 schrieb Michael Hunger: > Hi Andi, > > what version of neo4j are you running against? The latest 1.2 or sth else? > > And did you delet

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Anders Nawroth
Hi! What version of Neoclipse are you using? Basically, anything not built from source recently is too old to use with the current Neo4j versions. /anders 2011-01-12 20:21, Andreas Bauer skrev: > Hi, > > I let neoclipse do its work. After the messages mentioned below, only > > checking servic

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
Hi Andi, what version of neo4j are you running against? The latest 1.2 or sth else? And did you delete 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.

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread 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 detected on log [cep/nioneo_logical.log.1]. Recovery started ... 12.01.2011 21:05:01 org.neo4j.kernel.impl.transaction.xaf

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
I rather meant your program. Just have 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 > > chec

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Andreas Bauer
Hi, I let neoclipse do its work. After the messages mentioned below, only checking service ... starting neo4j checking service ... starting neo4j checking service ... starting neo4j checking service ... appears, interrupted by the message "The neo service is not available"; and after I clicked

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
Hi Andi, That just shows that the recovery of the transaction started. Does it also say that it finishes the recovery after a while? You should allow it to end the recovery and then do a clear shutdown of the database. If you connect to the db with neoclipse it shouldn't pose any problem. How

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread 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 mean when I debug, I just click the stop button in Eclipse. This seems to cause the problem. But how do I work around this? 12.01.2011 19:55

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Anders Nawroth
Hi! > Would you please provide the error message that you get from neoclipse? (And > the StackTrace if possible). Note that you can see some info by starting neoclipse from a command line. Also, there's a log file located at: [neoclipse-install-dir]/workspace/.metadata/.log /anders __

Re: [Neo4j] Unfinished transaction - cannot open db

2011-01-12 Thread Michael Hunger
Hi Andi, as the database reruns all not synced transaction on startup after a startup and clear shutdown all transaction that should be accounted for should be applied and all others discarded. So an new EmbeddedGraphDatabase( path ).shutdown() should clean it up for you (or starting and stopp

[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 ba