Hi Lucy, yes, that's the only issue: elasticsearch wasn't restarted after the server was rebooted. You can use the same command to start elasticsearch as before: /opt/ead/ead/elasticsearch/elasticsearch-1.4.1/bin/elasticsearch -d just make sure that's the right path.
For the future, there is a way to automate this command on startup, something you could do yourself or have your IT folks do. On ubuntu, you can add that command to this file, /etc/rc.local, and it will be run every time the server starts back up. Here's a little more info about doing so: https://stackoverflow.com/questions/9683357/ubuntu-run-command-on-start-up-with-sudo . Adam In the furuter On Sun, Jun 18, 2017 at 5:41 AM, 'Lucy FJ' via Arches Project < [email protected]> wrote: > > <https://lh3.googleusercontent.com/-vc6hv6gM8n8/WUZYxzbGwJI/AAAAAAAAAGQ/AeWobwZKWd0dlFVaz0WXomULrsgvpfkbACLcBGAs/s1600/ConsoleError.PNG> > Just to add further information. I did try to run the manage.py packages > -o install command again but got the same connection error problem. Is this > something to do with elastic search not being restarted? I have attached > the console print out. > > > On Sunday, June 18, 2017 at 12:01:48 PM UTC+2, Lucy FJ wrote: >> >> Hi all, >> >> A really weird problem has come up on our production server. >> We were starting input and could not get more than 2 users accessing >> Arches. So the system administrator stopped the server, increased the size >> of the CPU and increased the speed of the server. He also turned off the >> firewall. He restarted the server. >> >> When we accessed Arches again, we were unable to save the data on summary >> input- we got the connection error attached. When you try looking at the >> map and doing a search, no sites appear ,even though a few were input. It >> seems that the database is disconnected. >> >> Do I need to run manage.py install packages again? >> >> >> <https://lh3.googleusercontent.com/-4gt1nnv212s/WUZPbWXup7I/AAAAAAAAAGA/DJlSaJ2RLP8gC9a002TEuxb7XdbhB6glwCLcBGAs/s1600/Connection%2Berror.PNG> >> Lucy >> > -- > -- 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]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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]. For more options, visit https://groups.google.com/d/optout.
