LoveSeat
LoveSeat copied to clipboard
Getting request failed to receive a response while doing load testing of my application.
I am calling my view such as ViewOptions voStats = new ViewOptions(); voStats.GroupLevel = 2; ViewResult results = oCouchDB.View("viewName", voStats);
and i am getting following error.
Request failed to receive a response/n at LoveSeat.Support.CouchRequest.GetResponse() at LoveSeat.CouchDatabase.ProcessGenericResults[T](String uri, ViewOptions options) at LoveSeat.CouchDatabase.View[T](String viewName, ViewOptions options, String designDoc) at LoveSeat.CouchDatabase.View[T](String viewName, ViewOptions options)
Kindly help me in sorting out this issue.
Can you check for inner exception to understand where the problem is coming from?
It sounds like your view may not be responding. Are you getting a response in Futon on that View?
On Mon, Dec 16, 2013 at 4:06 AM, Rameshvenkat [email protected]:
I am calling my view such as ViewOptions voStats = new ViewOptions(); voStats.GroupLevel = 2; ViewResult results = oCouchDB.View("viewName", voStats);
and i am getting following error.
Request failed to receive a response/n at LoveSeat.Support.CouchRequest.GetResponse() at LoveSeat.CouchDatabase.ProcessGenericResultsThttp://String%20uri,%20ViewOptions%20options at LoveSeat.CouchDatabase.ViewThttp://String%20viewName,%20ViewOptions%20options,%20String%20designDoc at LoveSeat.CouchDatabase.ViewThttp://String%20viewName,%20ViewOptions%20options
Kindly help me in sorting out this issue.
— Reply to this email directly or view it on GitHubhttps://github.com/soitgoes/LoveSeat/issues/56 .
Martin Murphy Whiteboard-IT http://whiteboard-it.com w: (205) 588-7102
Actually i am performing load test for my application. View loaded fine before running the load test in futon. but after that the same view is not working.