-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Bare metal Backend not found #340
Comments
Hello, you have added a server via 'Add backend' --> Other server and while the server was succesfully added on mist.io, you have received an error message ('backend not found'), right? This bug was recently introduced and we will issue a fix asap. Please notice that the backend was added (visit the machines tab, it will be there) Hope this helps! |
We have now fixed the issue on mist.io master branch. On your local installation of mist.io, type git pull to get the latest commits, and restart uwsgi (./bin/supervisorctl restart uwsgi) |
Hello, Thanks and I am looking forward to get a support.
(1:596)$ sudo git pull https://github.com/mistio/mist.io.git
(1:597)$ ./bin/supervisorctl restart uwsgi
2015-01-08 16:34:27,179 INFO MainThread methods - add_backend_v_2: Backend with id '3NixNnLQcd6bRuWy8rKRfZus856A' added succesfully. |
Closing this since the new error is on this ticket: #342 |
Hello,
I would be than happy to have a 'help' for this problem, let me know more about correct form to deploy my own Mist
Thanks and I am looking forward to get a support.
sudo aptitude install python-dev build-essential git erlang libpcre3-dev
sudo aptitude install python-virtualenv
git clone https://github.com/mistio/mist.io.git
cd mist.io
virtualenv --no-site-packages .
./bin/pip install ansible
./bin/pip install setuptools --upgrade
./bin/python bootstrap.py
./bin/buildout -v
Deployment:
./bin/supervisord
Url: http://127.0.0.1:8000
Error:
2015-01-08 13:37:28,722 INFO MainThread methods - add_backend_v_2: Adding new backend in provider 'bare_metal' with Api-Version: 2
2015-01-08 13:37:28,737 INFO MainThread shell - autoconfigure: autoconfiguring Shell for machine 3NixNnLQcd6bRuWy8rKRfZus856A:200238105150
2015-01-08 13:37:28,741 INFO MainThread shell - autoconfigure: ssh -i key1 ric@.x.y.z:22
2015-01-08 13:37:28,946 INFO Thread-1 log - log: Connected (version 2.0, client OpenSSH_5.9p1)
2015-01-08 13:37:29,560 INFO Thread-1 log - log: Authentication (publickey) successful!
2015-01-08 13:37:29,565 INFO MainThread shell - command: running command: 'uptime'
2015-01-08 13:37:30,253 INFO MainThread shell - command: running command: 'which sudo'
2015-01-08 13:37:30,574 INFO MainThread shell - command: running command: 'uptime'
2015-01-08 13:37:30,950 INFO MainThread shell - disconnect: Closing ssh connection to 200.x.y.z
2015-01-08 13:37:31,097 INFO MainThread shell - disconnect: Closing ssh connection to 200.x.y.z
2015-01-08 13:37:31,110 INFO MainThread methods - add_backend_v_2: Backend with id 'None' added succesfully.
2015-01-08 13:37:31,125 INFO MainThread views - exception_handler_mist: MistError: BackendNotFoundError('Backend not found',)
[pid: 43545|app: 0|req: 62/236] 127.0.0.1 () {52 vars in 793 bytes} [Thu Jan 8 13:37:28 2015] POST /backends => generated 19 bytes in 2415 msecs (HTTP/1.1 404) 2 headers in 86 bytes (1 switches on core 0)
The text was updated successfully, but these errors were encountered: