[
https://issues.apache.org/jira/browse/CASSANDRA-13333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930052#comment-15930052
]
Benjamin Lerer edited comment on CASSANDRA-13333 at 3/17/17 2:38 PM:
---------------------------------------------------------------------
Another approach would be to convert {{jnaAvailable()}} into
{{isAvailable()}}. This method will return {{true}} if the library has been
successfully linked and {{false}} otherwise. The startup check will then check,
if the operating system is not Windows, that the library has been successfully
linked and prevent the system to start if it has not.
was (Author: blerer):
Another approach would be to convert {{jnaAvailable()}} into
{{isAvailable()}}. This method will return {{true}} if the library has been
successfully linked and {{false}} otherwise. The startup check will then check
if the operating system is not Windows that the library has been successfully
linked and prevent the system to start if it has not.
> Cassandra does not start on Windows due to 'JNA link failure'
> -------------------------------------------------------------
>
> Key: CASSANDRA-13333
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13333
> Project: Cassandra
> Issue Type: Bug
> Reporter: Benjamin Lerer
> Assignee: Benjamin Lerer
> Priority: Blocker
>
> Cassandra 3.0 HEAD does not start on Windows. The only error in the logs is:
> {{ERROR 16:30:10 JNA failing to initialize properly.}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)