I have a startup configuration issue and wanted to know if I please get some help debugging the logs of getEventStore?
Running single instance on AWS server on Ubuntu 16.04 of GES
4.02 for software development. It works with a terminal run launch, not with a daemonized start/stop control.
This works–>
Installed: Running as
per If I load directly as per
****and I start as instructed at
**http://www.dinuzzo.co.uk/2017/03/12/run-eventstore-oss-on-an-ec2-aws-instance/**
./run-node.sh --ext-ip 0.0.0.0. Logs look normal, and
from a browser can hit and log in remotely as I have set my security groups
(that is in a non-backgrounded terminal window).
This is not working–>
Now instead: Trying to use the version recommended from
package cloud so I can run daemonized. Installed as per instructions from
https://packagecloud.io/EventStore/EventStore-OSS/packages/ubuntu/xenial/eventstore-oss_4.0.2_amd64.deb.
It installs and loads without errors and
I can it start and stop (also without error messages), but cannot get to the login screen with the same
security groups, and the logs are reporting differences of 127.0.0.1 versus
0.0.0.0 , so I assume I have to change the configuration around.
Do I have to add options to the /etc/eventstore/eventstore.conf? The security group just whitelists each user IP on port 1113 and 2113.