Package Details: neo4j-community 5.24.0-1

Git Clone URL: https://aur.archlinux.org/neo4j-community.git (read-only, click to copy)
Package Base: neo4j-community
Description: A fully transactional graph database implemented in Java
Upstream URL: https://github.com/neo4j/neo4j
Licenses: GPL-3.0-only
Conflicts: neo4j-enterprise
Submitter: tucho
Maintainer: carsme
Last Packager: carsme
Votes: 64
Popularity: 0.170018
First Submitted: 2015-12-30 05:23 (UTC)
Last Updated: 2024-09-27 08:15 (UTC)

Dependencies (3)

Required by (1)

Sources (5)

Pinned Comments

hainkind commented on 2024-03-08 19:27 (UTC)

i don't know if this is obvious to everyone but i had to switch my system java default to openjdk 17 via 'sudo archlinux-java set java-17-openjdk'. compile failed with a default version of 21.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

MichaelSx commented on 2022-01-15 10:21 (UTC)

I have adapted the PKGBUILD, feel free to test and change to your needs or give suggestions for improvement. I can at least run it via systemctl on my system now, not quite sure if I missed something specific to my config: https://github.com/michaelsx/aur_neo4j-community

dalu commented on 2021-11-08 06:07 (UTC)

Your upstream url is also using some tracking link shortener that returns a 404

dalu commented on 2021-11-08 06:03 (UTC) (edited on 2021-11-08 06:03 (UTC) by dalu)

systemctl start neo4j.service fails with the same error

Nov 08 06:46:26 hostname neo4j[7710]: Error: Could not find or load main class org.neo4j.server.startup.Neo4jCommand
Nov 08 06:46:26 hostname neo4j[7710]: Caused by: java.lang.ClassNotFoundException: org.neo4j.server.startup.Neo4jCommand
Nov 08 06:46:26 hostname systemd[1]: neo4j.service: Control process exited, code=exited, status=1/FAILURE
Nov 08 06:46:26 hostname systemd[1]: neo4j.service: Failed with result 'exit-code'.

amael commented on 2021-10-30 23:20 (UTC) (edited on 2021-10-30 23:20 (UTC) by amael)

diff --git a/PKGBUILD b/PKGBUILD
index d272282..a2bd7b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ package() {
   [[ $(ls -A logs/* 2>/dev/null) ]] && cp -r logs/* $pkgdir/$LOG_DIR

   # Copy JARs in lib and plugins
-  LIB_DIR=usr/share/java/neo4j/lib
+  LIB_DIR=usr/share/neo4j/lib
   install -dm755 $pkgdir/$LIB_DIR
   [[ $(ls -A lib/* 2>/dev/null) ]] && cp -r lib/* $pkgdir/$LIB_DIR

CravateRouge commented on 2021-08-23 13:50 (UTC)

@GI_Jack the neo4j JARS are installed in /usr/share/java/neo4j/lib but the bash script /bin/neo4j adds /usr/share/neo4j/lib/ instead. A quick hack is to add /usr/share/java/neo4j/lib/ in the classpath before the java call but in my opinion, the best would be to change the lib installation location.

GI_Jack commented on 2021-08-16 00:11 (UTC)

any ideas?

Error: Could not find or load main class org.neo4j.server.startup.Neo4jCommand
Caused by: java.lang.ClassNotFoundException: org.neo4j.server.startup.Neo4jCommand

hakami1024 commented on 2021-08-01 03:21 (UTC)

@cvelteren, should work with systemd: systemctl start neo4j

cvelteren commented on 2021-05-01 10:21 (UTC) (edited on 2021-05-01 10:21 (UTC) by cvelteren)

Is this package still maintained? It does not run out of the box.

Running sudo NEO4J_HOME=/usr/share/java/neo4j neo4j start requires making a log directory and then it complains about a missing conf file.

Powersource commented on 2020-09-05 21:01 (UTC)

Yeah I needed to follow this apparently https://wiki.archlinux.org/index.php/Java#Switching_between_JVM

ottoshmidt commented on 2020-09-03 14:21 (UTC)

@Powersource you apparently need Java 11 instead of 8.