Re: [Neo4j] Neo4j 2.2.1 error starting more than one istance

2015-05-14 Thread Rita
0,name=Primitive count) > Failed to register JMX Bean org.neo4j.jmx.impl.ManagementBeanProvider[ > Store file sizes] (javax.management.InstanceAlreadyExistsException: org. > neo4j:instance=kernel#0,name=Store file sizes) > Failed to register Configuration JMX Bean > Couldn't close neostore

Re: [Neo4j] Neo4j 2.2.1 error starting more than one istance

2015-05-14 Thread Rita
previous version with Glassfish? Rita Il giorno giovedì 14 maggio 2015 14:32:25 UTC+2, Michael Hunger ha scritto: > > It seems that you create a new graph database service per request, which > is not what you would want to do. > You should have it created only once and injected into your

Re: [Neo4j] Neo4j 2.2.1 error starting more than one istance

2015-05-14 Thread Rita
oStoreDataSource.java:459) at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start( LifeSupport.java:507) ... 45 more For investigation I can give you two WAR that can be loaded on Glassfish 4. What do you think? Many thanks. Rita Il giorno giovedì 14 maggio 2015 11:54:14 UTC+2, Michael Hunger ha

[Neo4j] Re: Neo4j 2.2.1 error starting more than one istance

2015-05-14 Thread Rita
1 and Glassfish. Rita Il giorno mercoledì 13 maggio 2015 05:30:38 UTC+2, Sumit Gupta ha scritto: > > Hi Rita, > > I tried to creating multiple instances of embedded Neo4j (using different > DB locations) it works fine for me with Neo4j 2.2.1 Community versions. > > Here is my

[Neo4j] Re: Neo4j 2.2.1 error starting more than one istance

2015-05-12 Thread Rita
investigate on this issue that seems to be a bug. Many thanks Rita Il giorno martedì 12 maggio 2015 02:47:52 UTC+2, Sumit Gupta ha scritto: > > Hi, > > Are you starting both instances with same DB files or different? > > I any case i do not think you will be able to do it bec

[Neo4j] Re: Neo4j 2.2.1 error starting more than one istance

2015-05-11 Thread Rita
Anyone does have an idea please? Thanks, Rita Il giorno venerdì 8 maggio 2015 10:00:21 UTC+2, Rita ha scritto: > > Hi all, > I am using Neo4j 2.2.1 embedded in java application. I've found a problem. > I cannot open different Neo4j graphs on my server because when I st

[Neo4j] Re: findNodesByLabelAndProperty java API question

2015-05-08 Thread Rita
You can use methods hasLabel and hasProperty on nodes with Java API. Regards Rita Il giorno giovedì 7 maggio 2015 22:16:09 UTC+2, Howard Lander ha scritto: > > Hi all > > I've got kind of a funny question about the java API. I know about > the findNodesByLabelAndPr

[Neo4j] Re: bidirectional relationships and nodes

2015-05-08 Thread Rita
All relationships in a Neo4j graph are directed, you have to define start/end node, but you can ignore the direction where it is not useful in your application. For example Cypher uses a pair of dashes (--) to represent an undirected relationship. Regards Rita Il giorno giovedì 7 maggio 2015

[Neo4j] Neo4j 2.2.1 error starting more than one istance

2015-05-08 Thread Rita
ve this error when I use version 1.9.9 on both graphs or if only one is 2.2.1. Could you give me an idea to solve this issue please ? Thank you. Rita -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop rec

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-05-06 Thread Rita
Thank you very much for the bug fix https://github.com/neo4j/neo4j/pull/4509 <https://github.com/neo4j/neo4j/pull/4509> When will be possibile to have this solution into a new release? Rita Il giorno lunedì 20 aprile 2015 10:37:15 UTC+2, Rita ha scritto: > > Hi Mattias, > th

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-20 Thread Rita
Thank you for your work! Rita Il giorno lunedì 20 aprile 2015 09:25:18 UTC+2, Mattias Persson ha scritto: > > Hi, the IndexHits instance returned isn't putting everything in that set > right away, but over time to avoid returning duplicates when combining > transaction state an

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-17 Thread Rita
? Thanks in advance Rita Il giorno giovedì 16 aprile 2015 14:22:34 UTC+2, Rita ha scritto: > > Thank you for the reply Michael. I have just published the issue. > I was using as usual -Xmx4g. Now I've just tried with 6GB and open and > close a single transaction for every query

Re: [Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-16 Thread Rita
same operation. I try on other cases. Tell me if there are news on the issue please. Thank you. Regards Rita Il giorno giovedì 16 aprile 2015 13:04:01 UTC+2, Michael Hunger ha scritto: > > This seems to be a like a bug. > > How much heap do you have? > > Could you raise an is

[Neo4j] from Neo4j1.9.9 to Neo4j 2.2.0 exception querying Lucene

2015-04-16 Thread Rita
exHits( LegacyIn dexProxy.java:294) at org.neo4j.kernel.impl.coreapi.LegacyIndexProxy.query( LegacyIndexProxy .java:352) I never get this with older versions of Neo4j! I always did this operation until version 1.9.9. Could you please help me to avoid this? Is it a bug of library implementation or I have to change

Re: [Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-14 Thread Rita
tried adding all the dependencies collected with Neo4j Spatial 0.11 and missing in the classpath of 0.14. In this way it works without errors but I don't know which jar are not used and the ones that are mandatory. I remove neo4j-graph-collections-0.6-neo4j-1.9.jar which is relative to old version,

Re: [Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-13 Thread Rita
If it is useful for someone with similar problem, I've fixed the problem using those dependencies : <https://lh3.googleusercontent.com/-TY7xGvJaENY/VSvh0c22OiI/ASc/zhKDLoXXDwk/s1600/0.14_2.2.0_extended.jpg> Regards, Rita Il giorno lunedì 13 aprile 2015 09:43:22 UTC+2, Rita

Re: [Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-13 Thread Rita
Anybody has got an idea to fix this problem, please? I need to create spatial indexes to test Neo4j 2.2.0, otherwise I have to stay with 1.9.9. Thank you Rita Il giorno giovedì 9 aprile 2015 16:39:59 UTC+2, Rita ha scritto: > > Many thanks Axel, sorry but I've tried only today.

Re: [Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-09 Thread Rita
javadoc root does not contain the package-list file", and I can't find examples of usage with version 0.14. Could someone give me an advice for this upgrade please? Thanks Rita Il giorno sabato 4 aprile 2015 01:51:09 UTC+2, Axel ha scritto: > > Just deployed some version

Re: [Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-03 Thread Rita
OK, thank Axel! Rita Il giorno venerdì 3 aprile 2015 13:59:43 UTC+2, Axel ha scritto: > > There's no release of Neo4j spatial for Neo4j 2.2.0 GA yet. > > I'll try to create one today. Please check the commits in the contrib > maven repo for updates: https://github.com

Re: [Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-03 Thread Rita
could suggest please? Thank you! Rita Il giorno venerdì 3 aprile 2015 11:55:53 UTC+2, Craig Taverner ha scritto: > > The data structure used by spatial has changed since 1.9, and so the best > option here is to re-create (re-import) your spatial data. The neo4j > database upgrade

[Neo4j] Neo4j Spatial for Neo4j 2.2.0

2015-04-03 Thread Rita
ry engine installed." Implementation has changed? I am using Neo4j on windows with Java in embedded mode. Could tell me how avoid this error? Do I have to recreate spatial indexes? Thanks in advance Rita -- You received this message because you are subscribed to the Google Groups &q

Re: [Neo4j] where find neo4j 2.2.0 javadoc

2015-03-31 Thread Rita
Thank you very much both! I cannot download the javadoc with Maven. I just find it at http://neo4j.com/docs/2.2.0/javadocs/ as Chris said. Regards Rita Il giorno martedì 31 marzo 2015 10:34:49 UTC+2, Chris Vest ha scritto: > > The link is hiding under "Other documentation” near th

[Neo4j] where find neo4j 2.2.0 javadoc

2015-03-31 Thread Rita
Hi all, where can i download the javadoc of Neo4j 2.2.0? There isn't inside the zip folder, there isn't the dir "doc" as it was for older versions. I cannot find it in maven. Someone could please give me a link ? Thanks in advance. Rita -- You received this message becaus

Re: [Neo4j] Neo4j Spatial: problem indexing coordinates

2014-09-30 Thread Rita
Hi Craig, any news for version Neo4j Spatial for multi coordinates compatible for 1.9? Thanks in advance. Rita Il giorno lunedì 22 settembre 2014 16:59:48 UTC+2, Craig Taverner ha scritto: > > Hi Rita, > > The reason we need multiple layers is that the layer object contains the &g

Re: [Neo4j] Neo4j Spatial: problem indexing coordinates

2014-09-23 Thread Rita
k you Regards, Rita Il giorno lunedì 22 settembre 2014 16:59:48 UTC+2, Craig Taverner ha scritto: > > Hi Rita, > > The reason we need multiple layers is that the layer object contains the > knowledge of what properties are used to store the location/type/bbox. To > store multipl

Re: [Neo4j] Neo4j Spatial: problem indexing coordinates

2014-09-22 Thread Rita
possibile to implement a way to add them to the same layer? Thank you for your collaboration Rita Il giorno venerdì 19 settembre 2014 21:36:38 UTC+2, Craig Taverner ha scritto: > > Hi Rita, > > As a test I decided to add support for multiple points on the same node. > I've got t

Re: [Neo4j] Neo4j Spatial: problem indexing coordinates

2014-09-19 Thread Rita
Hi Craig, thanks for you explanation. I had not tried yet to create more than one layer, but now I know what is the situation. I'm sorry that the only solution is to store other coordinates in new nodes. Regards Rita Il giorno giovedì 18 settembre 2014 16:28:34 UTC+2, Craig Tavern

[Neo4j] Neo4j Spatial: problem indexing coordinates

2014-09-18 Thread Rita
; layerIndex.add(node, "lo1", Double.parseDouble(node.getProperty("lo1"). toString())); but I cannot indexing all, I think because constants LayerNodeIndex.LAT_PROPERTY_KEY and LayerNodeIndex.LON_PROPERTY_KEY are unique for an index so they took the value of last definition

Re: [Neo4j] Re: numeric query on lucene batch inserter

2014-05-13 Thread Rita
Hi Michael, Thank you for the response and idea, but I need to get relationships from index to update them on index and graph (I don't need transactional way). Relationships are many millions, so I can't put them into an array. I have to think to other solutions. Rita Il giorno

[Neo4j] Re: numeric query on lucene batch inserter

2014-05-12 Thread Rita
Anyone has got an idea about this problem, please? Il giorno giovedì 8 maggio 2014 12:05:25 UTC+2, Rita ha scritto: > > Hi all, > I need to do a numeric range (on a propertie store as long) query on my > relationships lucene index, using batch inserter. I am using Neo4j 1.9.5 o

[Neo4j] numeric query on lucene batch inserter

2014-05-08 Thread Rita
ry in other way for LuceneBatchInserterIndexProvider? Can does anyone explain me please? Thanks in advance. Rita -- 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, sen

[Neo4j] numeric query on lucene batch inserter

2014-05-08 Thread Rita
0,datapartenza , true, false)); Do I have to write the query in other way for LuceneBatchInserterIndexProvider? Can does anyone explain me please? Thanks in advance. Rita -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this gro

Re: [Neo4j] how delete lots of relationship

2014-03-18 Thread Rita
I deleted them and then I've changed the policy to conf.put("keep_logical_logs", "false"); now the number of logs remains low. Regards Rita Il giorno venerdì 14 marzo 2014 09:52:21 UTC+1, Rita ha scritto: > > OK thanks, sure you are right, I see in detail, the di

Re: [Neo4j] how delete lots of relationship

2014-03-14 Thread Rita
OK thanks, sure you are right, I see in detail, the disk space of the directory is increased for files: files nioneo_logical.log.vXXX Are they necessary? Can I delete them after closing the db? Thanks Rita Il giorno venerdì 14 marzo 2014 09:28:01 UTC+1, Michael Hunger ha scritto: > >

Re: [Neo4j] how delete lots of relationship

2014-03-14 Thread Rita
OK thank you, I decreased a little bit the number. Until now I'm deleting without new insertion, but the size of the graph is increasing! Is it normal? Does it depend on the block marking? Many thanks, Rita Il giorno martedì 11 marzo 2014 15:02:45 UTC+1, Michael Hunger ha scritto: >

Re: [Neo4j] how delete lots of relationship

2014-03-11 Thread Rita
memory also after tx.finish? But in this way it is too slow. Any other way to increase speed? Thanks Rita Il giorno martedì 11 marzo 2014 12:58:52 UTC+1, Michael Hunger ha scritto: > > Existing node and relationship records that are freed will of course be > reused (but only after

Re: [Neo4j] how delete lots of relationship

2014-03-11 Thread Rita
to "optimize" the graph and index space after those deletes? Yes I have an index on relationships, so I'm deleting them both from the index and the graph. Thanks. Rita Il giorno martedì 11 marzo 2014 11:34:54 UTC+1, Michael Hunger ha scritto: > > Neo4j is block based, it

[Neo4j] how delete lots of relationship

2014-03-11 Thread Rita
overhead limit exeeded. Someone have a suggestion, please? Then, why after deleting relationships, the size of the graph on disk do not decrease? Thank you very much in advance. Rita -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubs

Re: [Neo4j] upgrade from version 1.9.1 to 2.0?

2014-01-29 Thread Rita
Thank you. It all clear for the moment. Rita Il giorno mercoledì 29 gennaio 2014 11:55:46 UTC+1, Jim Webber ha scritto: > > Hi Rita, > > > > No I am using Neo4j Enterprise. I see that now Enterprise edition are > free only for 30 day trial! So can I upgrade only with a

Re: [Neo4j] upgrade from version 1.9.1 to 2.0?

2014-01-29 Thread Rita
I have another question, can you give me a direct contact for questions about commercial license in Italy, please? Rita Il giorno martedì 28 gennaio 2014 22:02:22 UTC+1, Jim Webber ha scritto: > > Hi Rita, > > "Support" in this context is usually commercial support.

Re: [Neo4j] upgrade from version 1.9.1 to 2.0?

2014-01-29 Thread Rita Piras
Many thanks Jim. No I am using Neo4j Enterprise. I see that now Enterprise edition are free only for 30 day trial! So can I upgrade only with a commercial license? Why do you suggest me to move on 1.9.6 instead of 2.0 ? When will be available 1.9.6? Thanks in advance. Regards, Rita 2014-01-28

[Neo4j] upgrade from version 1.9.1 to 2.0?

2014-01-28 Thread Rita
application to version 2.0 or I am "forced" ? I see that now the enterprise editions is available only for a free 30 days trial, so how could do this eventual definitive upgrade? Thanks in advance. Rita -- You received this message because you are subscribed to the Google Grou