It got installed and always working fine.
I have no idea why it is not getting started now.
root@ashu-XPS-8930:/opt/couchbase/bin# sudo systemctl start couchbase-server
root@ashu-XPS-8930:/opt/couchbase/bin# ./couchbase-server
The maximum number of open files for the couchbase user is set too low.
It must be at least 70000.
Normally this can be increased by adding the following lines to
/etc/security/limits.conf:
couchbase soft nofile
couchbase hard nofile
Where is greater than 70000. The procedure may be totally
different if you’re running so called “non-root/non-sudo install” or
if you’ve built Couchbase Server from source.
{error_logger,{{2018,9,19},{19,35,2}},“global_trace:~n~p”,[{loop_the_locker,{multi,[],[],[],‘nonode@nohost’,false,false}}]}
Erlang R16B03-1 (erts-5.10.4.0.0.1) [source-53c0d14] [64-bit] [smp:12:12] [async-threads:16] [kernel-poll:false]
Eshell V5.10.4.0.0.1 (abort with ^G)
(babysitter_of_ns_1@127.0.0.1)1>
And i have my limits.conf all ok
#@student - maxlogins 4
couchbase soft nofile 80001
couchbase hard nofile 80001
End of file
What’s going wrong out here? I infact ran the cb-sample also successfully here.