Brad, You can start by adjusting the read/write timeouts[1] to see if that helps. However I don't think this is really going to help you in the long run because the issue is that you're not able to connect.
Are you able to establish a simple connection to the PBC port from the same machine? Try using netcat or even something like telnet to connect remotely to the PBC port to see if a connection actually succeeds outside of CI. To be 100% sure it'd be worth throwing nmap at it to see if the port is open from the outside. Also, can you confirm that the ports that you've specified in your CI config are the same as those specified in the app.config of your Riak node? My guess is that the port is, for some reason, firewalled off or that the ports are incorrect. OJ [1]: https://github.com/DistributedNonsense/CorrugatedIron/blob/master/CorrugatedIron/Config/RiakNodeConfiguration.cs#L73 On Tue, Aug 20, 2013 at 1: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 > > -- OJ Reeves +61 431 952 586 http://buffered.io/
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com