Re: Issues connecting from outside of localhost

2011-03-03 Thread Karl Hiramoto
On 02/03/2011 17:57, David McNelis wrote: In case anyone is interested. Our problem revolved around one machine having the phpcassa thrift patch, and the other did not. Its resolved now. Which patch? I think there is a difference between tag v0.7.a.3 and the current HEAD of master. I

Re: Issues connecting from outside of localhost

2011-03-02 Thread David McNelis
In case anyone is interested. Our problem revolved around one machine having the phpcassa thrift patch, and the other did not. Its resolved now. On Wed, Mar 2, 2011 at 10:25 AM, David McNelis wrote: > It looks like we are having an issue with the Thrift installation on the > 'other' machine. W

Re: Issues connecting from outside of localhost

2011-03-02 Thread David McNelis
It looks like we are having an issue with the Thrift installation on the 'other' machine. We spun up a cassandra instance on that machine and were unable to connect locally through php, but I was able to connect from the original cassandra machine with PHP. That sounds convoluted...but in short,

Re: Issues connecting from outside of localhost

2011-03-02 Thread David McNelis
We are able to telnet to port 9160, and didn't have any issues resolving the target along those lines. So at this point, I don't think we're looking at a firewall / network topology issue. On Wed, Mar 2, 2011 at 8:54 AM, Sasha Dolgy wrote: > i had a similar issue on windows and it came down to

Re: Issues connecting from outside of localhost

2011-03-02 Thread Sasha Dolgy
i had a similar issue on windows and it came down to php not being able to resolve the target ... the solution was to add an entry to the hosts file ... of course, if there is a firewall blocking ... that's your problem. can you telnet from remote server to cassandra server on port 9160? On Wed,

Issues connecting from outside of localhost

2011-03-02 Thread David McNelis
Morning folks, I'm not sure if this is an issue with my setup of Cassandra, or with phpCassathere is an open question on StackOverflow that is very similar to what I am experiencing (1). In short, I can connect using PHP from the same machine that Cassandra is running on. I can connect with