nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

Quering for All instances #122

Open SofianeB opened 10 years ago

SofianeB commented 10 years ago

Hi, I am getting this error after cloud-client.sh --status:

Problem: General error: ; nested exception is: java.net.ConnectException: Connection refused

priteau commented 10 years ago

Without using the --conf argument, the Nimbus cloud client uses conf/cloud.properties as a configuration file. By default it references localhost which is probably not running Nimbus services for you. Make sure that you are using a correct cloud configuration file.

Also, please note that GitHub issues are reserved for actual bug reports in the Nimbus code. The preferred channel for user help is the workspace-user mailing list.