GithubHelp home page GithubHelp logo

Comments (4)

RaviTezu avatar RaviTezu commented on May 28, 2024

These are the processes I see for 4-5 seconds and then new processes comes up.

root@Lenevo:/home/ravitezu# ps -aef | egrep -i "run_app|unicorn"
root 17298 1 0 17:14 ? 00:00:00 su - ravitezu -c cd /home/ravitezu/barkeep; export PORT=5000; bin/run_app.bash >> /var/log/barkeep/web-1.log 2>&1
ravitezu 17300 17298 0 17:14 ? 00:00:00 -su -c cd /home/ravitezu/barkeep; export PORT=5000; bin/run_app.bash >> /var/log/barkeep/web-1.log 2>&1
ravitezu 17553 17300 0 17:14 ? 00:00:00 /bin/bash bin/run_app.bash
ravitezu 17554 17553 0 17:14 ? 00:00:00 bash /home/ravitezu/.rbenv/libexec/rbenv-exec bundle exec unicorn -c config/unicorn.barkeep.conf
ravitezu 17555 17554 0 17:14 ? 00:00:00 /bin/bash bin/run_app.bash
root 17566 26391 0 17:14 pts/30 00:00:00 grep -E --color=auto -i run_app|unicorn

from barkeep.

RaviTezu avatar RaviTezu commented on May 28, 2024

This is what I see in unicorn log:
/home/ravitezu/barkeep/barkeep_server.rb:142:in <class:BarkeepServer>': uninitialized constant BarkeepServer::AUTHENTICATION_PROTOCOL (NameError) from /home/ravitezu/barkeep/barkeep_server.rb:47:in<top (required)>'
from config.ru:2:in require' from config.ru:2:inblock in

'
from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in instance_eval' from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:ininitialize'
from config.ru:1:in new' from config.ru:1:in'
from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/unicorn-4.2.1/lib/unicorn.rb:44:in eval' from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/unicorn-4.2.1/lib/unicorn.rb:44:inblock in builder'
from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/unicorn-4.2.1/lib/unicorn/http_server.rb:694:in call' from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/unicorn-4.2.1/lib/unicorn/http_server.rb:694:inbuild_app!'
from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/unicorn-4.2.1/lib/unicorn/http_server.rb:136:in start' from /home/ravitezu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/unicorn-4.2.1/bin/unicorn:121:in<top (required)>'
from /home/ravitezu/.rbenv/versions/1.9.3-p194/bin/unicorn:23:in load' from /home/ravitezu/.rbenv/versions/1.9.3-p194/bin/unicorn:23:in'
I, [2015-06-03T17:50:12.402190 #11275] INFO -- : listening on addr=0.0.0.0:8040 fd=7
I, [2015-06-03T17:50:12.402522 #11275] INFO -- : Refreshing Gem list

from barkeep.

sbenedetto avatar sbenedetto commented on May 28, 2024

I'm having the same problem.

barkeep/barkeep_server.rb:142:in `class:BarkeepServer': uninitialized constant BarkeepServer::AUTHENTICATION_PROTOCOL (NameError)

Did you manage to fix it?

from barkeep.

RaviTezu avatar RaviTezu commented on May 28, 2024

Hi @sbenedetto
I have managed to fix this error by hacking into the code, which is not good but will fix the issue temporarily. Search for AUTHENTICATION_PROTOCOL in the barkeep_server.rb and there's some if condition where it checks this VARIABLE against a String(something related to oauth). So, set this VARIABLE(AUTHENTICATION_PROTOCOL) to that string in the same file. Sorry, I don't remember it correctly. However I have migrated to phabricator(http://phabricator.org/) now.

from barkeep.

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.