Re: NoSubscriptionServersAvailableException

2018-05-03 Thread Kirk Lund
p;& serverSock.isBound();*" am I > > going to break isRunning? > > > > On Thu, May 3, 2018 at 9:33 AM, Kirk Lund <kl...@apache.org> wrote: > > > > > I have a test which starts a server and then starts a client. But the > > >

Re: NoSubscriptionServersAvailableException

2018-05-03 Thread John Blum
!this.shutdownStarted *&& 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 <kl...@apache.org> wrote: > > > I have a

Re: NoSubscriptionServersAvailableException

2018-05-03 Thread Kirk Lund
ver 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 t

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