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.83
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 .. 5 6 7 8 9 10 11 Next › Last »

<deleted-account> commented on 2013-09-29 04:50 (UTC)

Won't it be dangerous to run the daemon with root?

joshdmiller commented on 2013-09-12 00:35 (UTC)

"lsof" should be added to the "depends" or it won't start.

corecode commented on 2013-03-08 20:10 (UTC)

at least neo4j-shell has a broken CP: need lib/*: CP="/usr/share/java/neo4j/lib/*:/usr/share/java/neo4j/system/*:/usr/share/java/neo4j/plugins/*"

djpohly commented on 2012-05-26 19:23 (UTC)

1.7-2: Paths for commons-collections fixed. Thanks yscik!

yscik commented on 2012-05-26 16:12 (UTC)

neo4j.rc has a leftover from jakarta-commons-collections on line 10: CP="$CP:/usr/share/java/jakarta-commons-collections/commons-collections.jar" java-commons-collections is located at /usr/share/java/commons-collections, should be updated :)

djpohly commented on 2012-04-20 16:44 (UTC)

1.7-1: Switched from jakarta-commons-collections to java-commons-collections. No difference really, but this one follows the naming conventions better. :)

djpohly commented on 2012-03-25 15:52 (UTC)

Updated to 1.6.1. You need to set a JAVA_HOME in /etc/conf.d/neo4j now. @Markus00000: This should fix the problem - so you can get rid of that symlink now. :)

Markus00000 commented on 2012-03-25 07:18 (UTC)

1.6.1 refused to start until I created a symlink /bin/java to /usr/bin/java.

djpohly commented on 2012-01-30 16:27 (UTC)

Updated to 1.6. Note that it may refuse to start if you try to use it with an earlier version's database! If anyone knows why, or how to fix it/upgrade the database, let me know and I'll patch that in. (I'm not actively using Neo at the moment.)

djpohly commented on 2011-10-31 21:27 (UTC)

Updated to 1.4.2. There are a few dependencies which could possibly be factored out, but I don't have time to do them myself. A quick package search shows lucene, scala, groovy, java-jackson, and java-commons-lang. And java-commons-* if someone's willing to make AUR packages for them...