Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

“App <name> has not been deployed” #14

Closed
bfontaine opened this issue Feb 4, 2015 · 4 comments
Closed

“App <name> has not been deployed” #14

bfontaine opened this issue Feb 4, 2015 · 4 comments

Comments

@bfontaine
Copy link

Hello, following your README I create a container but I get “App esdb has not been deployed” (esdb is the name of the created container).

$ ssh dokku@<host> elasticsearch:create esdb
Warning: '-name' is deprecated, it will be replaced by '--name' soon. See usage.
8560f9b3aa7c4c7cef6d9d8770e7919d2fa7160623a511c9280becb155c760bc
-----> Creating /home/dokku/esdb/LINK
-----> Linking elasticsearch_esdb:elasticsearch with esdb
-----> Setting config vars and restarting esdb
       ELASTICSEARCH_URL: http://172.17.1.100:9200
App esdb has not been deployed
-----> esdb linked to elasticsearch_esdb container
-----> Elasticsearch container created: elasticsearch_esdb

       Host: 172.17.1.100
       Private ports: 9200, 9300

Connection to <host> closed.

Tried to get the logs:

$ dokku logs esdb
Application's container not found

Update: ~dokku/esdb exists, but it doesn’t have a CONTAINER file.

@sportsy
Copy link

sportsy commented Feb 23, 2015

Did you ever figure this out?

@bfontaine
Copy link
Author

IIRC, I ran the command by hand (with the correct parameters) and it solved the problem.

@fiatjaf
Copy link

fiatjaf commented Mar 2, 2016

This happens when you git push before creating the app with dokku apps:create <name>.

I don't know why.
The only solution I found was to destroy the app, then create it, then push.

@sillygwailo
Copy link

When I encountered this message, I ran dokku ps:scale [appname] [procname]=1 (replace 1 for the amount of processes you want) to get the container up and running.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants