Problem installing neosemantics on neo4j desktop

I am trying to install the neosemantics plugin in my neo4j desktop environment.
OS: windows 10
Desktop version: 1.2.9
Neo4j version: 3.5.19
Neosemantics version: neosemantics-3.5.0.4.jar
Following the instructions here... https://neo4j.com/docs/labs/nsmntx/current/install/
I placed the jar file in the plugins folder and modified the conf file by adding the following line

dbms.unmanaged_extension_classes=n10s.endpoint=/rdf

When I start the database I get the following error:

2020-06-30 16:20:34.585+0000 ERROR The ResourceConfig instance does not contain any root resource classes.

Any help would be appreciated. I am able to get the V4 version working.

Did you also include the APOC plugin per the instructions? And you did put the plugin in the correct installation corresponding to the conf file?

Andrew O.

I have the following jar file in the plugins directory: apoc-3.5.0.12.jar

The server starts fine with just apoc installed. The error occurs when I put the neosemantics jar file in the plugins directory and add the line shown in the original post to the conf file.

When I go through the same process with the V4 neo4j and V4 neosemantics the server starts fine.

I would contact the developer, the version that you are using corresponds to ver 3.5.x of Neo.
Sorry, Andrew O.