Re: Riak community version and its legal usage

2012-03-21 Thread David Smith
On Wed, Mar 21, 2012 at 12:10 AM, Varadharajan Mukundan wrote: > I would like to know whether, it is possible to use riak community > version legally for commercial web applications. I want to ensure that > none of the legal terms are compromised before developing applications > using it. M, Ye

Re: Riak community version and its legal usage

2012-03-21 Thread Mark Phillips
Just don't forget to mention us when you overtake Apple's market cap. :) Mark On Mar 21, 2012, at 7:44, David Smith wrote: > On Wed, Mar 21, 2012 at 12:10 AM, Varadharajan Mukundan > wrote: > >> I would like to know whether, it is possible to use riak community >> version legally for commerc

Re: Riak community version and its legal usage

2012-03-21 Thread Varadharajan Mukundan
Greetings, awesome :) -- Thanks, M. Varadharajan "Experience is what you get when you didn't get what you wanted"                -By Prof. Randy Pausch in "The Last Lecture" My Journal :- www.thinkasgeek.wordpress.com _

Optimistic concurrency in Riak

2012-03-21 Thread Ransom Richardson
Does riak support optimistic concurrency? This KB article seems to indicate not: https://help.basho.com/entries/321522-can-riak-be-configured-to-fail-an-update-instead-of-generating-a-conflict But if it doesn't, what is the meaning of the if_not_modified field in the PBC Store Object: http://wi

Re: Optimistic concurrency in Riak

2012-03-21 Thread Jeremiah Peschka
You can still get siblings/conflicts even with if_not_modified/If-None-Match because two conflict writes can arrive at the exact same time. It's probably a pretty rare event, but it's worth being aware of because if could cause unexpected things to happen in your application if you aren't aware

Issues with Riak Control

2012-03-21 Thread charles
I recently installed a Riak (1.1.1) Cluster on Rackspace Cloud Servers. Everything seems to be working ok. I set up the configuration to enable Riak Control. However, I am having a few issues using it. As soon as I login in it shows me the home page briefly and then it just displays the follow

Re: Issues with Riak Control

2012-03-21 Thread Tryn Mirell
Charles, What browser are you using to view this? -- Tryn Mirell Developer Advocate t...@basho.com On Wednesday, March 21, 2012 at 5:09 PM, char...@contentomni.com wrote: > I recently installed a Riak (1.1.1) Cluster on Rackspace Cloud Servers. > Everything seems to be working ok. > > I set

Re: Issues with Riak Control

2012-03-21 Thread Jeffrey Massung
This is very much the behavior of older browsers not loading the CSS properly and displaying it. IE7, old versions of FireFox, etc. Have you tried Chrome, Safari, a latest FireFox, IE8+, etc? -- Jeffrey Massung Software Engineer j...@basho.com On Mar 21, 2012, at 4:09 PM, char...@contentomni.co

Re: Issues with Riak Control

2012-03-21 Thread charles
I've tried both Firefox 9 and Safari 5. -Original Message- From: "Tryn Mirell" Sent: Wednesday, 21 March, 2012 11:12pm To: char...@contentomni.com Cc: "riak-users" Subject: Re: Issues with Riak Control Charles, What browser are you using to view this? -- Tryn Mirell Developer Advocat

Re: Issues with Riak Control

2012-03-21 Thread charles
I tried Firefox 9, Safari 5, and the latest Chrome. I would hardly consider these old browsers. -Original Message- From: "Jeffrey Massung" Sent: Wednesday, 21 March, 2012 11:22pm To: char...@contentomni.com Cc: "riak-users" Subject: Re: Issues with Riak Control This is very much the b

Re: Issues with Riak Control

2012-03-21 Thread Jeffrey Massung
Charles, A quick test... on the command prompt, does the following return the CSS file? curl -k https://user:pass@localhost:8069/admin/ui/style.css Note: change the credentials, ip, and port appropriately for your cluster setup. I'll look at something else for the URL redirection to the templat

Re: Issues with Riak Control

2012-03-21 Thread charles
Yes, it does return the css file. The way I've setup my cluster is that I am using my private ip address (remember I'm using Rackspace Cloud Servers) for my riak_core->http setting in app.config, and I am using my public ip address for the riak_core->https setting. Everything is working ok on