Failed to invoke procedure `ga.timetree.now`: java.lang.NoClassDefFoundError: com.graphaware.module.timetree.SingleTimeTree

落爺英雄遲暮 提交于 2021-01-28 19:32:16

问题


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:


The Graphaware (and TimeTree) plugins are only available to the Community edition of Neo4j. If you are using Neo4j Desktop, you are probably running the Enterprise edition (with a free developer license). You can check that in Neo4j Desktop by clicking the ellipses on the database instance, clicking "Manage", and then looking at the version under "Details".



来源:https://stackoverflow.com/questions/61591876/failed-to-invoke-procedure-ga-timetree-now-java-lang-noclassdeffounderror-co

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!