|
Re: I need to use mysql as the database. How can I deploy mysql in to PCF? How can I find the mysql docker image
I think I can get the docker image of mysql and push it in to the pcf. How can I run a mysql script against PCF deployed mysql?
I think I can get the docker image of mysql and push it in to the pcf. How can I run a mysql script against PCF deployed mysql?
|
By
Ushani Balasooriya
·
#7248
·
|
|
I need to use mysql as the database. How can I deploy mysql in to PCF? How can I find the mysql docker image
How can I deploy mysql in to PCF? How can I find the mysql docker image. How can I know the available docker images in pcfdev environment by default. such as tomcat, mysql. eureka, etc
How can I deploy mysql in to PCF? How can I find the mysql docker image. How can I know the available docker images in pcfdev environment by default. such as tomcat, mysql. eureka, etc
|
By
Ushani Balasooriya
·
#7247
·
|
|
CF CAB call for September 2017 is next Wednesday, Sept 20th @ 8a PDT [15:00 UTC]
Hi, all,
Quick reminder of the CAB call for September is next Wednesday, Sept 20th @ 8a PDT. All info in link [1].
Remember, no more status update but rather discussions, so come ready with your
Hi, all,
Quick reminder of the CAB call for September is next Wednesday, Sept 20th @ 8a PDT. All info in link [1].
Remember, no more status update but rather discussions, so come ready with your
|
By
Michael Maximilien
·
#7246
·
|
|
Re: [abacus] Abacus v1.0.0 available
Correct. Thanks for sending details Hristo. Of course, README should have
all details ;)
With risk of sounding like an ad, I can confirm that on Bluemix, due to the
shear amount of data we process we
Correct. Thanks for sending details Hristo. Of course, README should have
all details ;)
With risk of sounding like an ad, I can confirm that on Bluemix, due to the
shear amount of data we process we
|
By
Michael Maximilien
·
#7245
·
|
|
Re: Recommendations for Service parameters
Thank you, this looks like exactly what I was looking for.
Regards,
Ani
wrote:
--
-Ani
Thank you, this looks like exactly what I was looking for.
Regards,
Ani
wrote:
--
-Ani
|
By
Aniruddha Kulkarni
·
#7244
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Hi Ushani,
Please try the following:
1) Once your application is deployed, execute:
a) cf create-route pcfdev-space tcp.local.pcfdev.io --random-port
Creating route tcp.local.pcfdev.io for org
Hi Ushani,
Please try the following:
1) Once your application is deployed, execute:
a) cf create-route pcfdev-space tcp.local.pcfdev.io --random-port
Creating route tcp.local.pcfdev.io for org
|
By
Lucas Reginato
·
#7243
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Hi Ronak,
Im trying to deploy WSO2 IS docker image on PCF.
https://github.com/wso2/docker-is/tree/release-5.3.0/dockerfile
Hi Ronak,
Im trying to deploy WSO2 IS docker image on PCF.
https://github.com/wso2/docker-is/tree/release-5.3.0/dockerfile
|
By
Ushani Balasooriya
·
#7240
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Log without /carbon
2017-09-13T14:59:23.865+05:30 [RTR/0] [OUT] is530.local.pcfdev.io - [2017-09-13T09:29:23.864+0000] "GET / HTTP/1.1" 502 0 67 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0)
Log without /carbon
2017-09-13T14:59:23.865+05:30 [RTR/0] [OUT] is530.local.pcfdev.io - [2017-09-13T09:29:23.864+0000] "GET / HTTP/1.1" 502 0 67 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0)
|
By
Ushani Balasooriya
·
#7241
·
|
|
Re: How to start my app in http and https ports?
Thanks Daniel
By
Ushani Balasooriya
·
#7242
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Ushani , if you have a git repo for your code and can share, it would be
very easy to debug.
ᐧ
wrote:
Ushani , if you have a git repo for your code and can share, it would be
very easy to debug.
ᐧ
wrote:
|
By
Ronak Banka
·
#7239
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Hi Ronak,
That is a context path of my application. But meantime I also just tried without the "/carbon" and just only with "/". But still no luck.
Hi Ronak,
That is a context path of my application. But meantime I also just tried without the "/carbon" and just only with "/". But still no luck.
|
By
Ushani Balasooriya
·
#7238
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Hi Lucas,
Thanks can you guide me how to enable tcp route to the app? I tried below and it failed.
sudo cf map-route is5.3.0 local.pcfdev.io --port 5000
Creating route local.pcfdev.io:5000 for org
Hi Lucas,
Thanks can you guide me how to enable tcp route to the app? I tried below and it failed.
sudo cf map-route is5.3.0 local.pcfdev.io --port 5000
Creating route local.pcfdev.io:5000 for org
|
By
Ushani Balasooriya
·
#7237
·
|
|
Re: [abacus] Abacus v1.0.0 available
To try Abacus out you can simply run it locally with the in-memory PouchDB:
npm run build
npm start
npm run demo
npm stop
We use a limited set of DB operations to support CouchDB 1 & 2 and MongoDB
2
To try Abacus out you can simply run it locally with the in-memory PouchDB:
npm run build
npm start
npm run demo
npm stop
We use a limited set of DB operations to support CouchDB 1 & 2 and MongoDB
2
|
By
Hristo Iliev
·
#7236
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Hi Ushani,
From logs what I can see is that application is trying to access "/carbon"
route instead of "/", which is https://is530.local.pcfdev.io/carbon
how are the application routes configured?
Hi Ushani,
From logs what I can see is that application is trying to access "/carbon"
route instead of "/", which is https://is530.local.pcfdev.io/carbon
how are the application routes configured?
|
By
Ronak Banka
·
#7235
·
|
|
Re: I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
Hi Ushani,
I have the same experience, and this is what I found:
1) If your application uses HTTP, everything works just fine.
You will access the HTTPS endpoint (provided by the Load Balancer) and
Hi Ushani,
I have the same experience, and this is what I found:
1) If your application uses HTTP, everything works just fine.
You will access the HTTPS endpoint (provided by the Load Balancer) and
|
By
Lucas Reginato
·
#7234
·
|
|
I keep on getting 502 Bad Gateway: Registered endpoint failed to handle the request.
I started to access http and https bpth. But it gives me the below error when I browse the app.
I have installed PCF dev in my local machine.
This is my route:
I started to access http and https bpth. But it gives me the below error when I browse the app.
I have installed PCF dev in my local machine.
This is my route:
|
By
Ushani Balasooriya
·
#7233
·
|
|
Website Solution
Hi There,
This is *Amily**,* I’m an (Online Marketing Executive) We are an India base
IT company.
We have a good creative team to design & develop a eye catching website for
your
Hi There,
This is *Amily**,* I’m an (Online Marketing Executive) We are an India base
IT company.
We have a good creative team to design & develop a eye catching website for
your
|
By
amily sen <amily.sen@...>
·
#7257
·
|
|
Re: [abacus] Abacus v1.0.0 available
Great! I haven't attempted to use Abacus yet. Is there a
recommended/preferred Mongo or Couch bosh release to use with abacus?
Mike
Great! I haven't attempted to use Abacus yet. Is there a
recommended/preferred Mongo or Couch bosh release to use with abacus?
Mike
|
By
Mike Youngstrom <youngm@...>
·
#7232
·
|
|
Re: [abacus] Abacus v1.0.0 available
Congrats team!
________________________________
Sent: Wednesday, September 13, 2017 3:39:34 AM
To: Discussions about Cloud Foundry projects and the system overall.
Subject: [cf-dev] Re: Re: [abacus]
Congrats team!
________________________________
Sent: Wednesday, September 13, 2017 3:39:34 AM
To: Discussions about Cloud Foundry projects and the system overall.
Subject: [cf-dev] Re: Re: [abacus]
|
By
Dr Nic Williams <drnicwilliams@...>
·
#7231
·
|
|
Re: [abacus] Abacus v1.0.0 available
+1
Let me add to this and emphasize the terrific job Hristo and the team at
SAP have been doing to help take CF-Abacus to the next level.
As Hristo mentioned there is a wiki* with ongoing list of
+1
Let me add to this and emphasize the terrific job Hristo and the team at
SAP have been doing to help take CF-Abacus to the next level.
As Hristo mentioned there is a wiki* with ongoing list of
|
By
Michael Maximilien
·
#7230
·
|