Matteo Kamm

Results 18 comments of Matteo Kamm

Thank you @ljhhuxiaoba for reporting this issue. I am able to reproduce this problem and [I've identified the root cause](https://stackoverflow.com/questions/60104512/neo4j-embedded-throws-illegalargumentexception-config-has-no-association-with-s). I'm working on a fix at the moment and I...

@ljhhuxiaoba thank you for your patience. The easiest way to run the application would be to use: ``` ./gradlew run --args="-db neo4j -o partition -v" ``` This runs an embedded...

@ljhhuxiaoba Small update: in case you need a JAR file, you can use this command now: ```shell ./gradlew clean shadowJar cd build/libs java -jar gdbmeter-*.jar -db neo4j -o partition -v...

@Novelrui thank you for reporting this. It would be awesome if you could create a new issue with the contents of the file `logs/.log`. That way I could reproduce the...

@choeoe sorry for my delayed answer. You are correct, a dependency on lucene index is missing. I do have a working fix that makes it possible to test the JanusGraph...

@choeoe the newest version should fix your problem. It adds the missing dependency. Note, however, that we now only support JDK 11 [due to JanusGraph not supporting anything above that](https://docs.janusgraph.org/changelog/)...

I'm happy to provide a fix for this bug btw - in case you guys agree that this is an actual problem and decide that it should be fixed 🙂

Thank you @amartinezfayo for the initial review and sorry for the delay on my end. I will add integration tests to test the plugin more thoroughly :+1: