Date
1 - 4 of 4
cf push fails (goroutine errors)
James Bayer
i believe this could be related to this:
https://github.com/cloudfoundry/cli/issues/509 tracked it this story: https://www.pivotaltracker.com/story/show/98672332 On Thu, Jul 16, 2015 at 6:42 AM, Michele Santuari < michele.santuari(a)create-net.org> wrote:
-- Thank you, James Bayer |
|
Michele Santuari <michele.santuari@...>
On 16 July 2015 at 13:06, Alexander Lomov <alexander.lomov(a)altoros.com>
wrote: Looks like your CF CLI client fails to make a connection to CC API. HereYou are right, I forget to activate the trace. Here <https://drive.google.com/open?id=0B8Z5KYzSwwx3TURrbUtfMnNCa2c> is the log, but I do not really understand the 'goroutine' problem. Do you have any idea? - you can try to run CATs (Cloud Foundry Acceptance Tests) to find outI will try to run the Acceptance Tests. Best wishes,Alex L. Best and thank you,
-- Michele Santuari CREATE-NET Junior Research Engineer Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: michele.santuari(a)create-net.org Tel: (+39) 0461312443 Hangout: michele.santuari(a)create-net.org Skype: s4nto.m www.create-net.org -------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer. |
|
Alexander Lomov <alexander.lomov@...>
Looks like your CF CLI client fails to make a connection to CC API. Here
are some points about your case: - you can run `cf push` with `CF_TRACE=true` environment variable to get more verbose output: like this `CF_TRACE=true cf push`. - you can try to run CATs (Cloud Foundry Acceptance Tests) to find out possible root of the problem. Here is a link to CATs for cf-release v212 [1] and here is folder where you can find a link to it [2] [1] https://github.com/cloudfoundry/cf-acceptance-tests/tree/cdced815f585ef4661b2182799d1d6a7119489b0 [2] https://github.com/cloudfoundry/cf-release/tree/v212/src/github.com/cloudfoundry Best wishes, Alex L. ------------------------ Alex Lomov *Altoros* — Cloud Foundry deployment, training and integration *Twitter:* @code1n <https://twitter.com/code1n> *GitHub:* @allomov <https://gist.github.com/allomov> On Thu, Jul 16, 2015 at 11:11 AM, Michele Santuari < michele.santuari(a)create-net.org> wrote: Hi, |
|
Michele Santuari <michele.santuari@...>
Hi,
we have installed CF v212 on top of Openstack 6.0. Cloudfoundry has been installed with bosh-init. All the VMs are up and running and bosh cloudcheck reports 0 errors. The problem is that when we push applications, we get a lot of errors related to goroutine (see log file <https://drive.google.com/open?id=0B8Z5KYzSwwx3WTdmT3hOQWk4eVU>) and the applications are not started. Could you help me identify the problem? Thanks, -- Michele Santuari CREATE-NET Junior Research Engineer Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: michele.santuari(a)create-net.org Tel: (+39) 0461312443 Hangout: michele.santuari(a)create-net.org Skype: s4nto.m www.create-net.org -------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer. |
|