当运行命令cf ic login时,我得到以下异常:
$ cf ic login
Deleting the old configuration file...
Retrieving client certificates for IBM Containers...
INFO: 2016/08/02 11:17:44 Auth Error: {
"code": "IC5097E",
"description": "The bearer token is not valid: AUTH_WITH_NO_NAMESPACE. Log in to Cloud Foundry again to generate new token.",
"incident_id": "1407-1470129461.247-5923962",
"name": "InvalidToken",
"rc": "401",
"type": "Infrastructure"
}
FAILED
A problem occurred with the login. Your session might have expired. Use "cf ic login" to log in again.
我已尝试注销并再次登录,但会抛出相同的异常。
有人知道这个问题吗?
答案 0 :(得分:2)
$ cf ic namespace set <new_name>
您是否为组织设置了命名空间?如果这是您第一次登录您的组织。命名空间是一个唯一名称,用于标识Bluemix注册表上的私有映像存储库。创建容器时,必须通过将名称空间包含在图像名称中来指定图像的位置。
命名空间规则:
答案 1 :(得分:0)
您在cf登录后尝试过cf ic init吗?
答案 2 :(得分:0)