Re: NoSubscriptionServersAvailableException

2018-05-03 Thread Kirk Lund
oing to break isRunning? > > > > On Thu, May 3, 2018 at 9:33 AM, Kirk Lund wrote: > > > > > I have a test which starts a server and then starts a client. But the > > > client intermittently fails with NoSubscriptionServersAvailable > Except

Re: NoSubscriptionServersAvailableException

2018-05-03 Thread John Blum
amp;& serverSock.isBound();* > } > > Any opinions or alternatives? If I add "*&& serverSock.isBound();*" am I > going to break isRunning? > > On Thu, May 3, 2018 at 9:33 AM, Kirk Lund wrote: > > > I have a test which starts a server and then star

Re: NoSubscriptionServersAvailableException

2018-05-03 Thread Kirk Lund
2018 at 9:33 AM, Kirk Lund wrote: > >> I have a test which starts a server and then starts a client. But the >> client intermittently fails with NoSubscriptionServersAvailableException >> (see full stack below). >> >> Seems like the

Re: NoSubscriptionServersAvailableException

2018-05-03 Thread Kirk Lund
t. But the > client intermittently fails with NoSubscriptionServersAvailableException > (see full stack below). > > Seems like there must be something asynchronous in the startup of a > CacheServer that I need to wait for. Any ideas what I need to

NoSubscriptionServersAvailableException

2018-05-03 Thread Kirk Lund
I have a test which starts a server and then starts a client. But the client intermittently fails with NoSubscriptionServersAvailableException (see full stack below). Seems like there must be something asynchronous in the startup of a CacheServer that I need to wait for. Any ideas what I need to