ldbc / ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload.
https://ldbcouncil.org/benchmarks/snb-interactive
Apache License 2.0
98 stars 85 forks source link

Cypher project construction failed #391

Closed Ask-sola closed 1 year ago

Ask-sola commented 1 year ago

I used the 'build. sh' script to build the cypher implementation, but I encountered this issue: image

This is the complete error log: log.docx

This seems to be related to the version of JDK, but regardless of whether I switch to Java11, Java17, or Java8, they will not run correctly and report the same error: image

Ask-sola commented 1 year ago

I seem to have made a foolish question by using 'sudo update alternatives -- config Java' ”to control the Java version, but Maven always calls Java11. This implementation must be implemented using Java17, as Maven versions must be above 3.8 to support it