Package Details: neo4j-community 5.18.1-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.000334
First Submitted: 2015-12-30 05:23 (UTC)
Last Updated: 2024-03-24 15:11 (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 9 10 11 Next › Last »

Dietr1ch commented on 2015-08-13 23:09 (UTC)

neo4j.com/docs/stable/ says that we should be on v2.2.4

mgd commented on 2015-04-15 16:55 (UTC)

Thanks alot ! I did not see error messages regarding the number of files. Since I'm just starting to toy with neo4j I wasn't sure this was due to me not putting real load on the server...

tucho commented on 2015-04-15 14:56 (UTC)

Version 2.2.1-1 (soon enough, right?)

tucho commented on 2015-04-15 14:23 (UTC)

Here it is , folks. Sorry for the delay. And I know, we have 2.2.1 already. Coming soon... @mgd: Thank you very much for your reports. Let me briefly explain what I did on those matters. 1) There is an undocumented property, dbms.security.auth_store.location, that tells Neo4j where to create the user auth data directory. I have put it in /etc/neo4j/neo4j-server.properties pointing to /var/lib/neo4j/data/dbms/auth, so that the owner is correctly set. 2) The max number of opened files was already been addressed by the systemd service declaration. Did you see any error messages on this? Once again, thank you.

mgd commented on 2015-04-14 14:16 (UTC)

As an afterthought: Some stuff from the neo4j manual, especially the bottom of the section "24.12 Linux Performance Guide" IMO should be mentioned during installation of the package. Namely I mean these lines: 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 A restart is required for the settings to take effect. Kind regards

mgd commented on 2015-04-14 14:12 (UTC)

I have tried to adjust the package file for 2.1.7 to 2.2.0. With a few manual adjustments (some patches need manual tweaking) it worked and I could create a package that installed. However upon starting the server it almost instantly crashes with an exception. The server tries to create an authstore under /usr/share/java/neo4j/data. /usr/share/java/neo4j is root:root 755 and thus the process owned by neo4j can't create that directory. I assume the intention of the changed directory layout as of the ArchLinux package is that the above store should instead be created under /var/lib/neo4j (and then ./data) which is neo4j:neo4j 755 and thus would work. I have no idea how to tell the neo4j server to use that other path instead. I therefor manually created /usr/share/java/neo4j/data and made it neo4j:neo4j 755 and after that the server starts and seems to run w/o apparent issues. Any ideas how to do this properly ?

mudrii commented on 2015-01-12 10:50 (UTC)

Tucho Thank you for update I just tryed and didn't work in the first run as I needed to uninstall old version first and install new one , once done all sems to work again now. Thank you

tucho commented on 2015-01-11 13:07 (UTC)

Ion, please try this new version and tell me if we've made any progress.

mudrii commented on 2015-01-08 13:48 (UTC)

ssue still not resolved after so many months better to keep updating and installing manually then wait for maintainer to reply :(

mudrii commented on 2014-11-05 16:59 (UTC)

After Update wit new neo4j version neo4j-2.1.5-2 can't strat anymore the service sudo systemctl status neo4j.service ● neo4j.service - Neo4j Loaded: loaded (/usr/lib/systemd/system/neo4j.service; disabled) Drop-In: /etc/systemd/system/neo4j.service.d └─java_home.conf Active: failed (Result: exit-code) since Thu 2014-11-06 00:36:32 SGT; 9s ago Process: 6478 ExecStart=/usr/bin/neo4j start (code=exited, status=1/FAILURE) Nov 06 00:36:31 archPC neo4j[6478]: Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=/etc/ne... Nov 06 00:36:31 archPC neo4j[6478]: Starting Neo4j Server...WARNING: not changing user Nov 06 00:36:32 archPC neo4j[6478]: process [6595]... waiting for server to be ready.. Failed to start within 120 seconds. Nov 06 00:36:32 archPC neo4j[6478]: Neo4j Server may have failed to start, please check the logs. Nov 06 00:36:32 archPC systemd[1]: neo4j.service: control process exited, code=exited status=1 Nov 06 00:36:32 archPC systemd[1]: Failed to start Neo4j. Nov 06 00:36:32 archPC systemd[1]: Unit neo4j.service entered failed state. and sudo journalctl -xn -- Logs begin at Wed 2014-11-05 22:06:31 SGT, end at Thu 2014-11-06 00:57:31 SGT. -- Nov 06 00:57:20 archPC neo4j[6737]: Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=/etc/neo4j Nov 06 00:57:20 archPC neo4j[6737]: Starting Neo4j Server...WARNING: not changing user Nov 06 00:57:21 archPC neo4j[6737]: process [6854]... waiting for server to be ready.. Failed to start within 120 seconds. Nov 06 00:57:21 archPC neo4j[6737]: Neo4j Server may have failed to start, please check the logs. Nov 06 00:57:21 archPC systemd[1]: neo4j.service: control process exited, code=exited status=1 Nov 06 00:57:21 archPC systemd[1]: Failed to start Neo4j. -- Subject: Unit neo4j.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit neo4j.service has failed. -- -- The result is failed. Nov 06 00:57:21 archPC systemd[1]: Unit neo4j.service entered failed state. Nov 06 00:57:21 archPC sudo[6734]: pam_unix(sudo:session): session closed for user root Nov 06 00:57:31 archPC sudo[6889]: user : TTY=pts/1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/journalctl -xn Nov 06 00:57:31 archPC sudo[6889]: pam_unix(sudo:session): session opened for user root by (uid=0)