|
Re: Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
Does it start and send / receive a set number of messages or does it do
this forever?
Exit code 0 generally means your application shutdown cleanly. i.e. it
finished what it was doing and exited.
Does it start and send / receive a set number of messages or does it do
this forever?
Exit code 0 generally means your application shutdown cleanly. i.e. it
finished what it was doing and exited.
|
By
Daniel Mikusa
·
#1975
·
|
|
postgres out of disk space
I have a cf-aws-tiny cf-boshrelease deployment, and it's been running well for over 4 months.
We have about 40 apps, with a couple of dozen of cf pushes each day.
Yesterday pushing apps became spotty
I have a cf-aws-tiny cf-boshrelease deployment, and it's been running well for over 4 months.
We have about 40 apps, with a couple of dozen of cf pushes each day.
Yesterday pushing apps became spotty
|
By
Matthias Ender <Matthias.Ender@...>
·
#1977
·
|
|
Instance crashing after running once. Error: "reason"=>"CRASHED", "exit_status"=>0, "exit_description"=>"app instance exited"
I've pushed the app which uses redis service (A sample app which simply send and receives a message thru Redis service). Instance is created at start and after successfully running once the instance
I've pushed the app which uses redis service (A sample app which simply send and receives a message thru Redis service). Instance is created at start and after successfully running once the instance
|
By
Zuba Al
·
#1974
·
|
|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Sounds good. Thanks for taking the time to discuss this with me.
Mike
Sounds good. Thanks for taking the time to discuss this with me.
Mike
|
By
Mike Youngstrom
·
#1973
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
You can also check out the v208 tag of cf-release, then run the
acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests
Joseph
CF Release Integration Team
wrote:
You can also check out the v208 tag of cf-release, then run the
acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests
Joseph
CF Release Integration Team
wrote:
|
By
CF Runtime
·
#1972
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
Jordan,
The Cloud Foundry bosh release comes with an errand called
"acceptance_tests" that contains the version of CATs which that version of
CF was tested with. You can run these by doing "bosh run
Jordan,
The Cloud Foundry bosh release comes with an errand called
"acceptance_tests" that contains the version of CATs which that version of
CF was tested with. You can run these by doing "bosh run
|
By
Christopher Piraino <cpiraino@...>
·
#1971
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Daniel and Dieu,
Finally after much trial and error I finally got it working. I created a user-provided service and then called on it from my application. I've documented the steps for anyone else
Hi Daniel and Dieu,
Finally after much trial and error I finally got it working. I created a user-provided service and then called on it from my application. I've documented the steps for anyone else
|
By
Jonas Rosland
·
#1970
·
|
|
Re: Environment variables with special characters not handled correctly?
Sorry, sounds like escaping is the only option here for an environment
variable. If you don't want to escape, I think you could create a user
provided service, provide the value through there and
Sorry, sounds like escaping is the only option here for an environment
variable. If you don't want to escape, I think you could create a user
provided service, provide the value through there and
|
By
Daniel Mikusa
·
#1969
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Dieu and Daniel,
I did set the environment variable like you suggest Daniel, I should've showed that in my example. I see now that the app wrongly removes the $ characters and the character after
Hi Dieu and Daniel,
I did set the environment variable like you suggest Daniel, I should've showed that in my example. I see now that the app wrongly removes the $ characters and the character after
|
By
Jonas Rosland
·
#1968
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
I was unclear on what I am asking, the real question is as follows:
What is the best way to run the apps test suite within the CATS on an older version of cloud foundry? (for example I am running
I was unclear on what I am asking, the real question is as follows:
What is the best way to run the apps test suite within the CATS on an older version of cloud foundry? (for example I am running
|
By
Jordan Collier
·
#1967
·
|
|
Re: Error 400007: `stats_z1/0' is not running after update
Okay, please let me know if you are able to fix your security group
settings and whether the original problem gets resolved.
Amit
wrote:
Okay, please let me know if you are able to fix your security group
settings and whether the original problem gets resolved.
Amit
wrote:
|
By
Amit Kumar Gupta
·
#1966
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Jonas,
You'll need to escape the special characters like $.
See this tracker story for some background:
https://www.pivotaltracker.com/story/show/76655240
-Dieu
Hi Jonas,
You'll need to escape the special characters like $.
See this tracker story for some background:
https://www.pivotaltracker.com/story/show/76655240
-Dieu
|
By
Dieu Cao <dcao@...>
·
#1965
·
|
|
Re: Environment variables with special characters not handled correctly?
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER
'1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note
the
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER
'1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note
the
|
By
Daniel Mikusa
·
#1964
·
|
|
Environment variables with special characters not handled correctly?
Hi all,
I am having an issue with an environment variable containing special characters that doesn't seem to picked up correctly by CF.
I run `cf set-env appname WORDPRESS_BEARER
Hi all,
I am having an issue with an environment variable containing special characters that doesn't seem to picked up correctly by CF.
I run `cf set-env appname WORDPRESS_BEARER
|
By
Jonas Rosland
·
#1963
·
|
|
Jordan Collier email for mailing list
jordanicollier(a)gmail.com
jordanicollier(a)gmail.com
|
By
Jordan Collier
·
#1962
·
|
|
Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
`[2015-09-24 15:06:25.24 (UTC)]> cf logout
Logging out...
OK
• Failure [22.809 seconds]
Admin
`[2015-09-24 15:06:25.24 (UTC)]> cf logout
Logging out...
OK
• Failure [22.809 seconds]
Admin
|
By
Jordan Collier
·
#1961
·
|
|
Re: Security group rules to allow HTTP communication between 2 apps deployed on CF
Containers have a default iptables rule for REJECT all traffic. If there is
not a security group configured to allow the traffic to the destination,
you'll get a connection refused.
Security groups
Containers have a default iptables rule for REJECT all traffic. If there is
not a security group configured to allow the traffic to the destination,
you'll get a connection refused.
Security groups
|
By
CF Runtime
·
#1960
·
|
|
Re: DEA/Warden staging error
Ok, after more investigating the problem was that network manager was
running on the machine and was trying to take control of new network
interfaces after they came up, so it would cause problems
Ok, after more investigating the problem was that network manager was
running on the machine and was trying to take control of new network
interfaces after they came up, so it would cause problems
|
By
kyle havlovitz <kylehav@...>
·
#1959
·
|
|
Re: Removing support for v1 service brokers
My vote on to wait a couple more months. I guess we'll see if anyone else
would like more months.
Mike
My vote on to wait a couple more months. I guess we'll see if anyone else
would like more months.
Mike
|
By
Mike Youngstrom
·
#1958
·
|
|
Re: How to deploy a Web application using HTTPs
Hi Dieu,
many thanks for the technical info.
I will consider this factor to add this restriction in the development.
Juan Antonio
Hi Dieu,
many thanks for the technical info.
I will consider this factor to add this restriction in the development.
Juan Antonio
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1957
·
|