|
Re: No suitable ServiceConnectorCreator found trying to connect to RabbitMQ
I was hoping it would be that simple, but it wasn't. I must have been in a hurry when I accepted the import suggestions. I updated to use the correct imports, but I still have the same issue (with a
I was hoping it would be that simple, but it wasn't. I must have been in a hurry when I accepted the import suggestions. I updated to use the correct imports, but I still have the same issue (with a
|
By
Jason Brown
·
#2952
·
|
|
Re: Java Liberty Runtime - no longer supports binding for pipeline service
What cloud are you referring to? Better ask the question in the cloud
provider's forum.
Jack
What cloud are you referring to? Better ask the question in the cloud
provider's forum.
Jack
|
By
Jack Cai
·
#2950
·
|
|
Java Liberty Runtime - no longer supports binding for pipeline service
I am running a demo today which I've done many times before.
I try to add the pipeline service to my liberty java application and it won't work.
Error "Create service does not support Pipeline"
Any
I am running a demo today which I've done many times before.
I try to add the pipeline service to my liberty java application and it won't work.
Error "Create service does not support Pipeline"
Any
|
By
Sandra Weir
·
#2949
·
|
|
Re: Provided service broker API version is not supported: Expected Version = 2.4, Provided Version = null
This is excellent. I think your blog post outlines exactly what I was looking for. Thank you for the help.
Mark
This is excellent. I think your blog post outlines exactly what I was looking for. Thank you for the help.
Mark
|
By
Mark Spielman
·
#2948
·
|
|
Re: No suitable ServiceConnectorCreator found trying to connect to RabbitMQ
It looks like the main problem is the type of connection bean you are
expecting Spring Cloud Connectors to create. In the PivotalConfig class,
you have this:
import
It looks like the main problem is the type of connection bean you are
expecting Spring Cloud Connectors to create. In the PivotalConfig class,
you have this:
import
|
By
Scott Frederick <scottyfred@...>
·
#2947
·
|
|
[cf-bosh] Getting error Staging error: no available stagers when pushing an app
---------- Forwarded message ----------
From: Flávio Henrique Schuindt da Silva <flavio.schuindt(a)gmail.com>
Date: Wed, Dec 2, 2015 at 12:01 PM
Subject: [cf-bosh] Getting error Staging error: no
---------- Forwarded message ----------
From: Flávio Henrique Schuindt da Silva <flavio.schuindt(a)gmail.com>
Date: Wed, Dec 2, 2015 at 12:01 PM
Subject: [cf-bosh] Getting error Staging error: no
|
By
Dmitriy Kalinin <dkalinin@...>
·
#2946
·
|
|
Getting Staging error: no available stagers while pushing app
Hi, guys.
Suddently (after monthns of working fine), my CF instalation on aws started to fail. I'm getting this erros when trying to push an app: Staging error: no available stagers.
Googling, I
Hi, guys.
Suddently (after monthns of working fine), my CF instalation on aws started to fail. I'm getting this erros when trying to push an app: Staging error: no available stagers.
Googling, I
|
By
Flávio Henrique Schuindt da Silva <flavio.schuindt at gmail.com...>
·
#2945
·
|
|
Re: smallest number of VMs for CF deployment
https://github.com/cloudfoundry-community/cf-boshworkspace/tree/master/templates/tiny has some templates that collocate everything into 5-6 VMs; and can be 10-12 VMs in a HA mode.
Ruben & others
https://github.com/cloudfoundry-community/cf-boshworkspace/tree/master/templates/tiny has some templates that collocate everything into 5-6 VMs; and can be 10-12 VMs in a HA mode.
Ruben & others
|
By
Dr Nic Williams
·
#2944
·
|
|
smallest number of VMs for CF deployment
Hey all,
I know some people have worked on deploying CF on the minimum number of VMs
possible. In theory, all of CF can run on one machine (indeed it does in
BOSH-Lite deployments, but that's
Hey all,
I know some people have worked on deploying CF on the minimum number of VMs
possible. In theory, all of CF can run on one machine (indeed it does in
BOSH-Lite deployments, but that's
|
By
Amit Kumar Gupta
·
#2943
·
|
|
Re: - Reducing number of instances on a cloud foundry deployment
The cf-boshworkspace project from Stark and Wayne:
https://github.com/cloudfoundry-community/cf-boshworkspace provides an
cf-aws-tiny.yml template, which I believe gets it down to 4 instances.
In
The cf-boshworkspace project from Stark and Wayne:
https://github.com/cloudfoundry-community/cf-boshworkspace provides an
cf-aws-tiny.yml template, which I believe gets it down to 4 instances.
In
|
By
Amit Kumar Gupta
·
#2942
·
|
|
Re: Questions about /v2/events
Yes, it's still evolving.
A couple of additional stories for example include adding events for
droplets [1] and processes [2]
[1] https://www.pivotaltracker.com/story/show/101936042
[2]
Yes, it's still evolving.
A couple of additional stories for example include adding events for
droplets [1] and processes [2]
[1] https://www.pivotaltracker.com/story/show/101936042
[2]
|
By
Dieu Cao <dcao@...>
·
#2941
·
|
|
No suitable ServiceConnectorCreator found trying to connect to RabbitMQ
I'm trying to connect to RabbitMQ from our Pivotal CloudFoundry environment and I can't get it to work. The only artifact I don't have in my pom is org.cloudfoundry:auto-reconfiguration:1.7.0.RELEASE
I'm trying to connect to RabbitMQ from our Pivotal CloudFoundry environment and I can't get it to work. The only artifact I don't have in my pom is org.cloudfoundry:auto-reconfiguration:1.7.0.RELEASE
|
By
Jason Brown
·
#2940
·
|
|
Re: Questions about /v2/events
Hi Dieu,
thank you for the clarification. Is the list of events [1] for v3 api still evolving ?
[1] - http://apidocs.cloudfoundry.org/225/events/list_all_events.html
Piotr
-----Dieu Cao <dcao@...>
Hi Dieu,
thank you for the clarification. Is the list of events [1] for v3 api still evolving ?
[1] - http://apidocs.cloudfoundry.org/225/events/list_all_events.html
Piotr
-----Dieu Cao <dcao@...>
|
By
Piotr Przybylski <piotrp@...>
·
#2939
·
|
|
Re: Provided service broker API version is not supported: Expected Version = 2.4, Provided Version = null
Hi Mark,
We have successfully deployed spring-boot-cf-service-broker-mongo on Cloud
Foundry (DEA, not Diego) about 2 months before and wrote a blog post
Hi Mark,
We have successfully deployed spring-boot-cf-service-broker-mongo on Cloud
Foundry (DEA, not Diego) about 2 months before and wrote a blog post
|
By
Noburou TANIGUCHI
·
#2938
·
|
|
- Reducing number of instances on a cloud foundry deployment
Hi,
I am looking at miminal-aws.yml in the release
https://github.com/cloudfoundry/cf-release and realized that this
deployment will consume 13 instances on AWS.
Is it possible to reduce the number
Hi,
I am looking at miminal-aws.yml in the release
https://github.com/cloudfoundry/cf-release and realized that this
deployment will consume 13 instances on AWS.
Is it possible to reduce the number
|
By
Kinjal Doshi
·
#2937
·
|
|
Re: uaa: noob issue running in docker
this may be because
https://www.pivotaltracker.com/story/show/106892318
and will be fixed in the next release
for now, you should at least set the login.url and uaa.url properties with
the hostname
this may be because
https://www.pivotaltracker.com/story/show/106892318
and will be fixed in the next release
for now, you should at least set the login.url and uaa.url properties with
the hostname
|
By
Filip Hanik
·
#2936
·
|
|
Re: uaa: noob issue running in docker
Hey Tony,
Sorry for the delayed response, we have been on Thanksgiving holiday here
in the US.
Based on
https://github.com/sequenceiq/docker-uaa/issues/5#issuecomment-160185248 I
take it you've
Hey Tony,
Sorry for the delayed response, we have been on Thanksgiving holiday here
in the US.
Based on
https://github.com/sequenceiq/docker-uaa/issues/5#issuecomment-160185248 I
take it you've
|
By
Amit Kumar Gupta
·
#2935
·
|
|
Configure --insecureDockerRegistryList on garden-linux
I'm attempting to connect Lattice 0.6.0 to a private Docker registry.
In a previous version of Lattice (that used garden-linux 0.295.0), accomplishing that required passing the
I'm attempting to connect Lattice 0.6.0 to a private Docker registry.
In a previous version of Lattice (that used garden-linux 0.295.0), accomplishing that required passing the
|
By
Chad Maughan
·
#2934
·
|
|
Re: Support for route services as forwarding proxies per HTTP RFC
Hello Guillaume,
Thank you for your input. It seems I had not subscribed to all
notifications in the doc; my mistake.
The route service url must be https; this is enforced by the routing API
and CC
Hello Guillaume,
Thank you for your input. It seems I had not subscribed to all
notifications in the doc; my mistake.
The route service url must be https; this is enforced by the routing API
and CC
|
By
Shannon Coen
·
#2933
·
|
|
Re: PLEASE READ: BOSH-Lite stemcell broken
Forgot to mention that cf-routing-release (tcp router) relies heavily on consul for service discovery and that's affected too.
Forgot to mention that cf-routing-release (tcp router) relies heavily on consul for service discovery and that's affected too.
|
By
Atul Kshirsagar
·
#2932
·
|