Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting request failed to receive a response while doing load testing of my application. #56

Open
Rameshvenkat opened this issue Dec 16, 2013 · 3 comments

Comments

@Rameshvenkat
Copy link

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.

@ido-ran
Copy link
Contributor

ido-ran commented Dec 16, 2013

Can you check for inner exception to understand where the problem is coming from?

@soitgoes
Copy link
Owner

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//issues/56
.

Martin Murphy
Whiteboard-IT
http://whiteboard-it.com
w: (205) 588-7102

@Rameshvenkat
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants