Unable to find custom indexer class | com.stratio.cassandra.lucene.index

2021-04-18 Thread Shabu Khan
I am getting this error from my application. I am on Windows 10. An error occurred (Creating Cassandra Schema): Unable to find custom indexer class 'com.stratio.cassandra.lucene.Index' I built the jars using maven, using this link - https://github.com/Stratio/cassandra-lucene-index/tree/branch-3.

Re: Error connecting to cassandra through php/browser

2021-04-10 Thread Shabu Khan
wrote: > > What do you mean "through the browser"? Is it a php page that runs on > something like Apache/Nginx? If that's the case, and the same code and > the same setup works on Ubuntu 18 but not CentOS 7, I would recommend > you to have a look at the SELinux logs.

Error connecting to cassandra through php/browser

2021-04-10 Thread Shabu Khan
Hello: When I try this from the command line it works: [root@localhost cassandra]# cqlsh -u testuser -p Welcome123! -k testapp Connected to Test Cluster at 127.0.0.1:9042. [cqlsh 5.0.1 | Cassandra 3.11.10 | CQL spec 3.4.4 | Native protocol v4] Use HELP for help. testuser@cqlsh:testapp> But throu