sufficed.
Thanks for your support anyway.
Best,
Andreas
Von: Nate McCall [mailto:n...@thelastpickle.com]
Gesendet: Montag, 27. Juli 2015 23:36
An: Cassandra Users
Betreff: Re: AssertionError on PasswordAuthenticator
Any ideas what might be wrong or which prerequisites need to
>
>
> Any ideas what might be wrong or which prerequisites need to be met? This
> is the first request for a connection.
>
>
>
Sam makes a good point. Make sure you have the username and password
properties set in the configuration file:
https://github.com/apache/incubator-usergrid/blob/master/sta
I don't know Usergrid at all, but the error can be reproduced with cqlsh by
supplying an empty string for the username, e.g bin/cqlsh -u "" -p
cassandra
So I guess something in Usergrid is not setting it correctly.
On Sat, Jul 25, 2015 at 5:22 PM, Andreas Schlüter <
dr.andreas.schlue...@gmx.de> wr
Hi,
I am starting to setup Usergrid on Cassandra, but I run into an issue that I
debugged into and which does not seem to be related to Usergrid or my setup,
since I run into an AssertionError (which should never happen according to
the comment in the Cassandra Code, and which I dont see how