Re: Login failure with SimpleAuthenticator

2010-05-05 Thread Julio Carlos Barrera Juez
Thank you very much! It works! 2010/5/3 roger schildmeijer > You need to define two more properties: passwd.properties and > access.properties (hint > -Dpasswd.properties=/user/schildmeijer/cassandra/conf/passwd.properties and > analogous for access.properties) > > > > // Roger Schildmeijer > >

Re: Login failure with SimpleAuthenticator

2010-05-03 Thread roger schildmeijer
You need to define two more properties: passwd.properties and access.properties (hint -Dpasswd.properties=/user/schildmeijer/cassandra/conf/passwd.properties and analogous for access.properties) // Roger Schildmeijer On Mon, May 3, 2010 at 1:06 PM, Julio Carlos Barrera Juez < juliocar...@gmail

Re: Login failure with SimpleAuthenticator

2010-05-03 Thread Julio Carlos Barrera Juez
Hi again. My system log says: ERROR [pool-1-thread-1] 2010-05-03 12:54:03,801 Cassandra.java (line 1153) Internal error processing login java.lang.RuntimeException: Unexpected authentication problem at org.apache.cassandra.auth.SimpleAuthenticator.login(SimpleAuthenticator.java:113) at org.apache

Re: Login failure with SimpleAuthenticator

2010-04-29 Thread roger schildmeijer
Are you sure that your keyspace is named "keyspace", and not "Keyspace1" (default)? / Roger Schildmeijer On Thu, Apr 29, 2010 at 2:47 PM, Jonathan Ellis wrote: > If you're getting an internalerror, you need to check the server logs > for the exception that caused it > > On Wed, Apr 28, 2010

Re: Login failure with SimpleAuthenticator

2010-04-29 Thread Jonathan Ellis
If you're getting an internalerror, you need to check the server logs for the exception that caused it On Wed, Apr 28, 2010 at 6:20 AM, Julio Carlos Barrera Juez wrote: > Hi all! > I am usingĀ org.apache.cassandra.auth.SimpleAuthenticator to use > authentication in my cluster with one node (with c

Login failure with SimpleAuthenticator

2010-04-28 Thread Julio Carlos Barrera Juez
Hi all! I am using org.apache.cassandra.auth.SimpleAuthenticator to use authentication in my cluster with one node (with cassandra 0.6.1). I have put: org.apache.cassandra.auth.SimpleAuthenticator in storage-conf.xml file, and: keyspace=username in access.properties file, and: username=password in