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
> 
> 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 "ok" "The database seem to be in use. Please make sure it is 
> not in use  or change to another dtabase location." is shown.
> 
> The size of the db is quite small (at the moment), neostore.propertystore.db 
> is 946kb and neostore.nodestore.db 45kb
> 
> Cheers,
> 
> Andi
> 
> 
> Am 12.01.2011 um 20:10 schrieb 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 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 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:50 
>>> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog 
>>> doInternalRecovery
>>> INFO: Non clean shutdown detected on log [../nioneo_logical.log.1]. 
>>> Recovery started ...
>>> 12.01.2011 19:55:50 
>>> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog 
>>> doInternalRecovery
>>> INFO: Non clean shutdown detected on log [../lucene/lucene.log.1]. Recovery 
>>> started ...
>>> 12.01.2011 19:55:50 
>>> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog 
>>> doInternalRecovery
>>> INFO: Non clean shutdown detected on log [../lucene-fulltext/lucene.log.1]. 
>>> Recovery started ...
>>> 12.01.2011 19:55:51 org.neo4j.kernel.impl.transaction.TxManager init
>>> INFO: Unresolved transactions found, recovery started ...
>>> 
>>> Cheers,
>>> 
>>> Andi
>>> 
>>> Am 12.01.2011 um 13:32 schrieb 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 stopping the server).
>>>> 
>>>> Please don't delete any of the files otherwise you risk corrupting your 
>>>> database.
>>>> 
>>>> Would you please provide the error 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 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 back into a 
>>>>> "finished" state when this happens, so I can open it in neoclipse. Do I 
>>>>> have to delete the *.active files or alter some other files?
>>>>> 
>>>>> Cheers,
>>>>> 
>>>>> Andi
>>>>> _______________________________________________
>>>>> Neo4j mailing list
>>>>> User@lists.neo4j.org
>>>>> https://lists.neo4j.org/mailman/listinfo/user
>>>> 
>>>> _______________________________________________
>>>> Neo4j mailing list
>>>> User@lists.neo4j.org
>>>> https://lists.neo4j.org/mailman/listinfo/user
>>> 
>>> _______________________________________________
>>> Neo4j mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>> 
>> _______________________________________________
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
> 
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to