|
(No subject)
Double check that your app is configured to log to STDOUT / STDER. If it's logging to a file, you won't see the messages since the system only captures STDOUT & STDERR. Also, you might try a demo app
Double check that your app is configured to log to STDOUT / STDER. If it's logging to a file, you won't see the messages since the system only captures STDOUT & STDERR. Also, you might try a demo app
|
By
Daniel Mikusa
·
|
|
(No subject)
I've tried with a simple app that just launches an embedded jetty that listen on the vcap port and it worked (I can connect to the app url from curl and chrome) then I moved this single file into my m
I've tried with a simple app that just launches an embedded jetty that listen on the vcap port and it worked (I can connect to the app url from curl and chrome) then I moved this single file into my m
|
By
Arbi Akhina
·
|
|
(No subject)
I'd be happy to try the demo and see if it works for me. Can you post a complete project on github so I can just `git clone` & build? Dan On Tue, Jun 9, 2015 at 12:21 PM, Arbi Akhina <arbi.akhina(a)gm
I'd be happy to try the demo and see if it works for me. Can you post a complete project on github so I can just `git clone` & build? Dan On Tue, Jun 9, 2015 at 12:21 PM, Arbi Akhina <arbi.akhina(a)gm
|
By
Daniel Mikusa
·
|
|
(No subject)
I don't own the source, but here is the jar file http://tempsend.com/6D745B7B07/7033/modules.jar you can try to run it locally with java -jar modules.jar then connect to localhost:8080 An here is the
I don't own the source, but here is the jar file http://tempsend.com/6D745B7B07/7033/modules.jar you can try to run it locally with java -jar modules.jar then connect to localhost:8080 An here is the
|
By
Arbi Akhina
·
|
|
(No subject)
One more thing I'm using bosh-lite. On Tue, Jun 9, 2015 at 6:43 PM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > I don't own the source, but here is the jar file > http://tempsend.com/6D745B7B07/703
One more thing I'm using bosh-lite. On Tue, Jun 9, 2015 at 6:43 PM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > I don't own the source, but here is the jar file > http://tempsend.com/6D745B7B07/703
|
By
Arbi Akhina
·
|
|
(No subject)
On Tue, Jun 9, 2015 at 12:43 PM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > I don't own the source, but here is the jar file > http://tempsend.com/6D745B7B07/7033/modules.jar > you can try to run
On Tue, Jun 9, 2015 at 12:43 PM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > I don't own the source, but here is the jar file > http://tempsend.com/6D745B7B07/7033/modules.jar > you can try to run
|
By
Daniel Mikusa
·
|
|
(No subject)
no I meant the source is for the company I work for, not my personal project. On Tue, Jun 9, 2015 at 6:58 PM, Daniel Mikusa <dmikusa(a)pivotal.io> wrote: > On Tue, Jun 9, 2015 at 12:43 PM, Arbi Akhina
no I meant the source is for the company I work for, not my personal project. On Tue, Jun 9, 2015 at 6:58 PM, Daniel Mikusa <dmikusa(a)pivotal.io> wrote: > On Tue, Jun 9, 2015 at 12:43 PM, Arbi Akhina
|
By
Arbi Akhina
·
|
|
UAA SAML2 Federation
5 messages
Good morning. Recently, we have successfully federated the UAA to an external identity provider via SAML2. However, we are only able to log in via cf login --sso, so that we can get a temporary code b
Good morning. Recently, we have successfully federated the UAA to an external identity provider via SAML2. However, we are only able to log in via cf login --sso, so that we can get a temporary code b
|
By
Pablo Alonso Rodriguez
·
|
|
CF most relevant metrics
2 messages
Good morning. Recently, we have started having a look at CF metrics to monitorize our instance and we would like to determine which are the most important ones to determine whether there is (or there
Good morning. Recently, we have started having a look at CF metrics to monitorize our instance and we would like to determine which are the most important ones to determine whether there is (or there
|
By
Pablo Alonso Rodriguez
·
|
|
how to set JSON format data in user provider env variable in cloudfoundry ??
2 messages
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"] } but
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"] } but
|
By
Lingesh Mouleeshwaran
·
|
|
CF CAB call on Wednesday, June 10th, 2015 @ 8a PDT
2 messages
Hi, all, It's been about a month since CF summit 2015 and two months since the last CAB call. Please make plan to join the call this Wednesday as we surely will have a jam pack update from all teams a
Hi, all, It's been about a month since CF summit 2015 and two months since the last CAB call. Please make plan to join the call this Wednesday as we surely will have a jam pack update from all teams a
|
By
Michael Maximilien
·
|
|
Issue with etcd since v211
2 messages
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 etcd_ctl.err
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 etcd_ctl.err
|
By
Scott Taggart
·
|
|
metron_agent.deployment
6 messages
Hi all, I've been trying to figure out an issue here while upgrading to 210 from 208. It seems that a requirement has been added to the deployment manifests for a "metron_agent.deployment" property bu
Hi all, I've been trying to figure out an issue here while upgrading to 210 from 208. It seems that a requirement has been added to the deployment manifests for a "metron_agent.deployment" property bu
|
By
Diego Lapiduz
·
|
|
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 records? What does that
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 records? What does that
|
By
Lukas Lehner
·
|
|
(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 informat
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 informat
|
By
Arbi Akhina
·
|
|
(No subject)
On Thu, Jun 11, 2015 at 10:31 AM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > 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!!! > In
On Thu, Jun 11, 2015 at 10:31 AM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > 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!!! > In
|
By
Daniel Mikusa
·
|
|
(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
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
|
By
Arbi Akhina
·
|
|
(No subject)
On Thu, Jun 11, 2015 at 11:37 AM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > I removed static assets as well as many classes that were not used, > I left classes related to jetty, javax (managment
On Thu, Jun 11, 2015 at 11:37 AM, Arbi Akhina <arbi.akhina(a)gmail.com> wrote: > I removed static assets as well as many classes that were not used, > I left classes related to jetty, javax (managment
|
By
Daniel Mikusa
·
|
|
HM9000 metrics
4 messages
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 https://github.com/cloudfoundry/
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 https://github.com/cloudfoundry/
|
By
Pablo Alonso Rodriguez
·
|
|
Staging error: no available stagers (status code: 400, error code: 170001)
10 messages
Resend the question. I deployed the cf into openstack successfully. However, I got failure when I tried to push my first php example. Starting app cf-php-demo in org system / space dev as admin... FAI
Resend the question. I deployed the cf into openstack successfully. However, I got failure when I tried to push my first php example. Starting app cf-php-demo in org system / space dev as admin... FAI
|
By
iamflying
·
|