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)
http://{myserver}:8060/fisheye/fecru/rest-service-fecru/admin/repositories/{reponame}/incremental-index
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?
Admin / Global Settings / Server
Web context
Web Server
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.
/rest-service-fecru/admin/repositories/{repoName}/incremental-index
Hope that helps,
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?
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.
It looks like you're new here. Sign in or register to get started.