푸른 컴퓨터 (4 코어, 28GB RAM)에 단일 VM 클라우드 파운드리 설정이 있습니다. 처음에는 cf cli 명령이 정상적으로 작동합니다. cf에 로그인 (cf login)하고 애플리케이션을 push (cf push) 할 수 있으며 호스팅 된 애플리케이션 (cf apps)도 볼 수 있습니다.클라우드 Foundry CLI 명령에서 "요청 수행 오류 : 래멧 참조"가 발생하지 않습니다.
[email protected]:~$ cf apps
Getting apps in org default_organization/space azure as admin...
OK
name requested state instances memory disk urls
myapp started 3/3 128M 256M myapp.example.com
은 후 언젠가 같은 명령은 CF의 CLI 명령에 전혀 반응하지 말아 나중에
[email protected]:~$ cf apps
Getting apps in org default_organization/space azure as admin...
FAILED
Error performing request: Get https://api.xxx.xxx.xxx.xxx.xip.io/v2/spaces/80d34326-cffc-4b62-98b6-ddd1c087ca59/summary: dial tcp: lookup api.xxx.xxx.xxx.xxx.xip.io on xxx.xxx.xxx.xxx:xx: lame referral
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.
실패합니다.
[email protected]:~$ cf apps
Getting apps in org default_organization/space azure as admin...
위 명령에 대한 응답 없음.
기계 하드웨어 사양으로 인해 문제가 발생하는지 확실하지 않습니다.