michael, i am listening to rabbitmq messages, and when a messages comes in, 
i execute a corresponding cypher query.
the queries are pretty basic, and the nodes themselves not too complex. 
honestly, it was working perfectly for weeks. but all of a sudden, i was 
unable to continue executing the same queries, when i got this message.

i may have a backup of the file on my computer, but unfortuantely, i am not 
sure that i can provide it as it may have sensitive data. ;(
are there perhaps neo4j-shell commands which can scan the indexes and check 
for inconsistency? or repair neo4j files?

On Sunday, December 22, 2013 7:08:53 AM UTC-6, Michael Hunger wrote:
>
> Where does your member come from?
>
> Sent from mobile device
>
> Am 22.12.2013 um 11:19 schrieb Javad Karabi <[email protected]<javascript:>
> >:
>
> hey wes, at no point did any of my cypher query reference a node by its 
> id. i simply used MERGE to find an id by a label and properties.
> i actually just deleted the database, but as an example of part of the 
> query:
>
>         MERGE (occupation:Occupation {
>           name: {occupation_name}
>         })
>
>         CREATE UNIQUE occupation<-[:occupation]-member
>
> and the same, but for other attributes, such as birthday, etc
> essentially i use a combo of MERGE then CREATE UNIQUE to create 
> relationships, so yes, lots of relationships created.
>
> do you think this may have been the result of corrupted data?
>
> On Sunday, December 22, 2013 3:48:43 AM UTC-6, Wes Freeman wrote:
>>
>> Oh, whoops, that's the relstore. What's your cypher query doing? Creating 
>> relationships? Can you share it?
>>
>> Wes
>>
>> On Sun, Dec 22, 2013 at 4:45 AM, Wes Freeman <[email protected]> wrote:
>>
>>> Did your cypher query ask for a node id 918772, outside the normal 
>>> range of node ids you have?
>>>
>>> Wes
>>>
>>>
>>> On Sun, Dec 22, 2013 at 4:40 AM, Javad Karabi <[email protected]>wrote:
>>>
>>>> hello
>>>>
>>>> an error has suddenly appeared, seemingly out of the blue, when i try 
>>>> to post a cypher query to my neo4j server.
>>>>
>>>> any idea what the error could mean?
>>>>
>>>> is my database corrupted?
>>>>
>>>> https://gist.github.com/karabijavad/8080325
>>>>
>>>> thank you
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Neo4j" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>
>>>
>>  -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to