I am using Couchbase Server Community Edition 6.0.0 is conjunction with Couchbase Lite/ Couchbase Sync Gateway. The system has a single node at the moment for development purposes. It is currently running on macOS High Sierra - 10.13.6
The whole system works great, however I am finding that the server crashes/freezes really frequently (once every couple of days), and I have to stop it and restart. Note that there is no activity/load on the server when it crashes.
This is made doubly annoying as I can’t seem to find any logs for why the system crashed so I am having a lot of trouble diagnosing the root of the issue. Is this something that anyone else has experienced? Are there any tips for how to get any error/crash reports?
Hi,
Thanks for using our software.
Could you tell me more about your system? cpu, ram, disk…
About collect log, you could do it at log page in UI.
If you have any question, drop me a line at thuan at couchbase dot com
Thanks
I did send a message to thuan@couchbase.com but haven’t got a reply so will bring up here again.
There is no info about the crash on the log page in the UI.
This is the error printed out by sync-gateway
2019-06-04T08:37:25.896+12:00 [WRN] Error processing DCP stream - will attempt to restart/reconnect if appropriate: could not connect to any serverURL: string{“http://localhost:8091”}. – base.(*DCPReceiver).OnError() at dcp_feed.go:138
2019-06-04T08:37:26.875+12:00 [WRN] Error processing DCP stream - will attempt to restart/reconnect if appropriate: worker connect, server: 127.0.0.1:11210, err: dial tcp 127.0.0.1:11210: getsockopt: connection refused. – base.(*DCPReceiver).OnError() at dcp_feed.go:138
2019-06-04T08:37:26.898+12:00 [WRN] Error processing DCP stream - will attempt to restart/reconnect if appropriate: Get http://localhost:8091/pools: dial tcp [::1]:8091: getsockopt: connection refused. – base.(*DCPReceiver).OnError() at dcp_feed.go:138
This is still happening consistently, would be really great to be able to get it sorted.