Failed to invoke procedure `ga.timetree.now`: java.lang.NoClassDefFoundError: com.graphaware.module.timetree.SingleTimeTree
问题 I am unable to run CALL ga.timetree.now({}) It fails with a subj error. My neo4j.conf includes the following: dbms.unmanaged_extension_classes=com.graphaware.server=/graphaware com.graphaware.runtime.enabled=true com.graphaware.module.TT.1=com.graphaware.module.timetree.module.TimeTreeModuleBootstrapper Iam using neo4j 3.4.12 with grapaware-server-all.3.4.9.52 and timetree-3.4.9.52.28 built from repositories and put into /plugins directory. Could anyone help me with what i am missing ? 回答1: