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
0
votes
1 answer

start faye on cloudControl

Question: Problem is similar to Faye setup in production. Can't start Faye in staging on CloudControl. Here is faye.ru: require 'faye' faye_server = Faye::RackAdapter.new(:mount => '/faye', :timeout => 45) Faye::WebSocket.load_adapter('thin') run…
Sergii Brytiuk
  • 345
  • 1
  • 12
0
votes
1 answer

cloudControl push rejected: cannot stat file

I'm trying to push my application to cloudControl but it doesn't seem to be running the build process properly and keeps rejecting my push. Here is the error: C:\Users\Vincent\Documents\GitHub\***>cctrlapp *** push Counting objects: 12, done. Delta…
rink.attendant.6
  • 44,500
  • 61
  • 101
  • 156
0
votes
2 answers

How can I force git to NOT replace folder contents?

I host my php project on cloudcontrol.com , in my project I have a static folder where I save user profile pictures in, like so : uploads/profile/userpic1.jpg uploads/profile/userpic2.jpg uploads/profile/userpic2.jpg I .gitignore all files inside…
Ahmad
  • 55
  • 1
  • 1
  • 7
0
votes
2 answers

Cloudcontrol Rails 3 mail

Problem: Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): on cloudcontrol server. Environment smtp settings: config.action_mailer.smtp_settings = { address: "smtp.mandrillapp.com", port: 587, …
Sergii Brytiuk
  • 345
  • 1
  • 12
0
votes
1 answer

Can you upload files to CloudControl via SSH or FTP?

I am new to CloudControl and to git, though I have been programming for a while. I am just testing CC and setup a test php app, and am using Yii (which I already know). I have the app created, along with a "testing" branch all following this guide:…
Wade
  • 3,757
  • 2
  • 32
  • 51
0
votes
1 answer

cloudControl deploys same build several times

I'm running a Spring-Boot application on cloudControl and a simple Jenkins task to check every 10 minutes whether the application is still available or not. So it occurs every couple days that the check-alive fails, but it is available again only…
aren
  • 1
  • 1
0
votes
1 answer

cloudControl automaticlly deletes Wordpress files

I successfully deployed my Wordpress app on cloudControl. However, I realised that whenever I upload an image, no matter how small, I dont get to see the image after some hours. Please what could be wrong?
davexpression
  • 117
  • 1
  • 8
0
votes
1 answer

Why do i use custom Variable Environment in a hosting website?

I am new to hosting world (cloudcontrol), an i got some problem with application credentials, like database administration (mongohq), or google authentification. So, will i put those variable with some kind of syntaxte (something like $variable) in…
Abdelouahab
  • 7,331
  • 11
  • 52
  • 82
0
votes
1 answer

Make private changes on Github repo before deploy?

On GitHub sadly, a private repo is for premium users, and i uploaded a repo, but it has lot of login third party, and i want to make those login information private, and i have a MongoHQ connection, and want to make the database private, to deploy…
Abdelouahab
  • 7,331
  • 11
  • 52
  • 82
0
votes
1 answer

CRON on CloudControl server

I've setup a node.js server with cron jobs via node-cron, which is js-land cron implementation. I've noticed that sometimes the jobs are not launching, aparently without errors and following an unknown pattern. Well, since this server is a free one,…
doup
  • 841
  • 1
  • 9
  • 20
0
votes
0 answers

Play framework 1 - max_user_connections exceeded on mysql database

I'm trying to deploy an Play 1 app with a Mysql database on cloudcontrol (it's like Heroku). I always get the error: User 'xy' has exceeded the 'max_user_connections' resource (current value: 2) I've set the connections to 1 in the…
NFpeter
  • 583
  • 4
  • 8
0
votes
2 answers

How can I fetch git information on a cloudControl machine?

I am looking for a way to automatically fetch those information on a cloudControl container. So I wrote a little Symfony2 service that returns some git information, e.g. the commit hash public function getCommitHash() { exec('git rev-parse…
Gottlieb Notschnabel
  • 9,408
  • 18
  • 74
  • 116
0
votes
1 answer

Unable to run cloudctrl bash from windows - Permission Denied(public key)

When I run the following command on windows 8.1 machine: cctrlapp APP_NAME/DEPLOY_NAME run bash I get an error: Permission Denied(public key) How can I alternatively get access to CloudControl bash in Windows?
prasun
  • 7,073
  • 9
  • 41
  • 59
0
votes
1 answer

Unable to Push deployment from Travis ci to cloudcontrol

Unable to Push deployment from Github repository to CloudClontrol using Travis CI, Below is the log: Deploying application Warning: Permanently added 'cloudcontrolled.com' (RSA) to the list of known hosts. To ssh://xxx.git ! [rejected] HEAD…
prasun
  • 7,073
  • 9
  • 41
  • 59
0
votes
1 answer

cloudControl - timeouts and fastcgi errors

During the past days, we almost always encountered timeouts on our PHP-application while the cloudControl error logfile displayed Error [error] [client ...] FastCGI: incomplete headers (0 bytes) received from server "/app/php/box/php-fpm" Error…