Skip to content

Instantly share code, notes, and snippets.

@jexp
Created April 16, 2011 04:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jexp/922874 to your computer and use it in GitHub Desktop.
Save jexp/922874 to your computer and use it in GitHub Desktop.
vcap startup issue
ynagzet:cf mh$ ping vcap.me
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.068 ms
ynagzet:cf mh$ bin/vcap start router
router : RUNNING
ynagzet:cf mh$ bin/vcap start cloud_controller
cloud_controller : RUNNING
ynagzet:cf mh$ bin/vcap start redis
redis_gateway : RUNNING
redis_node : RUNNING
ynagzet:cf mh$ bin/vcap status
router : RUNNING
cloud_controller : RUNNING
dea : STOPPED
health_manager : STOPPED
redis_gateway : RUNNING
redis_node : RUNNING
mysql_gateway : STOPPED
mysql_node : STOPPED
mongodb_gateway : STOPPED
mongodb_node : STOPPED
ynagzet:cf mh$ vmc target http://api.vcap.me:9022
Succesfully targeted to [http://api.vcap.me:9022]
ynagzet:cf mh$ vmc services
============== System Services ==============
No system services available
=========== Provisioned Services ============
>> Thin web server (v1.2.11 codename Bat-Shit Crazy)
>> Maximum connections set to 1024
>> Listening on 127.0.0.1:9022, CTRL+C to stop
[2011-04-16 06:30:56 +0200, :SYSTEM, "Starting VCAP CloudController (0.999)"]
[2011-04-16 06:30:56 +0200, :SYSTEM, "Socket Limit:256"]
ynagzet:cf mh$ cat /tmp/vcap-run/redis_gateway.log
I, [2011-04-16T06:31:05.885551 #99313] INFO -- : Starting redis service provisioner
/Users/mh/java/neo/cf/cf/cloud_controller/config/cloud_controller.yml
I, [2011-04-16T06:31:06.025773 #99313] INFO -- : Sending info to cloud controller: http://api.vcap.me/services/v1/offerings
I, [2011-04-16T06:31:06.026887 #99313] INFO -- : Fetching handles from cloud controller @ http://api.vcap.me/services/v1/offerings/redis-2.2/handles
D, [2011-04-16T06:31:06.027859 #99313] DEBUG -- : Connected to service mbus..
E, [2011-04-16T06:31:06.027973 #99313] ERROR -- : Failed registering with cloud controller:
E, [2011-04-16T06:31:06.028022 #99313] ERROR -- : Failed fetching handles:
D, [2011-04-16T06:31:06.028078 #99313] DEBUG -- : Connected to node mbus..
D, [2011-04-16T06:31:07.782521 #99313] DEBUG -- : [Redis] Received Redis Node announcement: {"id":"redis_node_1","available_memory":4096}
D, [2011-04-16T06:31:37.784864 #99313] DEBUG -- : [Redis] Received Redis Node announcement: {"id":"redis_node_1","available_memory":4096}
I, [2011-04-16T06:32:06.074066 #99313] INFO -- : Sending info to cloud controller: http://api.vcap.me/services/v1/offerings
I, [2011-04-16T06:32:06.074876 #99313] INFO -- : Fetching handles from cloud controller @ http://api.vcap.me/services/v1/offerings/redis-2.2/handles
E, [2011-04-16T06:32:06.075526 #99313] ERROR -- : Failed registering with cloud controller:
E, [2011-04-16T06:32:06.075573 #99313] ERROR -- : Failed fetching handles:
D, [2011-04-16T06:32:07.786084 #99313] DEBUG -- : [Redis] Received Redis Node announcement: {"id":"redis_node_1","available_memory":4096}
D, [2011-04-16T06:32:37.788177 #99313] DEBUG -- : [Redis] Received Redis Node announcement: {"id":"redis_node_1","available_memory":4096}
I, [2011-04-16T06:33:06.078003 #99313] INFO -- : Sending info to cloud controller: http://api.vcap.me/services/v1/offerings
I, [2011-04-16T06:33:06.079177 #99313] INFO -- : Fetching handles from cloud controller @ http://api.vcap.me/services/v1/offerings/redis-2.2/handles
E, [2011-04-16T06:33:06.079771 #99313] ERROR -- : Failed registering with cloud controller:
E, [2011-04-16T06:33:06.079827 #99313] ERROR -- : Failed fetching handles:
D, [2011-04-16T06:33:07.789934 #99313] DEBUG -- : [Redis] Received Redis Node announcement: {"id":"redis_node_1","available_memory":4096}
D, [2011-04-16T06:33:37.879828 #99313] DEBUG -- : [Redis] Received Redis Node announcement: {"id":"redis_node_1","available_memory":4096}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment