-
Notifications
You must be signed in to change notification settings - Fork 106
create service broker error #75
Comments
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/100487366. |
Hi @jinjing750629, Can you give us a little background on how you've gotten to this point? Are you following a particular set of instructions, what version you're using, what IaaS are you deploying to, what steps have you completed so far...? Marco Nicosia |
Marco, I am using bosh-lite to deploy a local instance of CF to my personal mac. I successfully deployed CF and then try to deploy mysql service following the instruction from https://github.com/cloudfoundry/cf-mysql-release/. CF version is 212. Here is the output of "bosh vms" on my mac. Looks like both CF and mysql are working well. But when I try to create the service broker, I got the previous issue. +------------------------------------+---------+---------------+--------------+ VMs total: 12 Director task 407 Task 407 done +----------------------+---------+--------------------+--------------+ |
More error log jjin-mac:bosh-lite jjin$ sudo bosh run errand broker-registrar Director task 355 Started preparing package compilation > Finding packages to compile. Done (00:00:00) Started creating bound missing vms > errands_z1/0. Done (00:00:02) Started binding instance vms > broker-registrar/0. Done (00:00:00) Started updating job broker-registrar > broker-registrar/0 (canary). Done (00:00:38) Started running errand > broker-registrar/0. Done (00:00:16) Started fetching logs for broker-registrar/0 > Finding and packing log files. Done (00:00:01) Started deleting errand instances broker-registrar > 15b36c5c-9b70-46f1-6bd1-3856945efe32. Done (00:00:01) Task 355 done Started 2015-08-04 10:00:44 UTC [stdout] [stderr] Errand `broker-registrar' completed with error (exit code 1) |
jjin-mac:bosh-lite jjin$ cf create-service-broker p-mysql admin password https://p-mysql.10.244.0.34.xip.io |
@jinjing750629 that is strange, it seems like some of the containers in your bosh lite are having trouble talking to each other. Could you try curling from the host machine the following urls:
Please give these commands a try, we can follow up once we have this info. Thanks! |
Franklin, I will have a try tomorrow and get back to you. Thanks |
Franklin, today I restarted my mac, and then used 'bosh cck' to restarted all containers. Issue disappeared. I am IT Architect in Honeywell China, located in Shanghai. My company has some conversation with Pivotal in terms of adopting CF as Honeywell's PAAS. May I know your email so that I can communicate more smoothly? Thanks jjin-mac:cf-mysql-release jjin$ cf marketplace service plans description TIP: Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service. |
Hi @jinjing750629, We work as a team at Pivotal, so it wouldn't be best for you to e-mail any one person on the team. You'll get better response if we make sure that any member of the team can look into your problems without access to Lyle's e-mail. Additionally, since this is an open source project, it's best if we track potential bugs where the community can see and help (ie, here on GitHub). If you are a commercial customer of Pivotal, of course we have other ways to make sure your issues are routed to the right people, please see your account rep for more info! In the meanwhile, if this issue has been sufficiently resolved, please feel free to close this issue. As always, you can either re-open this or create new issues when necessary. The automated gitbot process will make sure that new activity on GitHub will show up in our project management tool, Pivotal Tracker. Marco Nicosia |
Dear sir,
I got an error when I issue command:
cf create-service-broker p-mysql admin password https://p-mysql.10.244.0.34.xip.io
The service broker could not be reached: https://p-mysql.10.244.0.34.xip.io/v2/catalog
I checked my netstat -nr, the route is correct. I can access https://p-mysql.10.244.0.34.xip.io/v2/catalog via my web browser.
Anybody can take a look?
Thanks
The text was updated successfully, but these errors were encountered: