Appfog is a simple PaaS for Java, Node, .Net, Ruby, PHP, MySQL, Mongo, PostgreSQL, and more.
0
votes
0answers
9 views
how to configure connection to the database in clouds services
I have surfed the web for two days looking for a better way to configure my application that I am uploading to AppFog so that it successfully connects to the mysql database in the cloud.
I have ...
1
vote
1answer
25 views
Serving static files from appfog
I've seen people reporting how to serve static HTML content directly from Nginx that appfog employs with node.js and python apps.
Has anyone managed to do this with a Java based application?
I'm ...
0
votes
0answers
19 views
How to start an appfog locomotive.js app?
I'm using the node framework locomotive.js on an appfog instance. Installing this caused a slew of errors and I couldn't get the app to start. Reviewing the help materials and working with appfog ...
0
votes
1answer
18 views
Appfog - how to install latest version of Nodejs
In Appfog how to install the latest version of Nodejs/ and on the services provided, can Mongodb be upgraded to 2.4.x
1
vote
1answer
31 views
Multiple instances randomly signs out user
I'm running a Yii-app on Appfog. Whenever I try to have more than 1 instance it is no longer possible to stay signed in.
I know that multiple instances requires a shared storage for sessions, and I ...
1
vote
0answers
84 views
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, ...
0
votes
1answer
33 views
Files not found after uploading to appfog
I used isotope for my thumbnail images.
Everything works fine in my development server.
After I have updated my files in appfog using "af update".
The above page spits out this error in inspect ...
0
votes
0answers
15 views
Webapps on same domains on appfog
I want to host two websites on same domain on APPFOG like http://..../webapp and
http://....apiapp
. But on APPFOG we can only create new domain for new webapp. This is a problem for me as my apps ...
0
votes
0answers
28 views
Reverse proxy with haproxy not forwarding host
I am trying to configure HAproxy running on one server to forward requests to some apps I have running on appfog but it has stopped working. I have checked my configurations but I can't spot the ...
0
votes
0answers
34 views
Facebook Oauth 400 bad request error
I am trying to do some oauth in my application, and I don't know where I am doing it wrong. I am using OPauth + CakePHP.
On the localhost, it works perfect! But when I deploy it to AppFog it doesn't ...
0
votes
0answers
40 views
failed to start appfog application when start a thread
I am starting a thread(this thread will query data from mysql server).
it throws exceptions below .how to fix this?(appfog.com)
[WARNING] DL is deprecated, please use Fiddle
====> /logs/stderr.log ...
-1
votes
1answer
45 views
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 = ...
0
votes
0answers
49 views
Page include iframe get a new cookie after login
I'm using express to write a web app. The app works well on my localhost. But while I upload it to appfog, it have such problem:
After I login in the login page, I open a page with iframe ( the ...
1
vote
1answer
49 views
Update and or fix the schema of an AppFog Database
I created an app in NodeJS using ExpressJS, I hosted my app on AppFog and it works, however, I made a few update on my local version, now I'd like to update my App on AppFog but I got a problem, ...
0
votes
1answer
37 views
How to set up Jenkins on AppFog?
I uploaded Jenkins on AppFog, however I get an error:
Unable to create the home directory '/nonexistent/.jenkins'. This is most likely a permission problem.
To change the home directory, use ...
1
vote
1answer
48 views
Hosting two websites on same domain
I have two apps named opentripplanner-webapp and opentripplanner-api-webapp. I had successfully deployed them on local tomcat server. Apps has url as http://localhost:8080/opentripplanner-webapp and ...
1
vote
1answer
20 views
AppFog MongoDb Service Terminology
In terms of MongoDb terminology what are
Bound Service
Service
in AppFog MongoDb service?
Is Bound Service the db name? Or is it the collection name?
0
votes
1answer
71 views
Consuming rabbitmq queue and inserting messages in Mysql on cloud?
I developed an android app where it subscribes to a queue and also publishes to other queues. At a time it publishes the same message to two different queues, one of them is a queue named "Queue" and ...
0
votes
0answers
21 views
Appfog, deploying api and a webapp
I want to create a webapp following this structure :
http://api.mydomain.com : a slimframework application (PHP)
http://mydomain.com : a backbone application build on the top of
api.mydomain.com
...
1
vote
4answers
314 views
AppFog - Unauthorized source IP address
I host an Facebook application (https://apps.facebook.com/igoaltip/) on AppFog. Suddenly it stopped working. When I try to get information about the user using user access token ...
1
vote
1answer
74 views
Appfog instances vs memory
I'm developing an API on Appfog and want to know what to focus on (more memory with one instances or more instances with lower memory).
Appfog gives you free 2GB of RAM and up to 16 instances if each ...
0
votes
1answer
82 views
ERROR: Failed to build gem native extension on windows 7x64
I've been following the instructions provided by Development Kit for the rubyinstaller
https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
When I try the last step I get the following ...
0
votes
1answer
58 views
can not connect to appfog mysql by sequel pro
How do you connect appfog database (mysql) to GUI database app, sequel pro for example ?
0
votes
1answer
95 views
Node.js TCP server on Heroku/AppFog
Here is my code for a node.js TCP server hosted on both Heroku and AppFog. My client was written in C and it simply sends a message to the server and get the response. When I host the server on local, ...
0
votes
0answers
14 views
'Not enough capacity for operation.' trying to deploy to appfog
I'm trying to deploy a spring/hibernate app to appfog and got the following trying to do the initial push:
Not enough capacity for operation.
Error: Current Usage: (0B of 2.0G total, 2.0G available ...
0
votes
0answers
35 views
What is the right way to give initial data in production with django?
I have deployed my first django app with appfog, i have provided fixtures with this command,
python manage.py dumpdata --format=json --indent=2 auth > /path/to/my/app/fixtures/initial_data.json
...
0
votes
1answer
114 views
How to deploy from bitbucket directly to appfog?
I want my project to be automatically deployed to appfog when my bitbucket git repository is updated, is there a way to do that?
0
votes
1answer
57 views
Why am I getting NoMethodError with my rails app on AppFog?
I have a rails app on AppFog, connected to a mongo database. It is a very simple database, where I used the mongo_mapper gem to create MVC stuff, and then didn't modify it.
rails g scaffold Contacts ...
1
vote
1answer
141 views
Appfog mysql tunnel error - Encryption not available on this event-machine
We've established a connection to appfog using caldecott and af tunnel command. We try to connect to a mysql service to load and execute a big .sql file to populate the db.
We tried it from 3 ...
1
vote
2answers
125 views
Why do I get an AppFog Rails Error 310: Staging failed: Staging task failed?
I'm trying to push a Rails application to AppFog and I keep getting a 301 error.
It gets to Staging, so it shows up on my AppFog account, but refuses to activate. Trying to update it succeeds, but ...
1
vote
1answer
31 views
What is the --path option for in appfogs update command
Using appfog, I'm trying to update only a single directory of my site.
af update myApp --path some/directory
Now, according to this post - How do I push an app in chunks to Appfog?
This is not a ...
0
votes
1answer
41 views
Why can't i edit css files and also use css in django templates?
So i decided to deploy my first django app with appfog, created app in appfog, downloaded the source code so as to use their project structure, made the necessary changes and updated. It all went ...
0
votes
1answer
40 views
How do I, in nodejs, set up a Mongo viewer (like Mongo-Express) on the same port as my main app?
I'm new to just about everything with regards to nodejs and Mongodb but I managed to get a simple app up and running and now I want a database viewer. I found Mongo-Express and installed it on my ...
0
votes
0answers
46 views
Why does appfog settings not have TEMPLATE_CONTEXT_PROCESSORS and the likes?
Am deploying my first django project with appfog and lookig at the settings.py when i download the appfog source code, it has no TEMPLATE_CONTEXT_PROCESSORS,LOGGING settings are commented out.
I need ...
0
votes
1answer
76 views
how to fix /.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 17, col 9: ` adapter: mysql2' (ArgumentError)
I'm trying to run the rails console on Appfog by following this document. I set up my database.yml as described, but when I run RAILS_ENV=proxied-appfog rails console I'm getting this error:
...
0
votes
1answer
66 views
Error installing/building Caldecott
My environment:
Windows 8 x64
RubyInstaller:
Ruby 1.9.3-p392
DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe
(Note: previously tried Ruby 2.0 and associated dev kit and got compile error. Then saw ...
1
vote
0answers
81 views
rake db:seed with Rails/Spree on AppFog
I'm testing a Rails/Spree app on appfog, but I can't get the DB to seed.
I've followed these instructions to the T:
https://docs.appfog.com/languages/ruby/rails
But at the point where I run af ...
1
vote
1answer
168 views
Appfog Django app distribute package error
I'm new to appfog and want to push my django project into the server but it seems that I cannot install distribute package. I have no idea what is preventing the problem, and I cannot find a way to ...
1
vote
0answers
100 views
How to set up Node HTTPS on Appfog
The way the appfog documentation reads is that as long as you use their provided domain you will get free SSL.
But as far as I understand things you need a .KEY and a .CERT file in order for NodeJS ...
0
votes
0answers
197 views
Routing issues with Slim Framework running on AppFog
I've been successfully running Slim apps on a couple different servers and tried setting one up on AppFog today using the same structure, but it isn't running normally.
I'll start with my directory ...
1
vote
1answer
73 views
Can I access AppFog services like MySQL from Add-ons?
Is it possible to access AppFog services like the MySQL database from Add-ons?
For example if I want to run some jobs on IronWorker and populate the results in my main App database running on AppFog.
...
0
votes
2answers
130 views
hosting wordpress on appfog [closed]
I'm planning to host a Wordpress Blog on AppFog.
As i'm novice and their documentation seems to be lacking details, i want to know that if my Data will be preserved if any instance goes down ?
2
votes
0answers
287 views
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 ...
2
votes
1answer
164 views
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 ...
0
votes
1answer
151 views
how upload files on appfog
I created node.js app on appfog, then I download command prompt and logged in.
But how can I upload some files?
"Finally from within your source code directory:
af update myApp"
how can I set ...
0
votes
0answers
78 views
Mongoid associations not working but ids very well exist
I have a test app running at Appfog. Appfog docs suggest use of Mongomapper gem but I have used Mongoid for my project. https://docs.appfog.com/services/mongodb
Problem is:
Mongoid associations ...
0
votes
1answer
122 views
Using memcachier for session handling on Appfog
I have a PHP application hosted on Appfog.
I'm doing some load testing and running it across 3 instances, causing users to become logged out as the app currently uses the default $_SESSION variables ...
1
vote
1answer
81 views
EmailJS and ExpressJS on AppFog
I hosted my Express App on AppFog and I get an issue with EmailJS. (https://github.com/eleith/emailjs)
I recieve the mail but I get this error, in local, I don't see this error:
Error: ...
0
votes
1answer
177 views
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 ...
1
vote
1answer
155 views
Error with Express on AppFog but not in local
I get an error when I host my app on AppFog. Line 50, when I call JSDOM... The issue doesn't appear in local, I don't understand why it doesn't work in remote...
My code (works in local):
...


