JNA link failure Error on Cassandra Startup

こ雲淡風輕ζ 提交于 2019-12-11 07:13:42

问题


I am am trying to run Cassandra instance through eclipse on Windows.

In Eclipse run configuration I have specified org.apache.cassandra.service.CassandraDaemon class and in VM arguments I have specified below mentioned VM arguments :

-Dcassandra.config=file:C:\nw_servers\apache-cassandra-2.1.3\conf\cassandra.yaml -Dcassandra-foreground -ea -Xmx1G -Dlog4j.configuration=file:C:\nw_servers\apache-cassandra-2.1.3\conf\log4j-server.properties

When I run the CassandraDaemon class in eclipse i get below mentioned error.

WARN 02:23:07 JNA link failure, one or more native method will be unavailable. WARN 02:23:07 JNA link failure, one or more native method will be unavailable.

来源:https://stackoverflow.com/questions/29000915/jna-link-failure-error-on-cassandra-startup

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