cloudfoundry-community-attic / cf-services-release

Cloud Foundry services release (includes mysql V1 service and gateway only)
Apache License 2.0
9 stars 25 forks source link

mysql_node/0.1-dev: Compile Package Failure (exit code: 1) #22

Open wulonghui opened 10 years ago

wulonghui commented 10 years ago

Error 450001: Compile Package Failure (exit code: 1) /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/message/compile_package.rb:206:in block in compile' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/message/compile_package.rb:190:inchdir' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/message/compile_package.rb:190:in compile' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/message/compile_package.rb:64:instart' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/message/compile_package.rb:31:in process' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/handler.rb:277:inprocess' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/handler.rb:262:in process_long_running' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/handler.rb:189:inblock in process_in_thread' internal:prelude:10:in synchronize' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/handler.rb:187:inprocess_in_thread' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/bosh_agent-1.5.0.pre.3/lib/bosh_agent/handler.rb:167:in block in handle_message' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:1060:incall' /var/vcap/bosh/lib/ruby/gems/1.9.1/gems/eventmachine-0.12.10/lib/eventmachine.rb:1060:in `block in spawn_threadpool'


I used the lastest relese,Can anybody tell me why?

drnic commented 10 years ago

There are git submodules for this repo; try the following:

git submodule update --init bosh create release bosh upload release bosh deploy

d00000000000000000000000 commented 10 years ago

@drnic where are the git submodules ?

d00000000000000000000000 commented 10 years ago

@drnic I want to deploy mysql service for cf v2, is there another repo?