Questions tagged [cloudcontrol]

cloudControl was a European PaaS that supported Java, PHP, Python, Ruby and more via the open buildpacks API and easy integration of third party Cloud services via the add-on marketplace.

117 questions
1
vote
3 answers

How can I get Varnish to hit on requests of static files on Cloudcontrol?

I'm serving static files (images, javascript, css files) from a (hopefully) cookieless domain also mapped to my cloudcontrol deployment. Here are the request and reponse headers. I see no cookie header in the request, ETag and date check should…
Shannera
  • 13
  • 3
1
vote
1 answer

Environment variables non accessible in CloudControl deploy script

I have a script being called by Composer that should run some database procedures. However, that script have no environment variables and thus is not connecting to the database as expected. I tried to access the application using SSH and all the…
igorsantos07
  • 4,456
  • 5
  • 43
  • 62
1
vote
1 answer

cloudcontrol.com tcp port in use & procfile multiple commands & push hooks

i'm trying to get redmine running on cloudcontrol.com. i've got four questions: i need to do more that start a webserver, for example i need to run rake tasks each time i deploy. can i put those in a one liner? i got the following in my Procfile…
user1449974
  • 29
  • 1
  • 4
0
votes
0 answers

Not able to get external IP while running load balancer service in k8s, using aws cloud

I am trying to create load balancer service in k8s, However after creating the service, I should have received external IP but not able to see or get. Please find my service.yaml file or output as below: kubectl get svc NAME TYPE …
0
votes
1 answer

PL/SQL - Return cursor that selects data from loop

I have the following problem with PL/SQL: I'm trying to write a PL/SQL Statement for an Oracle Cloud Control Metric Extension. The Metric wants a CURSOR as result: The PL/SQL has to end with something like the following OPEN :1 FOR SELECT var1,…
0
votes
1 answer

Cloudcontrol (first webpage Error 403)

my problem is, as you seen in the title, that i cant open my webpage. I did it all with github and uploaded it to my repository. https://github.com/Felixthm/Test after i uploaded it, i went to cloudcontrol (cloudcontrol.com, can just add 2 Links…
Fussel
  • 11
  • 1
0
votes
1 answer

Can't add Target database to Cloud Control

I deployed my agent to my host and i wanted to monitor my database. Agent and host is running. However, it could not find the databases and all listeners. Can you help me ?
user4482825
0
votes
1 answer

installing chinese character support for wkhtmltopdf on CloudControl

I have a production/test environment deployed on cloudcontrol that uses wkhtmltopdf in order to create a pdf from an html page. this html page may contains chinese characters though, and in this case once converted these characters simply…
bncc
  • 478
  • 7
  • 18
0
votes
1 answer

Creating a table in a database on Cloudcontrol

On Cloudcontrol, I have added the MySQLs Add-on to my application. I can connect to the DB from my code (i am using the Yii framework). Now I want to create tables in my database, how can I achieve that? The credentials of the database are all…
iloo
  • 926
  • 12
  • 26
0
votes
2 answers

Rails / Heroku / Cloudcontrol: Precompiled assets manifest ignored

I am currently troubleshooting an issue with precompiling of asset pipeline and pushing it on the server. I am on rails 4.2.3 and ruby 2.2.0! I precompile my assets with RAILS_ENV=production bundle exec rake assets:precompile and several files are…
bgeek
  • 41
  • 4
0
votes
1 answer

How do I migrate my Nginx's rewrite rules from dotCloud to Next dotcloud?

I have migrated a static app from dotcloud to Next dotCloud and found that my nginx regrite rules didn't work. They redirect from miappname.dotcloudapp.com/oldurl to miappname.dotcloudapp.com:someport/newurl instead…
alej0
  • 136
  • 2
  • 3
0
votes
1 answer

HTTP 503 error after first deploy

After my first deploy on Next dotCloud I saw a 503 error when visiting the site. Haven't found anything in the logs.
alej0
  • 136
  • 2
  • 3
0
votes
1 answer

CloudControl: Restart workers on deployment

Is there any way to restart a worker when deploying. If the worker is not running start it while deploying. The workers are registered in Procfile, but i always have to start them manually with an api request.
sgotre
  • 405
  • 3
  • 18
0
votes
1 answer

How to add cloudControl To my Domain

Currently I push my website on cloudcontrol.com as free account. It works well now. Ex: myname.cloudcontrolled.com And I have got a Domain: myname.com How can add my domain to cloudcontrol.com ? Thanks in advance!
Sam
  • 265
  • 4
  • 15
0
votes
1 answer

Memcachier add-on for cloudcontrol is failing

I followed the installation guide at https://www.cloudcontrol.com/dev-center/Add-on%20Documentation/Data%20Storage/MemCachier. The memcachier server is up and running, I tested it from the command line. But my cloudcontrol app isn't able to access…
Hakayati
  • 77
  • 1
  • 4