Re: cf push fails (goroutine errors)
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, |
|