Hi Brendon,
Is Elasticsearch running? That is usually my first question when I get
search errors. If you have command line access to the server running
elasticsearch you can quickly test by:
curl localhost:9200
If it's running you'll get something like:
{
"name" : "localhost",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "DoZwos0YR26WsHSZYO4O2A",
"version" : {
"number" : "7.2.0",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "508c38a",
"build_date" : "2019-06-20T15:54:18.811730Z",
"build_snapshot" : false,
"lucene_version" : "8.0.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
See:
https://arches.readthedocs.io/en/stable/arches-and-elasticsearch/#arches-and-elasticsearch
If this isn't the issue -- do you see any errors in your console? (in
Chrome, press Ctrl + Shift + i to open the developer tools and click on the
Console tab)
Angela
On Wednesday, April 15, 2020 at 2:41:15 PM UTC-4, Brendon Bangert wrote:
>
> *
>
> Howdy Arches Developers,
>
> Another week means a new question I have! This week we are currently
> running into the issue where our search engine is producing the following
> errors and doesn't enable us to do any actual searching whatsoever. If
> anyone has had a similar error or know of a resource we can reference to
> fix this it would be much appreciated!
> [image: Error.PNG]
>
>
>
>
>
>
>
>
>
> If there is any additional documentation that is needed I would be more
> than happy to provide.
>
> Thanks,
> Brendon
>
--
-- To post, send email to [email protected]. To unsubscribe, send
email to [email protected]. For more information,
visit https://groups.google.com/d/forum/archesproject?hl=en
---
You received this message because you are subscribed to the Google Groups
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/archesproject/22431791-7f34-4b32-ad99-0ed9fd753ba6%40googlegroups.com.