You are not the first to report this error. It seems to be happening to
others too, only if they import many nodes in the same transaction. Are you
able to write a contained test case that reproduces the problem so we can
try and debug it?


On Sun, May 11, 2014 at 4:11 PM, zapo <[email protected]> wrote:

> thanks,
> the import seems to work until  "No property record in property chain for
> Node[18835,used=true,rel=44622,prop=-1,labels=Inline(0x0:[]),light]
> contained property with key 32"
> What does it mean ?
>
> info | inserted geometries: 1000
> info | inserted geometries: 2000
> info | inserted geometries: 3000
> info | inserted geometries: 4000
> info | inserted geometries: 5000
> info | inserted geometries: 6000
> info | inserted geometries: 7000
> info | inserted geometries: 8000
> info | inserted geometries: 9000
> info | inserted geometries: 10000
> info | inserted geometries: 11000
> info | inserted geometries: 12000
> info | inserted geometries: 13000
> info | inserted geometries: 14000
> info | inserted geometries: 15000
> No property record in property chain for
> Node[18835,used=true,rel=44622,prop=-1,labels=Inline(0x0:[]),light]
> contained property with key 32
>
>
>
>
>
>
> On Sunday, May 11, 2014 1:33:16 PM UTC+2, Michael Hunger wrote:
>
>> Use new GraphDatabaseFactory().newEmbeddedDatabase(path)
>>
>> Sent from mobile device
>>
>> Am 11.05.2014 um 11:43 schrieb zapo <[email protected]>:
>>
>> Hi,
>> im trying to import a shp file into my database like this example :
>> http://neo4j.github.io/spatial/#spatial-import-shapefile
>>
>> but i have an error msg :
>> Unresolved compilation problem:   database cannot be resolved
>>
>> that is relative to this line code :
>> GraphDatabaseService database =new EmbeddedGraphDatabase(
>> "/var/neo4j-community-2.0.3/data/graph.db", null, null);
>>
>> Eclipse software tell me to that the
>> *org.neo4j.kernel.EmbeddedGraphDatabase* is deprecated
>> Have i to use an another library ?
>>
>> Thanks in advance
>>
>> --
>> 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/d/optout.
>>
>>  --
> 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/d/optout.
>

-- 
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/d/optout.

Reply via email to