Error 1609 while installing Cassandra on Windows 2012 R2

2017-10-31 Thread varun bhatnagar
Hi, I am new to Cassandra and I am trying to install cassandra 2.2.8 using saltstack on Windows 2012 R2 but when I do that I get the below error: Action start 1:17:58: CreateFolders. MSI (s) (94:A8) [01:17:58:072]: Error 1609. An error occurred while applying security settings. WORKGROUP\SYSTEM i

Re: Installing Cassandra on windows

2010-12-19 Thread Nick Santini
glad that helped, about the other issue i wont be able to assist you, im using cassandra on C# with thrift directly, might be some missconfiguration in your client Nicolas Santini On Fri, Dec 17, 2010 at 6:09 PM, Rajkumar Gupta wrote: > Thanks a ton Nicolas! This helped..its working now :) >

Re: Installing Cassandra on windows

2010-12-16 Thread Rajkumar Gupta
Thanks a ton Nicolas! This helped..its working now :) Can you also tell me where to keep the cassandra folder with phpcassa to use it with wamp server.. Thanks for your great help!! Regards Rajkumar On Fri, Dec 17, 2010 at 2:31 AM, Nick Santini wrote: > just tried my self > seems to be that you

Re: Installing Cassandra on windows

2010-12-16 Thread Nick Santini
just tried my self seems to be that you are not starting the cassandra process first the cli is only to access it, not to start it execute cassandra first Nicolas Santini On Fri, Dec 17, 2010 at 9:55 AM, Rajkumar Gupta wrote: > yes I tried to connect through: > > *cassandra-cli -host localhost

Re: Installing Cassandra on windows

2010-12-16 Thread Rajkumar Gupta
yes I tried to connect through: *cassandra-cli -host localhost -9160* It gave me the error *java.net.connection exception: Connection refused* but still says: "Welcome to Cassandra CLI". When I try to see the name of cluster by show, it says not connected to a cassandra instance On Fri, Dec

Re: Installing Cassandra on windows

2010-12-16 Thread Nick Bailey
You are trying to connect through cassandra-cli? Does the cassandra log indicate it started correctly? Can you hit port 9160 (telnet localhost 9160)? On Thu, Dec 16, 2010 at 2:34 PM, Rajkumar Gupta wrote: > > Hi there, > > I am trying to install Cassandra on windows.. I have downloaded the files

Installing Cassandra on windows

2010-12-16 Thread Rajkumar Gupta
Hi there, I am trying to install Cassandra on windows.. I have downloaded the files and when I try to connect to the cassandra through command prompt I get an error: *java.net connection exception: Connection refused *I have set the environment variables properly & pointed to my JDK installatio

RE: Frustrations installing Cassandra on Windows

2010-03-24 Thread Raymond Wilson
. From: Christopher Brind [mailto:christopher.br...@googlemail.com] Sent: Wednesday, 24 March 2010 10:26 p.m. To: user@cassandra.apache.org Subject: Re: Frustrations installing Cassandra on Windows I don't know if there's some difference between building on Mac and Windows, but I

RE: Frustrations installing Cassandra on Windows

2010-03-24 Thread Raymond Wilson
it complained about not being able to download the ivy jar. Raymond. From: Christopher Brind [mailto:christopher.br...@googlemail.com] Sent: Wednesday, 24 March 2010 10:26 p.m. To: user@cassandra.apache.org Subject: Re: Frustrations installing Cassandra on Windows I don't kn

RE: Frustrations installing Cassandra on Windows

2010-03-24 Thread Raymond Wilson
Is there a target data for 0.6-final? Raymond. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Wednesday, 24 March 2010 4:29 p.m. To: user@cassandra.apache.org Subject: Re: Frustrations installing Cassandra on Windows On Tue, Mar 23, 2010 at 9:49 PM, Raymond

Re: Frustrations installing Cassandra on Windows

2010-03-24 Thread Christopher Brind
I don't know if there's some difference between building on Mac and Windows, but I just tried building from the latest git repo and that was fine. I also downloaded and built the 0.6 src tar ball from apache-cassandra-0.6.0-beta3-src.tar.gz

Re: Frustrations installing Cassandra on Windows

2010-03-23 Thread Jonathan Ellis
On Tue, Mar 23, 2010 at 9:49 PM, Raymond Wilson wrote: > As a suggestion, is it worth considering producing Cassandra builds that > contain all the peripheral bits and pieces it relies on (essentially > running the 'ant ivy-retrieve' command and bundling up the results as a > single download/insta

Frustrations installing Cassandra on Windows

2010-03-23 Thread Raymond Wilson
Hi, I've been looking at using Cassandra as a distributed database for use in our server software, which runs on Windows. This afternoon I've been trying to get Cassandra installed and running. Actually installing Cassandra was pretty easy, at least in the steps of "Download it, setup CASSANDRA_H