nexus-3.9.0-01 on RHEL 7.
I simply unzipped the tar file and started nexus as root. It worked as expected, the log showed that nexus was started.
Now, I have a user 'nexus':
[nexus@l5109p nexus-3.9.0-01]$ id
uid=40061(nexus) gid=40061(nexus) groups=40061(nexus) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
When I try to start nexus using this user, it doesn't start. I cannot view any errors in log as the log is not simply updated.
How shall I proceed?
Note: On another machine, I had been running nexus as root. Yesterday, I simply changed the ownership of the directories to the nexus user. Nexus now runs as it's own user on that machine, without any issues. Taking guarantees from this, I decided to start with nexus user itself on the new machine(l5109p) but now nexus doesn't start at all with it's own user.