Questions tagged [appfog]

Appfog is a simple PaaS for Java, Node, .Net, Ruby, PHP, MySQL, Mongo, PostgreSQL, and more.

Appfog is an online service PaaS for Java, Node, .Net, Ruby, PHP, MySQL, Mongo, PostgreSQL, and more. Freedom to move between IaaS at will with the easiest pricing in the cloud.

186 questions
2
votes
1 answer

Nodejs: websocket routing based on URL without port proxying

I am trying to do a game in html5 with serverside logic in node.js and that uses raw websockets (not Socket.IO, I need binary data). I wish to have multiple "rooms", thus multiple websocket servers, all having separate URLs. Currently, I only found…
Zelenova
  • 276
  • 3
  • 7
2
votes
1 answer

MissingConnectionException running CakePHP through mysql tunnel on AppFog

while my tunnel is connected (af tunnel) I'm trying to run a cakephp console app that would connect to my mysql database (through the tunnel). I have this in my database config: public $default = array( 'datasource' => 'Database/Mysql', …
colin
  • 87
  • 5
2
votes
0 answers

Can't create temporary file on AppFog/CloudFoundry from Play framework application

I deployed my play framework 2.1 application on appfog(same issue also exists on cloudfoundry since they are essentially the same). My application allow file upload, but I have encountered an error getting the file. It works fine when I run locally…
2
votes
2 answers

Node.JS application on AppFog responding with 503 Service Unavailable

I'm developing a Node.JS app. When running on localhost everything works fine. After I've deployed it to AppFog, I randomly get 503 Service Unavailable responses either for static resources (served using express.static() middleware, Express is…
Jakub Kulhan
  • 1,572
  • 2
  • 16
  • 37
2
votes
1 answer

Sessions on AppFog with ExpressJS

I get a problem with sessions on my ExpressJS App. In local it works perfectly but when I host my App on AppFog I get some issues with the sessions, they are lost sometimes... In my admin panel. I don't know why but, when the page is refreshed, the…
tonymx227
  • 5,293
  • 16
  • 48
  • 91
2
votes
2 answers

Node.js express server on appfog: sessions lost on page refresh when using chrome on android

I am so confused. I made an express app like this: $ express -s -e sessionTest Then I edited the routes a little to set a session var, check it and delete it. I run the server on my local machine, and any browser I use (Chrome, Firefox, Android…
Kyle Paulsen
  • 956
  • 1
  • 8
  • 22
2
votes
1 answer

Upload HTML only file to appfog

I'm new to Appfog and didn't see any documentation on how to upload files that were html only. I'm not sure what to select when it asks what code I am using: it lists things like python, flask, java, etc, as options but not html. Where do I put my…
user2009020
  • 287
  • 1
  • 3
  • 10
2
votes
6 answers

PHPMailer SMTP Error: Could not authenticate using gmail as smtp server

I am failing to send email in my application hosted on appfog i am using the following code which works fine on localhost but fail on appfog. JPhpMailer extend class.PhpMailer.php $mailer = new JPhpMailer(true); …
Eliethesaiyan
  • 2,327
  • 1
  • 22
  • 35
2
votes
3 answers

Appfog with node.js how to access with javascript to mysql databases?

I have one node.js application published in appfog, but when I try to access a mysql database through javascript with ( https://github.com/felixge/node-mysql ), "node-mysql" seems that is not installed, what is the way to do this? there is no…
colo
  • 185
  • 1
  • 1
  • 10
2
votes
1 answer

SASL authentication with Zend_Cache_Backend_Memcached

Is the Zend_Cache capable of using SASL auth to connect to the memcachier server?
DaGhostman Dimitrov
  • 1,608
  • 20
  • 44
2
votes
1 answer

Trouble installing caldecott osx mountain lion

I'm having trouble installing caldecott on osx mountain lion. I keep getting this error: $ sudo gem install caldecott --no-rdoc --no-ri ERROR: Error installing caldecott: ERROR: Failed to build gem native extension. …
2
votes
4 answers

On appfog, how to find the reason for 500 Internal Server Error?

I have created a simple python flask application, which is working fine at http://cm-test.aws.af.cm/ But, when you access it on the route http://cm-test.aws.af.cm/redis it fails with "500 Internal Server Error" The problem is, I can't find a way to…
Hristo Hristov
  • 4,021
  • 4
  • 25
  • 37
2
votes
3 answers

Yii removing application directory name from URL

Okay seems like this is a pretty common problem, but I can't find a definitive solution on the forums. My Yii is set up like this /webroot/framework /webroot/app /webroot/requirements The app folder hosts the yii application however my url looks…
bonez
  • 685
  • 1
  • 16
  • 39
2
votes
2 answers

Appfog error “Error (JSON 500): not found”

When I update my site content to appfog using af update [appname] returns an error like these Uploading Application: Checking for available resources: Error (JSON 500): 500 Intern... Any body have idea about these error which is caused by Appfog…
Geo V L
  • 866
  • 8
  • 25
2
votes
1 answer

AppFog error when updating

I always get this error when I'm updating my files in my appfog cloud hosting. Uploading Application: Checking for available resources: OK Packing application: OK Uploading (7K): OK Push Status: OK Stopping Application 'volkova': OK Staging…
Richeve Bebedor
  • 2,138
  • 4
  • 26
  • 40
1 2
3
12 13