-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Installing this project has been incredibly painful. I've tried Neo4j versions 2.3.10 and 2.1.8, as well as two different gremlin plugins. I also had to install an older version of py2neo. I am using Ubuntu 14.04.
I eventually gave up and tried this docker container: https://hub.docker.com/r/mckeimic/joern/
After all that, I still can't get gremlin to work. I keep getting: py2neo.error.NoClassDefFoundError: javax/transaction/SystemException
I've read online about Neo4j removing the JTA requirement, but I download the JTA JAR file anyway and threw it in the gremlin plugin folder hoping it would help, but then I got other errors.
How can I fix this error? I know the errors are not in the Joern codebase, but I've been trying to install this project all day, and I think the installation instructions are really out of date.
Somewhat related, but can you provide either a Vagrantfile or Dockerfile that will properly setup the environment?