Error: Requested page not found. [404]
LucasBFrancois opened this issue · 1 comments
LucasBFrancois commented
Hi,
I've been desperately trying to set up a job in Sherlock, but I keep getting a "Requested page not found. [404]" error when trying to get flash results like you can see in the following screenshot.
I get the following error in the logs of Sherlock
When requesting the series from Druid in the shell with the following command curl -X POST 'http://localhost:8082/druid/v2/?pretty' -H 'Content-Type:application/json' -H 'Accept:application/json' -d @query.json
, I don't have any issues. I attached the result I get with my query in this TXT-file query_with_response.txt. What could possibly be the issue here?
LucasBFrancois commented
Fixed with changing the repo in the pom.xml to
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
Looks like the repo for Edgas has been moved