[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-13 Thread sunjian (JIRA)

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

sunjian updated CASSANDRA-4494:
---

Comment: was deleted

(was: why cassandra community release such a version , disappointment  .)

 nodetool can't work at all !
 

 Key: CASSANDRA-4494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Affects Versions: 1.1.3
 Environment: centos 64bit
Reporter: sunjian
Assignee: paul cannon
Priority: Critical
 Fix For: 1.1.4

 Attachments: 4494-sh-error.patch.txt


 1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
 
 2. cd to bin , call nodetool as ./nodetool -h localhost ring
 3. console returned : failed to connect to 'localhost:7199' : connection 
 refused
 BUT ,
 at the same centos , all was ok before (1.1.2) .
 PS: 
 cassandra-cli/cqlsh works well (1.1.3)
 --
 update:
 even if add the following in cassandra-env.sh , connection refused as well :
 JVM_OPTS=$JVM_OPTS -Djava.rmi.server.hostname=10.10.30.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-08 Thread Sylvain Lebresne (JIRA)

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

Sylvain Lebresne updated CASSANDRA-4494:


Fix Version/s: (was: 1.1.3)
   1.1.4

 nodetool can't work at all !
 

 Key: CASSANDRA-4494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Affects Versions: 1.1.3
 Environment: centos 64bit
Reporter: sunjian
Assignee: paul cannon
Priority: Critical
 Fix For: 1.1.4

 Attachments: 4494-sh-error.patch.txt


 1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
 
 2. cd to bin , call nodetool as ./nodetool -h localhost ring
 3. console returned : failed to connect to 'localhost:7199' : connection 
 refused
 BUT ,
 at the same centos , all was ok before (1.1.2) .
 PS: 
 cassandra-cli/cqlsh works well (1.1.3)
 --
 update:
 even if add the following in cassandra-env.sh , connection refused as well :
 JVM_OPTS=$JVM_OPTS -Djava.rmi.server.hostname=10.10.30.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-07 Thread paul cannon (JIRA)

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

paul cannon updated CASSANDRA-4494:
---

Attachment: 4494-sh-error.patch.txt

Guess POSIX sh doesn't allow omission of curly braces around a function body of 
a single command. Dash fails at being a plain posix sh again :(

 nodetool can't work at all !
 

 Key: CASSANDRA-4494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Affects Versions: 1.1.3
 Environment: centos 64bit
Reporter: sunjian
Assignee: paul cannon
Priority: Critical
 Fix For: 1.1.3

 Attachments: 4494-sh-error.patch.txt


 1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
 
 2. cd to bin , call nodetool as ./nodetool -h localhost ring
 3. console returned : failed to connect to 'localhost:7199' : connection 
 refused
 BUT ,
 at the same centos , all was ok before (1.1.2) .
 PS: 
 cassandra-cli/cqlsh works well (1.1.3)
 --
 update:
 even if add the following in cassandra-env.sh , connection refused as well :
 JVM_OPTS=$JVM_OPTS -Djava.rmi.server.hostname=10.10.30.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-07 Thread Jonathan Ellis (JIRA)

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

Jonathan Ellis updated CASSANDRA-4494:
--

Reviewer: brandon.williams

 nodetool can't work at all !
 

 Key: CASSANDRA-4494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Affects Versions: 1.1.3
 Environment: centos 64bit
Reporter: sunjian
Assignee: paul cannon
Priority: Critical
 Fix For: 1.1.3

 Attachments: 4494-sh-error.patch.txt


 1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
 
 2. cd to bin , call nodetool as ./nodetool -h localhost ring
 3. console returned : failed to connect to 'localhost:7199' : connection 
 refused
 BUT ,
 at the same centos , all was ok before (1.1.2) .
 PS: 
 cassandra-cli/cqlsh works well (1.1.3)
 --
 update:
 even if add the following in cassandra-env.sh , connection refused as well :
 JVM_OPTS=$JVM_OPTS -Djava.rmi.server.hostname=10.10.30.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-06 Thread sunjian (JIRA)

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

sunjian updated CASSANDRA-4494:
---

Description: 
1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
2. cd to bin , call nodetool as ./nodetool -h localhost ring
3. console returned : failed to connect to 'localhost:7199' : connection refused


BUT ,

at the same centos , all was ok before (1.1.2) .


PS: 

cassandra-cli/cqlsh works well (1.1.3)


--

update:

even if add the following in cassandra-env.sh , connection refused as well :
JVM_OPTS=$JVM_OPTS -Djava.rmi.server.hostname=10.10.30.11


  was:
1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
2. cd to bin , call nodetool as ./nodetool -h localhost ring
3. console returned : failed to connect to 'localhost:7199' : connection refused


BUT ,

at the same centos , all was ok before (1.1.2) .


PS: 

cassandra-cli/cqlsh works well (1.1.3)


 nodetool can't work at all !
 

 Key: CASSANDRA-4494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Affects Versions: 1.1.3
 Environment: centos 64bit
Reporter: sunjian
Priority: Critical
 Fix For: 1.1.3


 1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
 
 2. cd to bin , call nodetool as ./nodetool -h localhost ring
 3. console returned : failed to connect to 'localhost:7199' : connection 
 refused
 BUT ,
 at the same centos , all was ok before (1.1.2) .
 PS: 
 cassandra-cli/cqlsh works well (1.1.3)
 --
 update:
 even if add the following in cassandra-env.sh , connection refused as well :
 JVM_OPTS=$JVM_OPTS -Djava.rmi.server.hostname=10.10.30.11

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-05 Thread sunjian (JIRA)

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

sunjian updated CASSANDRA-4494:
---

Description: 
1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
2. cd to bin , call nodetool as ./nodetool -h localhost ring
3. console returned : failed to connect to 'localhost:7199' : connection refused


BUT ,

at the same centos , all was ok before (1.1.2) .


PS: 

cassandra-cli/cqlsh works well (1.1.3)

  was:
1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
2. cd to bin , call nodetool as ./nodetool -h localhost ring
3. console returned : failed to connect to 'localhost:7199' : connection refused


BUT ,

at the same centos , all was ok before (1.1.2) .


 nodetool can't work at all !
 

 Key: CASSANDRA-4494
 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494
 Project: Cassandra
  Issue Type: Bug
  Components: Tools
Affects Versions: 1.1.3
 Environment: centos 64bit
Reporter: sunjian
Priority: Critical
 Fix For: 1.1.3


 1. download cassandra 1.1.3 , then start with {cassandra}/bin/cassandra -pf 
 
 2. cd to bin , call nodetool as ./nodetool -h localhost ring
 3. console returned : failed to connect to 'localhost:7199' : connection 
 refused
 BUT ,
 at the same centos , all was ok before (1.1.2) .
 PS: 
 cassandra-cli/cqlsh works well (1.1.3)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira