Weirds problems

Jamie Sammons, modified 1 Year ago. New Member Posts: 6 Join Date: 10/3/23 Recent Posts

Hello again, I am having several problems (one of them was caused by me by trying). The first is that I have a theme installed with its colors and some grids accept the colors and text format but when I try to change the grid it does not change it. (There are no errors in the logs) and the second (the one that I caused) is that I change in Control Panel->System Configuration->Elasticsearch from EMMBEDED to REMOTE and when I try to access Elasticsearch again to put it back in EMMBEDED it tells me that the portlet is not available . (In the log I only see this)

exception NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{rf4_O-TLQa-94iYZ7HwzSA}{localhost}

 

Thanks for reading.

Greetings

thumbnail
Olaf Kock, modified 1 Year ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

I don't understand the first issue you mention - it's good to limit a single post to just one question, and rather ask a second one if they're unrelated.

When you switch Elasticsearch to "embedded", there is no embedded server available (as it was never started - it simply wasn't necessary). If you're lucky, one will be started upon next portal start. This is good for development/demo purpose (as the log output says), but absolutely not for production use.

After changing from one Elasticsearch-Mode to the other, you definitely need to hit "Reindex all" in the search backend, otherwise it'll look as if some data is missing.