Code Monkey home page Code Monkey logo

Comments (1)

ceejatec avatar ceejatec commented on September 28, 2024

This GitHub repo really isn't the right place to seek support for running the product. I'd suggest trying on the Couchbase Forums: https://forums.couchbase.com/

My best immediate guess about your problem is that your OS is configured to block some ports (iptables?), or that some security system like AppArmor is interfering with Docker's ability to listen on those ports or for your browser to connect to them. Another thing you could try would be to access http://127.0.0.1:8091/ rather than http://localhost:8091/ - I have seen cases where the former worked and the latter didn't, although I cannot explain why. As an experiment, try running

docker run -d -p 8091:80 nginx

and see if connecting to either http://127.0.0.1:8091/ or http://localhost:8091/ works.

In case it's helpful, a couple additional thoughts on the information you provided:

  1. A Docker container isn't running systemd or SysV init, so running the service command isn't a meaningful thing to do.
  2. There's no need to have the |grep couchbase on your ps command, because inside a container, the only processes that should be running are the ones for the container itself (and, in your case, the interactive shell processes). You're filtering out a lot of processes that are part of Couchbase Server; not all of them have couchbase anywhere on the line, since "ps" is truncating the username to couchba+ as you can see.
  3. On a freshly-started Couchbase Server enterprise-7.0.3 container, I see 30 processes owned by the couchbase user, plus two owned by root (runsvdir and runsv).
  4. error.log would only have contents if there were any errors. The fact that it's empty is probably a good sign. Another thing you could check would be babysitter.log - somewhere in there (probably at the end) it should say "Booted. Waiting for shutdown request" if Server came fully online.

from docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.