Search Criteria
Package Details: neo4j-community 4.2.2-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: | 62 |
Popularity: | 0.50 |
First Submitted: | 2015-12-30 05:23 |
Last Updated: | 2021-04-13 15:44 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Powersource commented on 2020-09-05 21:01
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
@Powersource you apparently need Java 11 instead of 8.
Powersource commented on 2020-09-01 17:39
Getting this when running either
neo4j start
orneo4j-admin
mnd999 commented on 2020-05-09 11:46
Have you thought about moving the jars to
/usr/share/java/neo4j/lib
?I had more success getting neo4j-admin to work with the following patch:
hakami1024 commented on 2020-02-22 21:44
Updated
Torxed commented on 2020-02-12 09:50
Getting it to run:
It'll complain that
/usr/share/java/neo4j/conf/neo4j.conf
doesn't exists. And if you're here for bloodhound, then simply login to the web-tool once via http://localhost:7474/ and change the password before running bloodhound. If it still doesn't work, doAnd you'll get the example up and running, which you can wipe.
ottoshmidt commented on 2020-01-28 11:36
I am unhappy that this package is vastly outdated.
roschaefer commented on 2019-02-20 11:15
Symlink is broken:
A quickfix is to add neo4j binary folder to $PATH:
So the actual cypher-shell script gets called first.
hakami1024 commented on 2019-01-10 22:13
Thanks, oliv. Updated.
oliv commented on 2018-12-10 10:44
The systemd service file must be updated as neo4j java libraries are now stored in a different folder: From: Environment=NEO4J_HOME=/usr/share/neo4j
To: Environment=NEO4J_HOME=/usr/share/java/neo4j