[jira] [Commented] (CASSANDRA-10781) Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard

2015-12-01 Thread Xiangyu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034665#comment-15034665
 ] 

Xiangyu Zhang commented on CASSANDRA-10781:
---

We install OpenJDK using the command 'sudo apt-get install openjdk-7-jre'.

> Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard
> -
>
> Key: CASSANDRA-10781
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10781
> Project: Cassandra
>  Issue Type: Bug
> Environment: Working Environment: Cubie-board A80, running Ubuntu 
> Linaro 14.04 (which is download from 
> http://dl.cubieboard.org/model/cc-a80/Image/ubuntu-linaro)
> Cassandra version: Version 2.1.7 (from 
> http://downloads.datastax.com/community/dsc-cassandra-2.1.7-bin.tar.gz)
> Also tested with 2.2.3 version
>Reporter: Xiangyu Zhang
>Priority: Minor
>
> Connect using default username and password ./cqlsh 192.168.10.26 -u 
> cassandra -p cassandra), it will timed out:Connection error: ('Unable to 
> connect to any servers', {'192.168.10.26': OperationTimedOut('errors=Timed 
> out creating connection, last_host=None',)}). This happens when 
> PasswordAuthenticator is enabled. When it is disabled, database can be 
> connected. Might be some dependency issue that causing the authentication 
> timed out, checked that openssl properly installed. Is there a possible way 
> to track down why the authentication timed out?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-10781) Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard

2015-11-30 Thread Xiangyu Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiangyu Zhang updated CASSANDRA-10781:
--
Priority: Minor  (was: Major)

> Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard
> -
>
> Key: CASSANDRA-10781
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10781
> Project: Cassandra
>  Issue Type: Bug
> Environment: Working Environment: Cubie-board A80, running Ubuntu 
> Linaro 14.04 (which is download from 
> http://dl.cubieboard.org/model/cc-a80/Image/ubuntu-linaro)
> Cassandra version: Version 2.1.7 (from 
> http://downloads.datastax.com/community/dsc-cassandra-2.1.7-bin.tar.gz)
> Also tested with 2.2.3 version
>Reporter: Xiangyu Zhang
>Priority: Minor
>
> Connect using default username and password ./cqlsh 192.168.10.26 -u 
> cassandra -p cassandra), it will timed out:Connection error: ('Unable to 
> connect to any servers', {'192.168.10.26': OperationTimedOut('errors=Timed 
> out creating connection, last_host=None',)}). This happens when 
> PasswordAuthenticator is enabled. When it is disabled, database can be 
> connected. Might be some dependency issue that causing the authentication 
> timed out, checked that openssl properly installed. Is there a possible way 
> to track down why the authentication timed out?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-10781) Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard

2015-11-30 Thread Xiangyu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-10781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032006#comment-15032006
 ] 

Xiangyu Zhang commented on CASSANDRA-10781:
---

We are only using one node, and we are trying to connect Cassandra database 
from the same computer using cqlsh with the default user_name and password (we 
cannot create new user/password since we cannot get connected). The problem is 
not intermittent, it happens as long as we enable the PasswordAuthenticator. 

Actually, we were using OpenJDK before, what we found just now is that the 
problem solved when we switched to Oracle Java. But still, we prefer to use 
OpenJDK, it will be helpful to solve this problem.

> Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard
> -
>
> Key: CASSANDRA-10781
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10781
> Project: Cassandra
>  Issue Type: Bug
> Environment: Working Environment: Cubie-board A80, running Ubuntu 
> Linaro 14.04 (which is download from 
> http://dl.cubieboard.org/model/cc-a80/Image/ubuntu-linaro)
> Cassandra version: Version 2.1.7 (from 
> http://downloads.datastax.com/community/dsc-cassandra-2.1.7-bin.tar.gz)
> Also tested with 2.2.3 version
>Reporter: Xiangyu Zhang
>
> Connect using default username and password ./cqlsh 192.168.10.26 -u 
> cassandra -p cassandra), it will timed out:Connection error: ('Unable to 
> connect to any servers', {'192.168.10.26': OperationTimedOut('errors=Timed 
> out creating connection, last_host=None',)}). This happens when 
> PasswordAuthenticator is enabled. When it is disabled, database can be 
> connected. Might be some dependency issue that causing the authentication 
> timed out, checked that openssl properly installed. Is there a possible way 
> to track down why the authentication timed out?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CASSANDRA-10781) Connection Timed Out When PasswordAuthenticator Enabled on Cubieboard

2015-11-27 Thread Xiangyu Zhang (JIRA)
Xiangyu Zhang created CASSANDRA-10781:
-

 Summary: Connection Timed Out When PasswordAuthenticator Enabled 
on Cubieboard
 Key: CASSANDRA-10781
 URL: https://issues.apache.org/jira/browse/CASSANDRA-10781
 Project: Cassandra
  Issue Type: Bug
 Environment: Working Environment: Cubie-board A80, running Ubuntu 
Linaro 14.04 (which is download from 
http://dl.cubieboard.org/model/cc-a80/Image/ubuntu-linaro)
Cassandra version: Version 2.1.7 (from 
http://downloads.datastax.com/community/dsc-cassandra-2.1.7-bin.tar.gz)
Also tested with 2.2.3 version
Reporter: Xiangyu Zhang


Connect using default username and password ./cqlsh 192.168.10.26 -u cassandra 
-p cassandra), it will timed out:Connection error: ('Unable to connect to any 
servers', {'192.168.10.26': OperationTimedOut('errors=Timed out creating 
connection, last_host=None',)}). This happens when PasswordAuthenticator is 
enabled. When it is disabled, database can be connected. Might be some 
dependency issue that causing the authentication timed out, checked that 
openssl properly installed. Is there a possible way to track down why the 
authentication timed out?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)