|
(No subject)
Interesting. Do you get log output from the application when it's
working? I'm curious because you weren't seeing this when it was failing.
Trying to understand if the app is not logging properly or
Interesting. Do you get log output from the application when it's
working? I'm curious because you weren't seeing this when it was failing.
Trying to understand if the app is not logging properly or
|
By
Daniel Mikusa
·
#409
·
|
|
(No subject)
I removed static assets as well as many classes that were not used,
I left classes related to jetty, javax (managment, ..), apache commons io,
and the package (with all classes) where the main class
I removed static assets as well as many classes that were not used,
I left classes related to jetty, javax (managment, ..), apache commons io,
and the package (with all classes) where the main class
|
By
Arbi Akhina
·
#408
·
|
|
Re: HM9000 metrics
Hi Pablo,
Ops Metrics is a PCF product and questions about that should be directed to
Pivotal customer support.
Regarding your second question, about the difference between crashed
indices and
Hi Pablo,
Ops Metrics is a PCF product and questions about that should be directed to
Pivotal customer support.
Regarding your second question, about the difference between crashed
indices and
|
By
Dieu Cao <dcao@...>
·
#407
·
|
|
Re: TCP Router VS NoRouter
Apologize for restarting this thread after a few weeks.
That's right Mike. Once the LTM opens up to the developers they might start putting in too much functionality into the Load Balancer like
Apologize for restarting this thread after a few weeks.
That's right Mike. Once the LTM opens up to the developers they might start putting in too much functionality into the Load Balancer like
|
By
Owais Mohamed
·
#406
·
|
|
(No subject)
Interesting. Out of curiosity what did you remove to make it smaller?
Static assets? Also have you tried a larger CF install like PWS / BlueMix,
just to see if this is an issue specific to
Interesting. Out of curiosity what did you remove to make it smaller?
Static assets? Also have you tried a larger CF install like PWS / BlueMix,
just to see if this is an issue specific to
|
By
Daniel Mikusa
·
#405
·
|
|
(No subject)
Hi, I had to reduce the size of the jar to ~ 51M to get the simple class
that runs jetty to work on bosh-lite!!!
Is there any kind of size restriction for executable jars??
Here is the system
Hi, I had to reduce the size of the jar to ~ 51M to get the simple class
that runs jetty to work on bosh-lite!!!
Is there any kind of size restriction for executable jars??
Here is the system
|
By
Arbi Akhina
·
#404
·
|
|
Re: Java Buildpack: Stale Files Outside of WEB-INF
daniel.jones(a)engineerbetter.com> wrote:
Seems odd. Every time you stage an app, you should get a copy of the
latest app bits (i.e. what was pushed up by cf). If you're not getting the
latest set
daniel.jones(a)engineerbetter.com> wrote:
Seems odd. Every time you stage an app, you should get a copy of the
latest app bits (i.e. what was pushed up by cf). If you're not getting the
latest set
|
By
Daniel Mikusa
·
#403
·
|
|
HM9000 metrics
Good morning.
Recently, I have been revising metrics emitted by CF components. In order
to understand HM9000 metrics, I have been reading the metrics documentation
(at
Good morning.
Recently, I have been revising metrics emitted by CF components. In order
to understand HM9000 metrics, I have been reading the metrics documentation
(at
|
By
Pablo Alonso Rodriguez <palonsoro@...>
·
#402
·
|
|
Java Buildpack: Stale Files Outside of WEB-INF
Hi all,
If one pushes a .war containing files outside of WEB-INF, deletes the app,
then pushes a new version where those files outside of WEB-INF have been
changed, these changes are not reflected in
Hi all,
If one pushes a .war containing files outside of WEB-INF, deletes the app,
then pushes a new version where those files outside of WEB-INF have been
changed, these changes are not reflected in
|
By
Daniel Jones
·
#401
·
|
|
CCDB: deleting records in service_instance_operations where state "in progress"
Hi
ccdb=> select COUNT(*) from service_instance_operations where state !=
'succeeded' and updated_at < NOW() - INTERVAL '1 days';
count
-------
28
is it ok to delete all those
Hi
ccdb=> select COUNT(*) from service_instance_operations where state !=
'succeeded' and updated_at < NOW() - INTERVAL '1 days';
count
-------
28
is it ok to delete all those
|
By
Lukas Lehner <weblehner@...>
·
#400
·
|
|
Re: metron_agent.deployment
Thanks, it works now!
2015-06-11 6:01 GMT+08:00 CF Runtime <cfruntime(a)gmail.com>:
Thanks, it works now!
2015-06-11 6:01 GMT+08:00 CF Runtime <cfruntime(a)gmail.com>:
|
By
王小锋 <zzuwxf at gmail.com...>
·
#399
·
|
|
Re: CfSummit slides
Hello Guillaume,
I will double check with our content manager, but typically if slides are
missing it is because the speakers did not share the with us. If we do
still have some that have not been
Hello Guillaume,
I will double check with our content manager, but typically if slides are
missing it is because the speakers did not share the with us. If we do
still have some that have not been
|
By
CF Events <events@...>
·
#398
·
|
|
Re: metron_agent.deployment
There is a closed issue in the cf-release repo related to this:
https://github.com/cloudfoundry/cf-release/issues/690
Make sure you have a meta.environment section defined in your manifest
There is a closed issue in the cf-release repo related to this:
https://github.com/cloudfoundry/cf-release/issues/690
Make sure you have a meta.environment section defined in your manifest
|
By
CF Runtime
·
#397
·
|
|
Re: Issue with etcd since v211
It looks like you are trying to run with two etcd instances. etcd requires
either one instance, or three or more. You can see details
It looks like you are trying to run with two etcd instances. etcd requires
either one instance, or three or more. You can see details
|
By
CF Runtime
·
#396
·
|
|
Re: Syslog Drain to Logstash Problems
I was able submit a log entry from the loggregator VM using -
nc -w0 10.xx.xx.xx 5000 <<< "logging from loggregator"
and to test UDP
nc -u -w0 10.xx.xx.xx 5000 <<< "logging from
I was able submit a log entry from the loggregator VM using -
nc -w0 10.xx.xx.xx 5000 <<< "logging from loggregator"
and to test UDP
nc -u -w0 10.xx.xx.xx 5000 <<< "logging from
|
By
Steve Wall <steve.wall@...>
·
#394
·
|
|
Issue with etcd since v211
Hi folks,
Just upgraded from v210 to v211 and seem to have failures within etcd.
they won't start
On the etc.d box (10.2.0.40 in this instance, I also have one on
10.3.0.40), I get.
Under
Hi folks,
Just upgraded from v210 to v211 and seem to have failures within etcd.
they won't start
On the etc.d box (10.2.0.40 in this instance, I also have one on
10.3.0.40), I get.
Under
|
By
Scott Taggart <staggart@...>
·
#395
·
|
|
Re: CF CAB call on Wednesday, June 10th, 2015 @ 8a PDT
Link to the chat room for the CAB call:
http://webconf.soaphub.org/conf/room/CF-CAB-OpenForum
Link to the chat room for the CAB call:
http://webconf.soaphub.org/conf/room/CF-CAB-OpenForum
|
By
Dieu Cao <dcao@...>
·
#393
·
|
|
Re: how to set JSON format data in user provider env variable in cloudfoundry ??
oops ,, this is the correct format cf set-env <app-name> somekey { "KEY" :
["value1","value2"] }
lingeshmouleeshwaran(a)gmail.com> wrote:
oops ,, this is the correct format cf set-env <app-name> somekey { "KEY" :
["value1","value2"] }
lingeshmouleeshwaran(a)gmail.com> wrote:
|
By
Lingesh Mouleeshwaran
·
#392
·
|
|
how to set JSON format data in user provider env variable in cloudfoundry ??
Hello Team ,
cf set-env is allowing only key pair value for setting any ENV variable ,
but I need to set value as JSON format.
for example ,,
cf set-env <app-name> { "KEY" : ["value1","value2"]
Hello Team ,
cf set-env is allowing only key pair value for setting any ENV variable ,
but I need to set value as JSON format.
for example ,,
cf set-env <app-name> { "KEY" : ["value1","value2"]
|
By
Lingesh Mouleeshwaran
·
#391
·
|
|
CfSummit slides
Hi,
Thanks again to the CF Foundation for the great cf summit, and for
publishing so promptly the video recordings on youtube. The sessions
content is great to watch, and I'm sometimes lacking the
Hi,
Thanks again to the CF Foundation for the great cf summit, and for
publishing so promptly the video recordings on youtube. The sessions
content is great to watch, and I'm sometimes lacking the
|
By
Guillaume Berche
·
#390
·
|