cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 1001 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1216 Views
  • 1 replies
  • 1 kudos

Neo4j refuses to start with Zulu JVM

I'm trying to run Neo4j Community edition 4.4.6 with my brand new MACBookPro with M1 Pocessor. I followed the instruction, and, for MacOS these suggest, as the only JVM, the Zulu one. I downlaoded and installed everything, but this has been the resul...

3X_d_7_d74e3524e1b1c1bfa3322e2d1ef155a92be9ca09.png

Invalid number of relationship groups

Hi there I was using the neo4j-admin import tool then I got this error: Invalid number of relationship groups First, what is a relationship group in Neo4j? We can find this name in the neo4j operation manuel store format section as a store format lim...

Neo4j enterprise edition memory issues

Hi, I am running neo4j cluster with 3 cores and 1 read replica. We are ingesting around 72 million nodes data and getting below exception and warnings after couple of hour of data ingestion ersion:6.0] 2022-05-11 21:03:10.247+0000 WARN [c.n.c.c.s.T...

Error creating bean with name 'databaseManagementService' when using neo4j.version 4.2.4 and java version 17

I am using neo4j.version 4.2.4 and java version 17. Getting error: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'databaseManagementService' And in configuration file I am getting this issue: 'Datab...

Neo4j Community Edition limitations

Hi All, We have recently installed Neo4j Community Edition 4.4. This is installed in a RHEL VM on Azure. After we have started the service, we are not able to do the following: a. Not able to create any User or add neo4j user to admin group. b. Not a...

Resolved! Linkable property

Hi, there is no "http property": Property values - Java Reference. Is there a way for creating a property, which can be clicked on the map ? Thanks , Michel

Michel by Node Clone
  • 567 Views
  • 3 replies
  • 3 kudos

Experiencing GC pause and high CPU

Hello, I am in a big trouble for the last couple of weeks. Here is the setup: neo4j 4.4.6 community on a dedicated machinedatabase is small ~2-3GBdotnet client 4.1.26every query is parameterizedI have apoc plugins install but they are not in use duri...

3X_6_2_621eaab1626957764d0e2b64e4290ed1f0293db1.png 3X_2_e_2ef7332545712fdc5ebe1c7fe57ddcf642289ef7.png 3X_4_6_46d22fb3c97ba712aebed32ac92c8ec0aa28ac83.png 3X_8_2_82d808d13c14f9d4d6872ffb7b2669fe18f98096.png

Desktop cache fills up my Roaming profile

Is there a way to have the Desktop app write its cache somewhere other than my roaming profile? Using a brand new install of Desktop Version 1.4.15 C:\Users<user>\AppData\Roaming\Neo4j Desktop\Cache Our organisation limits us to a whole 60MB in here...

Excessive transaction logging during DETACH DELETE

I'm using Neo4J enterprise (v4,4,2) on an AWS EC2 instance running CentOS 7 and having trouble cleaning up a database after a runaway query added about 8M excess labeled nodes. I'm running a "DETACH DELETE" operation that is removing about 8M nodes i...

tms by Graph Buddy
  • 420 Views
  • 2 replies
  • 0 kudos

Error when get simple graph (Index traversal aborted)

I got a very simple Cypher query as bellowing. However, it return error of Index traversal. > match (u:USER) > where u.USER_ID in [100014822224680,100007051087899] > return (u)-[:friend]->(u) Neo.DatabaseError.Statement.ExecutionFailed Index traver...

leminhvn by Node Clone
  • 551 Views
  • 2 replies
  • 0 kudos

Is the hosted northwind sample database broken?

I was reading the basics of the Northwinds recommendation engine to experiment with queries (Northwind Recommendation Engine - graphgists). I tried this query in the online hosted Northwind: match (c:Customer)-[:PURCHASED]->(o:Order)-[:PRODUCT]->(p:P...