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

<deleted-account> commented on 2014-03-17 08:46 (UTC)

Changing the limits in /etc/security/limits.conf doesn't work, see for example: https://bugzilla.redhat.com/show_bug.cgi?id=754285. Instead add: LimitNOFILE=40000 to the [Service] section of /lib/systemd/system/neo4j.service. When I figure out how, I'll propose a change to the package :-)

tkh23 commented on 2014-02-17 04:01 (UTC)

Must use JDK7 from AUR and also adjust some files: Edit /etc/security/limits.conf and add these two lines: neo4j soft nofile 40000 neo4j hard nofile 40000 Edit /etc/pam.d/su and uncomment or add the following line: session required pam_limits.so Then systemctl start neo4j.service :) Worked for me on fresh install.

tucho commented on 2014-02-06 18:09 (UTC)

New Neo4J version (2.0.1).

tucho commented on 2014-01-13 13:20 (UTC)

New version: 2.0.0-2 - /run/neo4j is now been created by systemd; - [Install] section was missing in neo4j.service.

tucho commented on 2014-01-07 03:13 (UTC)

Although I'd tried to follow the Java Package Guideline as strictly as possible, I did choose to overlook some of its rules in this "first-order approximation" packaging: - I did not declare dependencies to other java packages besides java-runtime; - I did not rewrite the shell scripts. This is my first AUR submit, so any help in addressing these issues will be kindly accepted. I would like to express my gratitude to my friend and coworker mereghost (Marcello Rocha). Without his assistance and incentive I would be forever untarring Neo4j in /opt.

grimboy commented on 2013-11-09 18:33 (UTC)

I concur that it should probably run as a new user neo4j. I think you can probably just make sure the user exists in the pkgbuild and add [exec] user= group= to the .service file as detailed in http://www.freedesktop.org/software/systemd/man/systemd.exec.html