Search Criteria
Package Details: neo4j-community 4.1.3-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: | http://neo4j.org/ |
Licenses: | |
Conflicts: | |
Submitter: | tucho |
Maintainer: | hakami1024 |
Last Packager: | hakami1024 |
Votes: | 61 |
Popularity: | 0.027164 |
First Submitted: | 2015-12-30 05:23 |
Last Updated: | 2020-10-12 14:08 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 ... Next › Last »
goddessfreya commented on 2018-07-03 08:05
I've made a new package which uses the latest git version here: https://aur.archlinux.org/packages/neo4j-git/
It's based on the structure of the Debian package.
ryukinix commented on 2017-12-04 04:27
I have multiple issues with this package.
The default enviroment variables is set wrong for me, I need to change at least NEO4J_HOME and when I try execute the server I receive:
Error: Could not find or load main class org.neo4j.server.CommunityEntryPoint
scottwernervt commented on 2017-10-17 14:39
Running into the following error when using the neo4j bin tools:
$ neo4j-import
Error: Could not find or load main class org.neo4j.tooling.ImportTool
$ neo4j-admin import
Error: Could not find or load main class org.neo4j.commandline.admin.AdminTool
https://github.com/neo4j/neo4j/issues/8347
kawzeg commented on 2017-08-19 19:43
Any progress on the 3.2 update? I tried my hand at modifying the PKGBUILD which seems to work on my machine, but I have no experience with that.
radio_rogal commented on 2017-07-16 16:50
Looks like there is stable 3.2 branch. So I will prepare next 3.2.2 not 3.0.10.
Indeed commented on 2017-04-19 08:58
IMO docker based deployment is most desirable for now.
Jam0864 commented on 2017-02-07 04:23
@wanderstudent: Use systemctl with the neo4j.service file rather than the neo4j startup script, which doesn't appear to work.
tucho commented on 2016-10-11 14:36
Here it is, callofdutyops. Thank you for let me know.
callofdutyops commented on 2016-10-10 12:32
Thanks a lot for your hard work! The new version 3.0.6 is released, please update.
wanderstudent commented on 2016-09-07 17:06
Hey - Im getting strange errors....
1) the startup script tries to create the pid file in /usr/run... instead of /var/run... (why?!) - by changing a few lines of the startup script I got it to run, but now it is stuck again and /var/log/neo4j.log says:
2) "Fehler: Hauptklasse org.neo4j.server.CommunityEntryPoint konnte nicht gefunden oder geladen werden"
e.g. "Error: Main class ... could not be found or loaded"
What is wrong? Google couldn't help...