Thanks for sending over the asp.net app.config. Could you also send over
the app.config from your riak installation?

>From what you're saying, I'm pretty sure one of two things is happening:

1) Your VMs don't have permission to communicate with wherever your .NET
code is running.
2) Your Riak installation hasn't been set up to listen on those IP
addresses.

CorrugatedIron will happily attempt to talk to a tree stump until it times
out after exhausting the retry attempts + timeout period. Tree stumps don't
have ports ;)



---
Jeremiah Peschka - Founder, Brent Ozar Unlimited
MCITP: SQL Server 2008, MVP
Cloudera Certified Developer for Apache Hadoop


On Mon, Aug 19, 2013 at 8:05 AM, <brad.lap...@comcast.net> wrote:

>  Hello I just got 2 VMs’ setup and can access via http but cannot get the
> samples to work.
>
> My riak app.config -name is set as riak@192.168.0.71 and .73 respectfully
> and running the Sample proj just takes for ever to ping i.e. a few
> minutes.  Eventually it fails at the assert.
>
> My VS app.config in vs is as follows:
>
> <riakConfig nodePollTime="5000" defaultRetryWaitTime="200"
> defaultRetryCount="3">
>
> <nodes>
>
> <node name="riak" hostAddress="192.168.0.71" pbcPort="8098" restScheme="
> http" restPort="8099" poolSize="20" />
>
> <!--<node name="riak@192.168.0.73" hostAddress="192.168.0.73"
> pbcPort="8098" restScheme="http" restPort="8098" poolSize="20" />
>
> <node name="dev3" hostAddress="riak-test" pbcPort="10037"
> restScheme="http" restPort="10038" poolSize="20" />
>
> <node name="dev4" hostAddress="riak-test" pbcPort="10047"
> restScheme="http" restPort="10048" poolSize="20" />-->
>
> </nodes>
>
> </riakConfig>
>
> Does anyone see why I am failing to connect?
> I ask is there a way to get the ping to fail sooner?
>
> Regards,
> Brad Patterson
>
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to