Search code examples
neo4jgraphaware

Graphaware TimeTree returning 404 in neo4j


I'm trying to use TimeTree with Neo4j but when attempting to call the API service it returns a 404.

I did originally have the neo4j windows installer version installed, but I've uninstalled it and using the zip file version now (as I understand it isn't compatible with the installer). The version of neo4j I'm using is 2.3.2.

The files in my plugin folder are:

  1. graphaware-server-community-all-2.3.2.37.jar
  2. graphaware-timetree-2.3.2.37.24.jar

I have also unblocked the zip file before extracting.

Any ideas what I could do?

Thanks


Solution

  • Found what the issue is (with @ChristopeWillemsen pointing me in the direction).

    The instructions for setting up TimeTree assume you have the framework configured already (as it says just drop in the files and away you go). If you go to the GrahpAware framework site it mentions that you need to add:

    org.neo4j.server.thirdparty_jaxrs_classes=com.graphaware.server=/graphaware to the neo4j-server.properties` file.

    Adding this to the file made it work.