The route example.devpack.co.kr is already in use.

The route example.devpack.co.kr is already in use.

1 문제상황[ | ]

root@zetawiki:~/myapp1# cf push
Using manifest file /root/myapp1/manifest.yml

Creating app myapp1 in org cloudpack / space testuser03 as testuser03...
OK

Using route myapp1.devpack.co.kr
Binding myapp1.devpack.co.kr to myapp1...
FAILED
The route myapp1.devpack.co.kr is already in use.
TIP: Change the hostname with -n HOSTNAME or use --random-route to generate a new route and then push again.

2 조치방법[ | ]

  • cf routes 목록에 있다면 자신의 다른 앱이 사용중인 host(서브도메인)이므로 cf delete-route
  • 없다면 다른 사용자가 사용하고 있으니 다른 host를 사용할 것
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}