Error dialing loggregator server: unexpected EOF
ramonskie
i just created a new cloudfoundry deployment for testing purposes
and i can push a application but the the following error Warning: error tailing logs Error dialing loggregator server: unexpected EOF. Please ask your Cloud Foundry Operator to check the platform configuration (loggregator endpoint is wss://loggregator.cf.dev.eden.klm.com:4443). cf logs trace http://pastebin.com/KkpAJ8x0 doppler/loggeragor logs http://pastebin.com/c8giCvua deployment manifest http://pastebin.com/XQMfWqDJ can maby someone point me in the right direction? i think im missing something |
|
How to upgrade ruby version in application container to 2.2.0
Sam Dai
I deployed a java application app1 to diego, then I ssh to the application
container using command " cf ssh app1", when I execute command "ruby -v" in this application container, the value is shown as below: ruby 1.9.3p547 (2014-05-14 revision 45962) [x86_64-linux] Because I also have some ruby script in my java application app1 and want to use ruby 2.2.0, want to know how to upgrade ruby version in application container to 2.2.0? In my machine, the CF version is V227, Diego version is v.0.1445.0. Bosh stemcell is bosh-stemcell-3147-warden-boshlite-ubuntu-trusty-go_agent.tgz Thanks, Sam |
|
[abacus] Changing the slack window
dmangin <dmangin@...>
We came across a certain situation when deploy abacus where we initially
deployed it with a SLACK window of 45D so we could resubmit previous data to it again. We want to change the SLACK to a smaller number, such as 5D? Would abacus be able to handle this change in the SLACK window, or would that screw up how it's handling the aggregation/accumulation? Alternatively, what would happen is we INCREASED the slack window? An example being from 5D to 45D? Would abacus be able to handle this as well? Regards, Daniel Mangin -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-abacus-Changing-the-slack-window-tp3744.html Sent from the CF Dev mailing list archive at Nabble.com. |
|
Request for feedback: UAA Revocable Token Proposal
Sree Tummidi
Hi All,
Its 2016 and we have finally decided to make token persistence & revocation a reality in UAA !! Over the past year, I have had multiple conversations with foundation members and customers alike and am increasingly seeing the need for token persistence and on-demand token revocation. The core use-case in the Cloud Foundry context is to make Cloud Controller API access more secured and streamlined when dealing with automated & long lived access scenarios. This will be achieved with a user being able to generate an opaque token with the relevant scopes after performing authentication with the Identity Provider (Internal or SAML/LDAP) and have them be revocable on demand. The detailed feature spec can be found here <https://docs.google.com/document/d/1tWg5aNGyvibofavHNim6NJvhfcsNt2e1StrVfURI_Ww/edit?usp=sharing>. We will remain fully backwards compatible and continue to support JWT tokens. We would like to start work on this feature towards the *end of February* and look forward to your valuable feedback. Happy Reviewing !! Thanks, Sree Tummidi Sr. Product Manager Identity - Pivotal Cloud Foundry |
|
Re: AUFS bug in Linux kernel
Will Pragnell <wpragnell@...>
Hi All,
Good news: stemcell 3192 fixes this issue as well as including patches for the aforementioned CVEs. I'd recommend everyone update their deployments to use this stemcell. Thanks, Will On 2 February 2016 at 09:15, Simon Johansson <simon(a)simonjohansson.com> wrote: Looks like we need to wait until the 20th for this to be shipped. |
|
Re: Is there a way to download an existing buildpack from cloudfoundry?
Daniel Mikusa
Search the archives. This has come up on this list at least once before.
Try searching for "download buildpack". Dan On Thu, Feb 11, 2016 at 6:27 AM, Rafal Radecki <radecki.rafal(a)gmail.com> wrote: Hi. |
|
Re: EMM Users : MobileIron Landesk MobileIron Citrix
Suzanne White <suzanne.white@...>
Hi,
I am following up on my previous email (mentioned below) Please let me know the best time for you to get on a call and accordingly we can take the discussion further. Look forward to your response. Regards, Suzanne White Demand Generation Specialist From: Suzanne White [mailto:suzanne.white(a)tadeshowexhibit.com] Sent: Monday, February 01, 2016 3:57 PM To: 'cf-dev(a)lists.cloudfoundry.org' Subject: EMM Users : MobileIron Landesk MobileIron Citrix Hi, Would you be interested in acquiring the list of Enterprise Mobility Management(EMM) users? Some of the list we can provide: . AirWatch By VMware . MobileIron . IBM . Citrix . Good Technology . BlackBerry . Landesk . Sophos . Soti Geographical Regions: USA, UK, Rest of Europe, Asia & Australia. Note: We can provide you email list across Any Industry/ Revenue size/ Emp. Size/Geography/ Technology Type We can schedule a call sometime (as per your availability) to discuss on how we can help you with your marketing initiatives? Please let me know and I will send across a calendar invite with the dial-in details. Regards, Suzanne White Demand Generation Specialist List acquisition I Tracked Email campaign I Email/Data Appending I Search Engine Optimization I Custom Built List I Tele Marketing I Multi Channel Marketing I Web-site Designing I CRM I Application Development I Lead Nurturing If you don't want to include yourself in our mailing list, please reply back "No thanks" in a subject line P please consider the environment and don't print this e-mail unless you really need to |
|
Re: Is there a way to download an existing buildpack from cloudfoundry?
Gwenn Etourneau
HI,
All buildpacks are opensource, https://github.com/cloudfoundry/python-buildpack xxx is the github tag. Thanks On Thu, Feb 11, 2016 at 8:27 PM, Rafal Radecki <radecki.rafal(a)gmail.com> wrote: Hi. |
|
Is there a way to download an existing buildpack from cloudfoundry?
Rafal Radecki
Hi.
I would like to get buildpack code for a buildpack which is currently in "cf buildpacks" list. I tried: - list of buildpacks -> cf curl /v2/buildpacks - details about my buildpack -> cf curl /v2/buildpacks/03ab7576-a181-4c46-9a0a-c4d61d262c2e In the second case I got: { "metadata": { "guid": "03ab7576-a181-4c46-9a0a-c4d61d262c2e", "url": "/v2/buildpacks/03ab7576-a181-4c46-9a0a-c4d61d262c2e", "created_at": "2015-07-23T16:04:13Z", "updated_at": "2015-07-23T17:25:46Z" }, "entity": { "name": "python-apt-xxx", "position": 9, "enabled": true, "locked": false, "filename": "python_buildpack-xxx.zip" } } Is there a way to get mentioned python_buildpack-xxx.zip? BR, Rafal. |
|
Re: Tool To analyse memory on cf ||Application crashing on cloud foundry with java.lang.OutOfMemoryError: Metaspace
Gwenn Etourneau
OpsMetrics is a pivotal product for PCF. I don't think It's intend to be
toggle quoted message
Show quoted text
use outside of PCF. Of course you can use new relic but it depends on which runtime, seems you are using Java Buildpack the documentation is here https://github.com/cloudfoundry/java-buildpack/blob/master/docs/framework-new_relic_agent.md https://www.cloudfoundry.org/monitoring-cloud-foundry-applications-with-new-relic/ If you use, Diego you can get a lot of metrics through the firehose (ContainerMetrics) there is plenty of solution to listen to the firehose. You can use https://github.com/logsearch/logsearch-for-cloudfoundry which is a fully ELK stack and OSS. On Wed, Feb 10, 2016 at 2:58 PM, Kayode Odeyemi <dreyemi(a)gmail.com> wrote:
Mohit, |
|
Page not found while accessing cloud foundry admin ui from browser
V Kumar
My admin ui is running as bosh vm and have opened a route in haproxy. I am trying to access https://myappexample.com/adminui from browser. I am getting** page not found error** in browser.
I tried curl command curl https://myappexample.com/adminui curl -vvv -k https://myappexample.com/adminui * Hostname was NOT found in DNS cache * Trying 135.107.34.123... * Connected to myappexample.com (135.107.34.123) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS handshake, Server key exchange (12): * SSLv3, TLS handshake, Server finished (14): * SSLv3, TLS handshake, Client key exchange (16): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using ECDHE-RSA-AES256-GCM-SHA384 * Server certificate: * subject: C=US; ST=California; L=Sanfrancisco Bay Area; O=Anonymous; OU=Anonymous; CN=myfall-ubuntu-ds.com; emailAddress=Anonymous * start date: 2015-10-22 21:15:06 GMT * expire date: 2016-10-21 21:15:06 GMT * issuer: C=US; ST=California; L=Sanfrancisco Bay Area; O=Anonymous; OU=Anonymous; CN=myfall-ubuntu-ds.com; emailAddress=Anonymous * SSL certificate verify result: self signed certificate (18), continuing anyway. GET /adminui HTTP/1.1< HTTP/1.1 404 Not Found < Content-Length: 14 < Content-Type: text/html;charset=utf-8 < Date: Wed, 10 Feb 2016 13:47:04 GMT * Server WEBrick/1.3.1 (Ruby/1.9.3/2013-06-27) OpenSSL/1.0.1f is not blacklisted < Server: WEBrick/1.3.1 (Ruby/1.9.3/2013-06-27) OpenSSL/1.0.1f < Set-Cookie: rack.session=BAh7CEkiD3Nlc3Npb25faWQGOgZFRiJFYzYxOTRhN2VkMjkwMDgzZmY5NmQz%0AMGQzNDkxNDIxNTBhNTMxMmM0ZDE0OTk5YTMxMjRiZWY2MGExNzBhN2I3OUki%0ACWNzcmYGOwBGIiU3ZDlkN2VkMjY5Y2U0ZmUyNDJiNTRjODY4MDQ1OWRjZEki%0ADXRyYWNraW5nBjsARnsHSSIUSFRUUF9VU0VSX0FHRU5UBjsARiItZWYxOGFl%0AZDI4NGFiNzVlNzBhMDFiMjJlMzFiOTBlN2JhNDQ3MGM3NkkiGUhUVFBfQUND%0ARVBUX0xBTkdVQUdFBjsARiItZGEzOWEzZWU1ZTZiNGIwZDMyNTViZmVmOTU2%0AMDE4OTBhZmQ4MDcwOQ%3D%3D%0A--5b3c97fc3a3f250671f5e9e2ee7ad323844ba65e; path=/; HttpOnly < X-Cf-Requestid: 51e8f91e-f190-4731-6f5e-c370e2546c36 < X-Content-Type-Options: nosniff < X-Frame-Options: SAMEORIGIN < X-Xss-Protection: 1; mode=block < * Connection #0 to host myappexample.com left intact when I use private url i am getting 303 curl admin.devtest3.io curl -vvv -k http://api.devtest3.io * Rebuilt URL to: http://api.devtest3.io/ * Hostname was NOT found in DNS cache * Trying 10.20.0.25... * Connected to api.devtest3.io (10.20.0.25) port 80 (#0) GET / HTTP/1.1< HTTP/1.1 404 Not Found < Content-Length: 86 < Content-Type: application/json;charset=utf-8 < Date: Wed, 10 Feb 2016 13:46:15 GMT * Server nginx is not blacklisted < Server: nginx < X-Cascade: pass < X-Cf-Requestid: 5d3b6034-6044-42d2-401a-5c330d735d00 < X-Content-Type-Options: nosniff < X-Vcap-Request-Id: cebf122d-678d-4e24-7ad5-8c7db0068b16::cf1f1b90-5eb6-4586-b0aa-7fd8a05e04a7 < { "code": 10000, "description": "Unknown request", "error_code": "CF-NotFound" * Connection #0 to host api.devtest3.io left intact haproxy.config `frontend http-in acl adminui path_beg /adminui frontend https-in acl adminui path_beg /adminui backend bk_adminui mode http http-request set-header Host admin.devtest3.io reqirep ^([^\ :]*)\ /(.*)$ \1\ /\2 balance roundrobin server node0 0.router.ccc-bosh-net.cf-devtest3.microbosh:80 check inter 1000 server node1 1.router.ccc-bosh-net.cf-devtest3.microbosh:80 check inter 1000` I ran bosh run errand register_admin_ui successfully. Reference https://github.com/cloudfoundry-community/admin-ui-boshrelease |
|
Re: apps logs
Siva Balan <mailsiva@...>
If you are trying to get the actual JWT token of your current UAA instance
targeted by UAAC, you can try: $uaac context On Wed, Feb 10, 2016 at 6:10 AM, Corentin Dupont < corentin.dupont(a)create-net.org> wrote: Still struggling... -- http://www.twitter.com/sivabalans |
|
Future of CAB calls - short survey
Michael Maximilien
Hi, all,
Based on recent low attendance and engagement, it's time we perhaps tweak the call. After briefly discussing with Colin, Chip, Sam, Chris, Stormy, and a few others, here is a short anonymous survey (5 minutes max) that I'd encourage you to take to help shape the future of the CAB call. https://goo.gl/83F726 I'll leave this open for one week. I'll send a reminder end of this week with an idea of how many responses we have and again next week before closing it on Wednesday 17th @ midnight. I'll share the results soon after and hopefully we can use the feedback to improve where we go from here. All the best, dr.max ibm cloud labs sillicon valley, ca Sent from my iPhone |
|
Re: apps logs
Warren Fernandes
You can obtain the "Authorization: bearer" token using the cf cli.
cf login cf oauth-token |
|
apps logs
Corentin Dupont <corentin.dupont@...>
Still struggling...
toggle quoted message
Show quoted text
I have already an account with CF, so I tried: $ uaac token client get Client ID: admin Client secret: ************ Successfully fetched token via client credentials grant. Target: http://uaa.172.16.0.191.xip.io Context: admin, from client admin Then: $ uaac token decode Note: no key given to validate token signature jti: 908139b9-28be-4490-9ffd-a0e6b2f1XXXX sub: admin authorities: password.write scim.write clients.write clients.read scim.read uaa.admin clients.secret scope: scim.read uaa.admin password.write scim.write clients.write clients.read clients.secret client_id: admin cid: admin azp: admin grant_type: client_credentials rev_sig: 78635a00 iat: 1455113000 exp: 1455156200 iss: https://uaa.172.16.0.191.xip.io/oauth/token zid: uaa aud: admin scim uaa password clients There is nothing looking like the "Authorization: bearer" code from the cURL command below... Should I use the "jti" field? Thanks a lot Hristo!! Corentin On Wed, Feb 10, 2016 at 12:38 AM, Hristo Iliev <hsiliev(a)gmail.com> wrote:
You should create a client with the proper permissions/authorities. For --
Corentin Dupont Researcher @ Create-Netwww.corentindupont.info |
|
Re: app auto-scaling in OSS CF contribution
Koper, Dies <diesk@...>
Hi Darren,
toggle quoted message
Show quoted text
We had put it on hold when we thought someone was going to open source a solution that matched our proposal in functionality. Apologies to everyone who responded at the time and have been waiting for an update! We still see a need for this in CF and have recently decided to restart it. I'm still working on assigning resources but fingers crossed we'll be progressing soon. Cheers, Dies Koper diesk(a)fast.au.fujitsu.com -----Original Message-----
From: Darren Ratcliffe [mailto:dratcliffe17(a)googlemail.com] Sent: Wednesday, February 10, 2016 1:00 AM To: cf-dev(a)lists.cloudfoundry.org Subject: [cf-dev] Re: app auto-scaling in OSS CF contribution Hi Dies, Have your thoughts on this moved on any since you posted this. We would be really interested to see this in the OSS release Thanks Darren |
|
Re: Deploying Diego to BOSH-Lite
Eric Malm <emalm@...>
Hi, Nanduni,
The diego-release README does recommend deploying the runtime-passed branch of cf-release alongside the master branch of diego-release. Although the two are typically compatible, development instability can sometimes cause that not to be the case. That's unfortunately true right now because of recent changes to certain cf-release property names that need to flow into the Diego deployment manifest. If you're only looking for releases of CF and Diego to deploy to BOSH-Lite in order to try pushing some apps, you may be more interested in deploying the latest stable CF release and an associated compatible Diego release. At the moment, that's CF v230, and you can find the Diego release version and other related releases listed at the end of the CF v230 release notes: https://github.com/cloudfoundry/cf-release/releases/tag/v230 To use these versions, check out cf-release and diego-release to the appropriate version tags, and make sure the submodules are up-to-date. This corresponds to slightly revised instructions for steps 3 and 4 in the diego-release README: cd ~/workspace/cf-release git checkout v230 ./scripts/update cd ~/workspace/diego-release git checkout v0.1450.0 ./scripts/update With the release repositories at those versions, you should then be able to proceed with the README instructions to generate the deployment manifests, create and upload the releases, and deploy CF and Diego. Hope that helps! If you need further assistance, please let us know here, or join us on the Cloud Foundry Slack channels at https://slack.cloudfoundry.org/. Best, Eric, CF Runtime Diego PM On Wed, Feb 10, 2016 at 1:36 AM, Nanduni Nimalsiri <nandunibw(a)gmail.com> wrote: Hi all, |
|
Re: Deploying Diego to BOSH-Lite
Nanduni Nimalsiri
Hi all,
Sorry for troubling again. I generated the CF manifests successfully. But I am getting errors while generating the Diego manifests. I gives me the following error. nanduni(a)nanduni-TECRA-M11:~/workspace/diego-release$ ./scripts/generate-bosh-lite-manifests ~/workspace/diego-release ~/workspace/diego-release 2016/02/10 14:54:28 error generating manifest: unresolved nodes: (( merge )) in ././scripts/../manifest-generation/config-from-cf-internal.yml properties.metron_agent.tls_client.cert (properties.metron_agent.tls_client.cert) (( merge )) in ././scripts/../manifest-generation/config-from-cf-internal.yml properties.metron_agent.tls_client.key (properties.metron_agent.tls_client.key) (( merge )) in ././scripts/../manifest-generation/config-from-cf-internal.yml properties.loggregator.tls.ca (properties.loggregator.tls.ca) (( properties.metron_agent.tls_client.cert )) in dynaml config_from_cf.metron_agent.tls_client.cert () (( properties.metron_agent.tls_client.key )) in dynaml config_from_cf.metron_agent.tls_client.key () (( properties.loggregator.tls.ca )) in dynaml config_from_cf.loggregator.tls.ca () How can I get over this? Any help is highly appreciated. Best regards, Nanduni. |
|
Re: Issue in deploying Docker images on Cloud Foundry via Diego
Nanduni Nimalsiri
Hi Daniel,
I got this issue solved. The cause had been setting the path incorrectly. Thank you very much. Looking forward for more help in upcoming issues. Best Regards, Nanduni |
|
Re: Application failed to stage with Error: 'No such file or directory [STG/0] ERR /usr/bin/env: ruby'
Amit Kumar Gupta
Since the code in those executables is meant to be ruby, you'll need the
appropriate shebang line, like this: https://github.com/cloudfoundry/ruby-buildpack/blob/45b22922827c02e6b7af0650cf1b02600455d3cd/bin/compile#L1 Does yours look different? It doesn't matter that it's a java buildpack, even the standard java buildpack uses ruby for those scripts: https://github.com/cloudfoundry/java-buildpack/blob/master/bin/compile#L1 The compilation takes place in CF (inside a container running in one of the CF nodes). It is looking for ruby in the compilation container. The root filesystem for the compilation containers probably defaults to cflinuxfs2 in your CF installation: https://github.com/cloudfoundry/stacks/tree/master/cflinuxfs2 This root FS has ruby in it (that's how the standard buildpacks work), you can even see that ruby is installed in the Dockerfile script used to build this root FS image. On Tue, Feb 9, 2016 at 11:11 PM, nitin padalia <padalia.nitin(a)gmail.com> wrote: Its a java buildpack, but detect, compile and release are written in ruby. |
|