Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-60371

[Install] : Couchbase Server fails to start

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Blocker
    • 7.6.0
    • 7.6.0
    • build
    • Couchbase Server Enterprise Edition 7.6.0-2005
      Operating System : Debian
    • Untriaged
    • Linux x86_64
    • 0
    • Unknown

    Description

      Uninstalled Existing Couchbase Server on node using the following command

      rm -rf /tmp/tmp* ; systemctl -q stop couchbase-server;umount -a -t nfs,nfs4 -f -l;service ntp restart ; apt-get purge -y 'couchbase*' > /dev/null; sleep 10;dpkg --purge $(dpkg -l | grep couchbase | awk '{print $2}' | xargs echo); sleep 10; rm /var/lib/dpkg/info/couchbase-server*; sleep 10;kill -9 `ps -ef |egrep couchbase|cut -f3 -d' '`;rm -rf /opt/couchbase > /dev/null && echo 1 || echo 0; dpkg -P couchbase-server; rm -rf /var/lib/dpkg/info/couchbase-server*;dpkg --configure -a; apt-get update; grep 'kernel.dmesg_restrict=0' /etc/sysctl.conf || (echo 'kernel.dmesg_restrict=0' >> /etc/sysctl.conf && service procps restart) ; rm -rf/opt/couchbase 

      Installed Couchbase Server using the following command

      DEBIAN_FRONTEND='noninteractive' apt-get -y -f install /tmp/couchbase-server-enterprise_7.6.0-2005-linux_amd64.deb > /dev/null && echo 1 || echo 0 

      Couchbase server has failed in startup

      systemctl status couchbase-server.service 
      ● couchbase-server.service - Couchbase Server
         Loaded: loaded (/lib/systemd/system/couchbase-server.service; enabled; vendor preset: enabled)
         Active: failed (Result: exit-code) since Sun 2024-01-14 19:26:50 PST; 13min ago
           Docs: https://docs.couchbase.com
        Process: 31414 ExecStart=/opt/couchbase/bin/couchbase-server -- -noinput (code=exited, status=1/FAILURE)
       Main PID: 31414 (code=exited, status=1/FAILURE)
       
       
      Jan 14 19:26:50 sc2815-deb10 systemd[1]: couchbase-server.service: Service RestartSec=100ms expired, scheduling restart.
      Jan 14 19:26:50 sc2815-deb10 systemd[1]: couchbase-server.service: Scheduled restart job, restart counter is at 43.
      Jan 14 19:26:50 sc2815-deb10 systemd[1]: Stopped Couchbase Server.
      Jan 14 19:26:50 sc2815-deb10 systemd[1]: couchbase-server.service: Start request repeated too quickly.
      Jan 14 19:26:50 sc2815-deb10 systemd[1]: couchbase-server.service: Failed with result 'exit-code'.
      Jan 14 19:26:50 sc2815-deb10 systemd[1]: Failed to start Couchbase Server. 

      Many tests have installation failures in the run for 7.6.0-2005 with the above failure

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            raghav.sk Raghav S K
            raghav.sk Raghav S K
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty