Are there any differences between your jetty and solr.xml setup between
your local and cloud installation?

- Houston

On Wed, Oct 26, 2022 at 1:10 PM Stephen Lewis Bianamara <
[email protected]> wrote:

> Hi Solr Community,
>
> I have been looking into the v2 API and testing it with solr 9. On a local
> installation (single node, cloud mode), I can access the API and it all
> works as I would expect. However when I tested the same on a cloud
> installation (multi node, multi shard, dedicated overseer, external 3 node
> zk cluster) I get a 404 for all endpoints. Even if I query from localhost
> (full response and screenshot below).
>
> I tried looking into the logs, but I couldn't find anything in the solr
> logs; the requests themselves don't seem to hit solr (it is logging
> requests I make to v1 api but nothing for v2 calls), probably because it's
> getting stopped at the jetty level.
>
> Can anyone suggest a next step for me to look into or have a suspicion
> about what the issue might be?
>
> Thanks,
> Stephen
>
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> <title>Error 404 Not Found</title>
> </head>
> <body><h2>HTTP ERROR 404 Not Found</h2>
> <table>
> <tr><th>URI:</th><td>/api</td></tr>
> <tr><th>STATUS:</th><td>404</td></tr>
> <tr><th>MESSAGE:</th><td>Not Found</td></tr>
> <tr><th>SERVLET:</th><td>-</td></tr>
> </table>
>
> </body>
> </html>
>
>
> [image: image.png]
>
>

Reply via email to