cloudfoundry

How to setup mysql develper for PCF mySQL database to manage it

荒凉一梦 提交于 2019-12-24 18:55:39
问题 I am trying to understand PCF concepts and thinking that once i am done with creating mysql services in PCF, how i can manage that database like creating tables and maintaining that table just like we do in pur traditional environment using mySqldeveoper. I came across one service like PivotalMySQLWeb and tried but didnt liked it much. So if somehow i can get connection details of mysql service , i can use that to connect using sql developer. 回答1: The links @khalid mentioned are definitely

Remote Debugging in SAP Cloud Foundry

陌路散爱 提交于 2019-12-24 17:53:22
问题 I am wondering how to remote debug a S4SDK/Spring 2.0.6 Java Application deployed in SAP Cloud Foundry. I am using Eclipse (Spring Tool Suite) and started the app in Debug Mode. The application will be restarted with the following environment variable: -Dspring.devtools.remote.secret=secret -Xdebug -Xrunjdwp:server=y,transport=dt_socket,suspend=n,address=47822 The console output shows, that after startup an SSH tunnel has automatically been created successfully (as a prerequisite I have

Is there support for SSL/HTTPS and certificates on Iron Foundry?

北城余情 提交于 2019-12-24 16:22:42
问题 I've found a few articles about how to enable HTTPS on Cloud Foundry here. However these posts are quite old and the main problem is that I must decrypt HTTPS traffic before router (then re encrypt it) and before DEA with the help of nginx. That is not a very good solution because I need to explain why critical information travels unencrypted inside our system to the customer, and in general it seems unnecessary (maybe only to enable sticky session support, but currently I do not need this).

Can you use Thrift as a method of communication between apps in Cloud Foundry?

时光怂恿深爱的人放手 提交于 2019-12-24 15:50:47
问题 Does Cloud Foundry support Thrift for talking between apps? I can't find anything about this and it seems REST/HTTP or messaging are the preferred mechanisms for inter-app communication. Has anyone tried to offer a service using Thrift in CF? Is there any good reason why Thrift is not supported; or are there any plans to support it? I prefer Thrift to REST for cross-language communication because it's easy in Thrift to generate all the client-side classes used in the API calls. Plus it

JSDOM scraping on cloudfoundry doesn't work

青春壹個敷衍的年華 提交于 2019-12-24 12:49:27
问题 I'm using the jsdom node.js module for an app that does some web scraping to get some data it needs. This works perfectly fine when I run locally. When I push the application to cloudfoundry however, it crashes. The log is as follows: ====> /logs/stderr.log <==== /var/vcap/data/dea/apps/caretogethersandbox-0-8b20af9255bbf552d0f490cb60d0df55/app/node_modules/jsdom/lib/jsdom.js:171 features = JSON.parse(JSON.stringify(window.document.implementation._fea ^TypeError: Cannot read property

error installing caldecott

此生再无相见时 提交于 2019-12-24 07:03:58
问题 recently i made web application and want to atatch my database with it ..though i followed steps of doing it but still i am getting error ..i dont know where's problem i did in steps .. please let me know where i am wrong please help me where i am wrong or what i skipped .. thankyou.. 回答1: I had problems install caldecott , i got the ERROR: Error installing caldecott: ERROR: Failed to build gem native extension. "C:/Program Files/ruby-1.9.2/bin/ruby.exe" extconf.rb *** extconf.rb failed ***

Static buildpack deploy now failing due to unsupported stack

南笙酒味 提交于 2019-12-24 03:17:12
问题 I'm trying to deploy an update to a simple HTML application using static files. Using the static buildpack, I've previously deployed the application with no issues. Pushing an application update, the command fails with the following message: ----> Downloaded app package (4.0K) Cloning into '/tmp/buildpacks/staticfile-buildpack'... Submodule 'compile-extensions' (https://github.com/cloudfoundry-incubator/compile-extensions.git) registered for path 'compile-extensions' FAILED Server error,

Cloudfoundry : How to combine two runtimes

坚强是说给别人听的谎言 提交于 2019-12-24 02:27:15
问题 Is there a way in cloundfoundry to combine two runtime environments? I am deploying a NodeJS app to IBM Bluemix. Now, i also want to be able to execute a standalone jar file but the app fails APP/0/bin/sh: 1: java: not found which i guess makes sense as the app was deployed with a Nodejs SDK runtime. I tried to look at some resources https://docs.cloudfoundry.org/adminguide/buildpacks.html and https://developer.ibm.com/answers/questions/16115/use-multiple-buildpacks-on-your-app.html but I

How to serve user-uploaded files on Swisscom Application Cloud?

痞子三分冷 提交于 2019-12-23 22:52:06
问题 As applications shouldn't write files to the local file system it makes sense to store user-uploaded files in the Dynamic Storage provided by Swisscom. The Dynamic Storage service is similar to Amazon S3 where you would usually make the bucket with the user-uploaded files publicly readable with a bucket policy. However how would I serve user-uploaded files from the Dynamic Storage as the "Put Bucket policy" is an unsupported operation? 回答1: You are correct, dynamic storage of Swisscom does

User provided service in cloud foundry

做~自己de王妃 提交于 2019-12-23 19:19:09
问题 I read cloud foundry docs about user provided service but not sure that I got it and how really to use it. > 1. my question is what is the use case for it? (I understand that the service is not available in the market place...) > 2.when it recommended to use it and when not ? > > 3. There is some real world example for it which I can use to create, I mean some E2E guide ? 回答1: my question is what is the use case for it? It's basically a catch-all. It's meant to handle anything that's not