Hello,
I'm playing around with disabling automatic timed polling to SVN and replacing with a commit hook.
I've attempted sending a PUT to my Fisheye instance and get a 405 error.
My URL looks something like this (taken out actual server names etc)
I have set the headers X-Api-Key and the Content Type.
Repo name I've used the repo name as set in Fisheye.
Pete
Are you sure /fisheye/fecru is the correct Web Context of your instance? Can you go to Admin / Global Settings / Server
page, and check the Web context
value in Web Server
section?
Perhaps the valid URL would be
depending on the actual Web context
value?
Basically, go to dashboard page of your instance and append /rest-service-fecru/admin/repositories/{repoName}/incremental-index
to its URL.
Hope that helps,
Hi Piotr,
2015-11-12 21:00:40,672 DEBUG [qtp1764996806-265 ] fisheye ProfilingServletFilter-logRequest - start request PUT /fisheye/fecru/rest-service-fecru/admin/repositories/sxweb/incremental-index nosession 2015-11-12 21:00:40,672 DEBUG [qtp1764996806-265 ] fisheye ProfilingServletFilter-logRequest - end request in 0ms PUT /fisheye/fecru/rest-service-fecru/admin/repositories/sxweb/incremental-index nosession 405 mem=0.073MB 2
Here's the log. A couple of things, I'm running a redirect to this server and have tried both the redirect and direct address's.
Pete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That seems like a valid URL of https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#rest-service-fecru:admin:repositories:name:incremental-index endpoint. Can you enable debug logging (Admin / Server page) and show me the logs captured when the request was being sent to server, please? Also, what FishEye version do you use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.