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

Unexpected status code - 414 #66

Open
Smasherr opened this issue Dec 1, 2015 · 6 comments
Open

Unexpected status code - 414 #66

Smasherr opened this issue Dec 1, 2015 · 6 comments

Comments

@Smasherr
Copy link

Smasherr commented Dec 1, 2015

Suddenly got this error while working in the java editor. I guess it popped up because of a background update on redmine task repository.

image

@awilkins
Copy link
Collaborator

awilkins commented Dec 1, 2015

414 is a "request URI too long" ; have there been any other changes to the configuration of your web server?

@Smasherr
Copy link
Author

Smasherr commented Dec 1, 2015

Unfortunately I don't know anything about our company redmine server since I am not responsible for its administration. I can only do statements about the user's side.

@awilkins
Copy link
Collaborator

awilkins commented Dec 1, 2015

See if you can make sure that requests are not going through a proxy ; some of the URIs that define queries are very long.

@awilkins
Copy link
Collaborator

awilkins commented Dec 1, 2015

Alternately, if you make a saved query at the website end, the URIs for them are much shorter, which may be a usable workaround.

@3b0b
Copy link

3b0b commented Dec 20, 2016

I think this may be caused by an attempt to check for updates on all issues that Mylyn already knows about at all, as a list of ID's, not the attempts to update the queries. At least, that's what the query that is getting this response for me is doing. Deleting from Mylyn the records of a bunch of my "Untracked" issues worked as a temporary mitigation.

@awilkins
Copy link
Collaborator

I'd guess the handling for requests could be made aware of this and batch multi-issue GETs into multiple requests.

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