|
(No subject)
And so you'd want to set `command` to `sleep 2 &&
And so you'd want to set `command` to `sleep 2 &&
|
By
Daniel Mikusa
·
#373
·
|
|
(No subject)
Here is the content of *detected_start_command*:
$ CF_TRACE=true cf app modules | grep "detected_start_command"
Here is the content of *detected_start_command*:
$ CF_TRACE=true cf app modules | grep "detected_start_command"
|
By
Arbi Akhina
·
#372
·
|
|
Re: UAA SAML2 Federation
Ok. I see.
Then, would it be possible to request a temporary access code to the UAA by
means of a REST API or another more programmatic way?
What I would like to avoid is our users having to
Ok. I see.
Then, would it be possible to request a temporary access code to the UAA by
means of a REST API or another more programmatic way?
What I would like to avoid is our users having to
|
By
Pablo Alonso Rodriguez <palonsoro@...>
·
#371
·
|
|
(No subject)
As long as the path attribute in your manifest is set correctly (i.e.
pointing to your JAR/WAR file), I wouldn't worry about this. You're
probably seeing slight differences in the count / size of
As long as the path attribute in your manifest is set correctly (i.e.
pointing to your JAR/WAR file), I wouldn't worry about this. You're
probably seeing slight differences in the count / size of
|
By
Daniel Mikusa
·
#370
·
|
|
(No subject)
I'm pushing the app from the directory that contain both my manifest.yml
and modules.jar
Here is the size on disk of the extracted jar :
$ du -hs
I'm pushing the app from the directory that contain both my manifest.yml
and modules.jar
Here is the size on disk of the extracted jar :
$ du -hs
|
By
Arbi Akhina
·
#369
·
|
|
Re: UAA SAML2 Federation
wrote:
I don't think so, I think that's a limitation of SAML. Check out this
thread for some more info on
wrote:
I don't think so, I think that's a limitation of SAML. Check out this
thread for some more info on
|
By
Daniel Mikusa
·
#368
·
|
|
(No subject)
Did you set the `path` attribute correctly? It should be the relative path
to your JAR or WAR file.
Also, how many files are in your JAR? Does that match the number listed
here? What if you
Did you set the `path` attribute correctly? It should be the relative path
to your JAR or WAR file.
Also, how many files are in your JAR? Does that match the number listed
here? What if you
|
By
Daniel Mikusa
·
#367
·
|
|
(No subject)
The Java build pack does not put Java on the path, which is what you're
seeing in the error below. I will usually run `CF_TRACE=true cf app
<app-name> | grep "detected_start_command"` which shows the
The Java build pack does not put Java on the path, which is what you're
seeing in the error below. I will usually run `CF_TRACE=true cf app
<app-name> | grep "detected_start_command"` which shows the
|
By
Daniel Mikusa
·
#366
·
|
|
(No subject)
FYI the jar is 155M but when pushing I see Téléchargement de 299M, 98585
fichiers
FYI the jar is 155M but when pushing I see Téléchargement de 299M, 98585
fichiers
|
By
Arbi Akhina
·
#365
·
|
|
(No subject)
Hi, thanks for the hint, I tried to add to the manifest the following entry:
command: sleep 2 && java -jar modules.jar
but it looks like it's not appropriate as I see in the
Hi, thanks for the hint, I tried to add to the manifest the following entry:
command: sleep 2 && java -jar modules.jar
but it looks like it's not appropriate as I see in the
|
By
Arbi Akhina
·
#364
·
|
|
UAA SAML2 Federation
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
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
|
By
Pablo Alonso Rodriguez <palonsoro@...>
·
#363
·
|
|
CF CAB call on Wednesday, June 10th, 2015 @ 8a PDT
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
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
|
By
Michael Maximilien
·
#362
·
|
|
Re: Adding second domain to API endpoint
guillaume, you're right. the CNAME approach won't work if the host header
doesn't match the route advertised from the CCs.
--
Thank you,
James Bayer
guillaume, you're right. the CNAME approach won't work if the host header
doesn't match the route advertised from the CCs.
--
Thank you,
James Bayer
|
By
James Bayer
·
#361
·
|
|
Re: Adding second domain to API endpoint
James, would'nt a second domain (even if resolving to the same IP than the
primary domain, thanks to a CNAME), still be mentionned in http requests in
their original "Host:", header and would
James, would'nt a second domain (even if resolving to the same IP than the
primary domain, thanks to a CNAME), still be mentionned in http requests in
their original "Host:", header and would
|
By
Guillaume Berche
·
#360
·
|
|
Announcing cf-mysql-release v20
Hi There!
On behalf of the CF Core Services team I am pleased to announce v20 of
cf-mysql-release <https://github.com/cloudfoundry/cf-mysql-release>.
--
cf-mysql-release
Hi There!
On behalf of the CF Core Services team I am pleased to announce v20 of
cf-mysql-release <https://github.com/cloudfoundry/cf-mysql-release>.
--
cf-mysql-release
|
By
Marco Nicosia
·
#359
·
|
|
(No subject)
There's a known issue that occurs when an app starts and fails in rapid
succession and results in the log entries being missed. If you add a
couple second pause into the app, it will give the system
There's a known issue that occurs when an app starts and fails in rapid
succession and results in the log entries being missed. If you add a
couple second pause into the app, it will give the system
|
By
Daniel Mikusa
·
#358
·
|
|
(No subject)
I'm trying to push an executable JAR to a bosh-lite instance, on the logs I
see CF trying many times to restart the app and eventually fail.
I can't find out why the app crashes as there is no app
I'm trying to push an executable JAR to a bosh-lite instance, on the logs I
see CF trying many times to restart the app and eventually fail.
I can't find out why the app crashes as there is no app
|
By
Arbi Akhina
·
#357
·
|
|
Re: What ports will be needed to support hm and loggregator
Loggregator listens for the "old"[1], loggregator message format on 3456,
and the newer dropsonde messages on 3457. We're actively working to mark
the old loggregatorlib as deprecated.
"Do you know
Loggregator listens for the "old"[1], loggregator message format on 3456,
and the newer dropsonde messages on 3457. We're actively working to mark
the old loggregatorlib as deprecated.
"Do you know
|
By
Erik Jasiak <ejasiak@...>
·
#356
·
|
|
R: Re: Log connections from security groups - bosh lite
Hello, I post some more info:
Kernel logging is enabled because inside the DEA, i can see:
cat /etc/rsyslog.conf
[...]
$IncludeConfig /etc/rsyslog.d/*.conf
cat
Hello, I post some more info:
Kernel logging is enabled because inside the DEA, i can see:
cat /etc/rsyslog.conf
[...]
$IncludeConfig /etc/rsyslog.d/*.conf
cat
|
By
Michael Grifalconi <michael.grifalconi@...>
·
#355
·
|
|
Is there any officail Chinese docs?
I can't open the Chinese doc website http://cndocs.cloudfoundry.com.Is this website closed?Is there any other substitute?
I can't open the Chinese doc website http://cndocs.cloudfoundry.com.Is this website closed?Is there any other substitute?
|
By
tan_bw@...
·
#354
·
|