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 the downloaded tar ball):

  geronimo-jta_1.1_spec-1.1.1.jar
  neo4j-examples-1.2.jar
  neo4j-graph-algo-0.7-1.2.jar
  neo4j-ha-0.5-1.2.jar
  neo4j-index-1.2-1.2.jar
  neo4j-kernel-1.2-1.2.jar
  neo4j-lucene-index-0.2-1.2.jar
  neo4j-management-1.2-1.2.jar
  neo4j-online-backup-0.7-1.2.jar
  neo4j-remote-graphdb-0.8-1.2.jar
  neo4j-shell-1.2-1.2.jar
  neo4j-udc-0.1-1.2-neo4j.jar
  netty-3.2.1.Final.jar
  org.apache.servicemix.bundles.jline-0.9.94_1.jar
  org.apache.servicemix.bundles.lucene-3.0.1_2.jar
  protobuf-java-2.3.0.jar

Is your database big, or could you send the entire database
(network/*) contents as well?

2011/1/18 Andreas Bauer <b...@gmx.net>:
> 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. "Network" is just the name of the database. I made 
>> a mistake, the exception occurs here:
>>
>> GraphDatabaseService neo4j = new EmbeddedGraphDatabase( "network");
>>
>> So my database is called network and after recovering the message I posted 
>> last time occurs.
>>
>> Cheers,
>>
>> Andi
>>
>>
>> Am 18.01.2011 um 10:01 schrieb Mattias Persson:
>>
>>> This look very odd. The file "network" is not something that Neo4j
>>> uses. What type of file system are you running this on? Also, would it
>>> be possible for you to send some of the files to me offlist (all files
>>> _not_ starting with "neostore" would maybe suffice).
>>>
>>> Best,
>>> Mattias
>>>
>>> 2011/1/18 Andreas Bauer <b...@gmx.net>:
>>>> Hi,
>>>>
>>>> I tried to clean up my database with the new version. Seems to work. But 
>>>> when cleanup is done and my program wants to start the database I get
>>>>
>>>> Caused by: org.neo4j.graphdb.TransactionFailureException: Unable to start 
>>>> TM
>>>>       at 
>>>> org.neo4j.kernel.impl.transaction.TxManager.init(TxManager.java:192)
>>>>       at org.neo4j.kernel.impl.transaction.TxModule.start(TxModule.java:97)
>>>>       at org.neo4j.kernel.GraphDbInstance.start(GraphDbInstance.java:157)
>>>>       at 
>>>> org.neo4j.kernel.EmbeddedGraphDbImpl.<init>(EmbeddedGraphDbImpl.java:168)
>>>>       at 
>>>> org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:81)
>>>>       at 
>>>> org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:65)
>>>>       at 
>>>> nu.buki.data.neo4j.SocialNetworkService.<clinit>(SocialNetworkService.java:38)
>>>> Caused by: java.io.FileNotFoundException: network (No such file or 
>>>> directory)
>>>>       at java.io.RandomAccessFile.open(Native Method)
>>>>       at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
>>>>       at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to