Titan start fails: management.properties not found

一笑奈何 提交于 2019-12-11 08:58:12

问题


I downloaded and unziped the titan.zip and used the command ./titan.sh -v start. Now I get the output:

./titan.sh -v start Forking Cassandra... OpenJDK 64-Bit Server VM warning: The UseParNewGC flag is deprecated and will likely be removed in a future release Running nodetool statusthrift.Error: Config file not found: /usr/lib64/jvm/java-1.9.0-openjdk-1.9.0/jre/conf/management/management.properties ...... timeout exceeded (60 seconds) See /home/hausi/Documents/titan-0.5.4-hadoop2/bin/../log/cassandra.log for Cassandra log output.

The file management.properties does not exist on my machine. I could find any information about. Is it necessary to run Titan? How can I create it?

Little of topic bonus question: Since the company behind Titan was bought, will the database developmend be stopped?


回答1:


It looks like you are running JDK9?

/usr/lib64/jvm/java-1.9.0-openjdk-1.9.0/jre/conf/management/management.properties

If I'm not misreading that, I think the answer is to downgrade to JDK7 or JDK8.

Since the company behind Titan was bought, will the database development be stopped?

The short answer is "no" and that development will continue. Please read:

https://groups.google.com/d/msg/aureliusgraphs/WTNYYpUyrvw/pZh02Q2LlpsJ



来源:https://stackoverflow.com/questions/30662829/titan-start-fails-management-properties-not-found

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