Questions tagged [c9.io]

Cloud9 combines a powerful online code editor with a full Ubuntu workspace in the cloud

93 questions
1
vote
0 answers

mongoose.connect not connecting on C9

So I installed mongoDB and installed mongoose properly from the terminal on the IDE Cloud 9. But when I run this code var express = require('express'); var bodyparser = require('body-parser'); var mongoose = require('mongoose'); var configDB =…
Michael Gee
  • 252
  • 1
  • 4
  • 16
1
vote
3 answers

Rails: Password can't be blank with has_secure_password

I am trying to follow this tutorial (Rails Tutorial by Michael Hartl) to create a valid user. Filling in the password fields still gives me the error "Password cannot be blank" and "Password has to be longer thank 6 letters". I tried creating a user…
Myth
  • 35
  • 1
  • 7
1
vote
1 answer

How to setup Heroku toolbelt on c9

I'm having trouble with the directions from c9 documentation on setting up the Heroku Toolbelt on c9: https://docs.c9.io/docs/deploying-via-cli This is what I'm entering in the terminal: $ awscli-bundle.zip\n$ apt-get awscli-bundle.zip\n$ manually…
asiacares64
  • 439
  • 1
  • 5
  • 8
1
vote
0 answers

Running Processing.js on Meteorjs 1.4

Need help to run processingjs on Meteorjs for my project. I have added the package from bgrayburn and still have difficulty in being able to run processing file. I use cloud9 as my platform to run and flow router. In the picture is the file…
dtm7
  • 351
  • 2
  • 7
1
vote
1 answer

Receiving 2 HTTP requests on the server when only 1 sent

I am creating an app and using http://c9.io environment to develop it. It is a NodeJS app, which provides some REST endpoints for the client side application to query. Till now, everything was running fine, and today what I observe is that for 1…
aditya_medhe
  • 362
  • 1
  • 19
1
vote
1 answer

Setting up node js server with c9.io

I'm having a hard time trying to set up a node server to run a simple app on c9.io. First of all, the server is running no problems on localhost, but for a reason c9 renders the html, but doesn't use the socket.io.. This is my code: App.js const…
Razvan Alex
  • 1,706
  • 2
  • 18
  • 21
1
vote
1 answer

Meteor command not running c9

I have cloned the meteor repository from github to c9. But when I type meteor in the console it reads -- bash: meteor: command not found.
Harshit Bisht
  • 65
  • 2
  • 10
1
vote
1 answer

How to remove special character from c9.io editor

I'm using the c9.io default editor and am getting an orange T in one of my files. Does anyone know how to remove it?
DCR
  • 14,737
  • 12
  • 52
  • 115
1
vote
0 answers

couldn't print the console message

I am using c9.io. I am using node.js, socket.io and mongodb and here is my server code : // // # SimpleServer // // A simple chat server using Socket.IO, Express, and Async. // var http = require('http'); var path = require('path'); var async =…
1
vote
2 answers

How do I run Angular.JS 2 for TypeScript on C9.io on port 8080?

I followed this quick tutorial: https://angular.io/guide/quickstart and build the code on C9.io, but by default it's trying to run on port 3000, and C9.io only allows using ports 8080, 8081, and 8082. So how can I run it on C9.io? Here's my code:…
Mati Roy
  • 11
  • 5
1
vote
0 answers

valgrind reporting: still reachable: 72,704 bytes in 1 blocks

I've looked around various bug notes and stackoverflow questions on this matter (link here) but I am still unable to understand whether: is it possible to write my c++ code in such a fashion that it will release the problematic block's…
HazirBot
  • 323
  • 2
  • 14
1
vote
1 answer

Leaflet Search Control - Cannot read property 'call' of undefined

I am having an issue with Leaflet Control Search, I am testing on C9.io, using Laravel 5.2, I am trying to search a L.geojson layer but all it comes up with is "Location not Found" and the console gives error: "Cannot read property 'call' of…
jsrosas
  • 103
  • 2
  • 14
1
vote
1 answer

Install and run a solr project in C9

Has anyone worked on installing solr on C9? I am currently have laravel on c9 but wasn't aware if solr can be installed in that environment. I am planning on laravel + solr in c9. Thank you.
0
votes
1 answer

mongodb-org-4.0.repo : No such file or directory al instalar el mongo shell en mi AWS Cloud9

I try to connect to the mion cluster DocumentDB on AWS from AWS C9 with this tutorial. But every time I try to connect I get connection failed after 6 attempts: (scr_env) me:~/environment/sephora $ mongo --ssl --host xxxxxxxxxxxxx:xxxxx --sslCAFile…
Revolucion for Monica
  • 2,848
  • 8
  • 39
  • 78
0
votes
1 answer

Using C9. Cannot connect to MySQL data base using PHP

So I'm attempting an assignment for uni through cloud9 and I am struggling to connect to my database. when I run the application this appears instead of connecting. what i see when running the application I will post my current code, but it has all…
Briana
  • 1
  • 1