sequenceiq / cloudbreak-shell

CLI shell for the Cloudbreak project
https://cloudbreak.sequenceiq.com/
16 stars 6 forks source link

Is the identity sever down ? cbshell is unable to connect #106

Closed desaiak closed 9 years ago

desaiak commented 9 years ago

wwdl71030:cloudbreak-shell B85726$ java -jar /tmp/cloudbreak-shell.jar --sequenceiq.user=\ --sequenceiq.password=**** Error occurred while trying to connect to identity server: I/O error on POST request for "https://identity.sequenceiq.com/oauth/authorize?response_type=token&client_id=cloudbreak_shell":Connect to identity.sequenceiq.com:443 [identity.sequenceiq.com/104.197.41.250] failed: Operation timed out; nested exception is org.apache.http.conn.HttpHostConnectException: Connect to identity.sequenceiq.com:443 [identity.sequenceiq.com/104.197.41.250] failed: Operation timed out Check if your identity server is available and accepting requests on https://identity.sequenceiq.com

lalyos commented 9 years ago

I was able to login rightnow ... You can always check the identity server by:

$ curl  https://identity.sequenceiq.com/healthz
ok

The check for cloudbreak-api is:

$ curl  https://cloudbreak-api.sequenceiq.com/info 
{"app":{"version":"1.0.1","name":"cloudbreak"}}