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.000755
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

1 2 3 4 5 6 .. 11 Next › Last »

tijko commented on 2024-03-09 03:24 (UTC)

@hainkind I needed to do the same. Took me a second but I definitely think its worth mentioning for others.

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.

tjcim commented on 2024-03-02 14:37 (UTC)

@carsme - No problem. Thank you for updating it so quickly.

carsme commented on 2024-03-01 12:55 (UTC)

@tjcim My bad, should be fixed in 5.17.0-2. Thanks for reporting!

tjcim commented on 2024-03-01 01:11 (UTC)

Installing the latest on a new system does not create the neo4j user or group. This prevents the service from starting.

tijko commented on 2024-02-24 01:59 (UTC) (edited on 2024-02-24 02:00 (UTC) by tijko)

I think the "sbt" dependency has had a URL endpoint change. Getting 404 for every endpoint and needs to be updated here.

Total Installed Size:  343.08 MiB 20:48:38 [565/697]
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 sbt-1:1.9.8-1-any.pkg.tar.zst failed to download Total (1/2) 23.8 MiB  2.03 MiB/s 
 00:12 [######################################################################] 100%
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirror.rackspace.com : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirrors.acm.wpi.edu : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirror.pit.teraswitch.com : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirror.powerfly.ca : Failed to connect to mirror.powerfly.ca port 80 after 10002 ms: Timeout was reached
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from arch.kyberorg.fi:      The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from arch.nimukaito.net : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from appuals.com : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirrors.acm.wpi.edu : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirror.pit.teraswitch.com : The requested URL returned error: 404
 error: failed retrieving file 'sbt-1:1.9.8-1-any.pkg.tar.zst' from mirror.tmmworkshop.com : The requested URL returned error: 404
 warning: failed to retrieve some files
 error: failed to commit transaction (failed to retrieve some files)
 Errors occurred, no packages were upgraded.
 error: target not found: sbt
 error: target not found: jdk17-openjdk
  -> error installing repo packages

All this aside, personally I was able to go to the sbt package page under AUR and download it from another mirror:

https://mirror.osbeck.com/archlinux/extra/os/x86_64/sbt-1:1.9.9-1-any.pkg.tar.zst

carsme commented on 2024-02-05 08:34 (UTC)

@GI_Jack Unfortunately I cannot reproduce this. Can you try building in a chroot?

GI_Jack commented on 2024-02-04 22:13 (UTC)

build fails:

[INFO] openCypher Front End 5.16.0 ........................ FAILURE [ 10.577 s]

Logrus commented on 2023-08-16 09:21 (UTC)

In my system it installed with some errors: cypher-shell give this: Error: Could not find or load main class org.neo4j.shell.Main During install, i noticed some compiler "?"


c-suite/src/test/scala/org/neo4j/cypher/internal/runtime/spec/tests/AggregationTestBase.scala:1428: warning: a type was inferred to be AnyVal; this may indicate a programming error. [ERROR] Array(3, true, 1) [ERROR] ^ [ERROR] /home/user/neo4j-community/src/neo4j-5.10.0/community/cypher/runtime-spec-suite/src/test/scala/org/neo4j/cypher/internal/runtime/spec/tests/AggregationTestBase.scala:1448: warning: a type was inferred to be AnyVal; this may indicate a programming error. [ERROR] Array(1, true, 1), [ERROR] ^ [ERROR] /home/user/neo4j-community/src/neo4j-5.10.0/community/cypher/runtime-spec-suite/src/test/scala/org/neo4j/cypher/internal/runtime/spec/tests/AggregationTestBase.scala:1449: warning: a type was inferred to be AnyVal; this may indicate a programming error. [ERROR] Array(2, true, 1), [ERROR] ^ [ERROR] /home/user/neo4j-community/src/neo4j-5.10.0/community/cypher/runtime-spec-suite/src/test/scala/org/neo4j/cypher/internal/runtime/spec/tests/AggregationTestBase.scala:1450: warning: a type was inferred to be AnyVal; this may indicate a programming error. [ERROR] Array(3, true, 1) [ERROR]


During test phase, some tests was skipped (at some time 209 out of 689+209) I use Openjdk 17 and installed Scala from aur Binary archive from off. site also have folder bin/completeon, that absent from my installation. Cypher-shell from there starts correctly (but there are no service :( )

carsme commented on 2023-08-10 14:27 (UTC)

Just pushed an update with some significant changes:

  • Build from source instead re-packaging the Debian package.
  • Run a sub-selection of the tests.
  • Use system Scala, rather than bundling it.
  • Add some security hardening to the service.

There is a risk this is broken for some users or affects some use-cases. Let me know if you experience any problems. Thanks!