Code Monkey home page Code Monkey logo

Comments (13)

chamerling avatar chamerling commented on August 11, 2024 1

If the problem is still here, you can try to go into /var/www/hublin/node_modules/mongoose/node_modules/mongodb/ and do a 'npm install' from here. It will install the missing bson dependency inside /var/www/hublin/node_modules/mongoose/node_modules/mongodb/node_modules/

The same issue can appear in other dependencies. We are working to fix that.

from hublin.

MichaelBailly avatar MichaelBailly commented on August 11, 2024

Hello,

it seems that something went wrong during your npm install... Maybe related to the Ddos github had those last days... Whatever, I suggest you:
1/ rm -rf /var/www/hublin/node_modules
2/ run "npm install"

Thingsd should work good once done. Please keep us informed.

from hublin.

karibuTW avatar karibuTW commented on August 11, 2024

Wow what a fast answers guys.

So, as a dependency, do I need to manually install like bson or mongodb?

Thank you

EDIT: Thanks Chamerling, it indeed fixes the issue.

from hublin.

chamerling avatar chamerling commented on August 11, 2024

@karibuTW nice.
In order to work, you have to

  • install mongodb v2.6.5 and redis 2.8.5
  • copy config/db.json.sample to config/db.json

We are currently updating the README with all this information

from hublin.

karibuTW avatar karibuTW commented on August 11, 2024

Thanks Charmerling,
I'm afraid I'm very new to MongoDB. If I simply copy the config/db.json.sample I got the following error at startup
error: Failed to connect to MongoDB: failed to connect to [localhost:27017]

Not sure how it works behind.

Thank you

from hublin.

chamerling avatar chamerling commented on August 11, 2024

OK so you need to install and start mongodb

Something like this should work:

 echo 'deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen' | tee /etc/apt/sources.list.d/mongodb.list
apt-get install -y mongodb-org=2.6.5 mongodb-org-server=2.6.5 mongodb-org-shell=2.6.5 mongodb-org-mongos=2.6.5 mongodb-org-tools=2.6.5
service mongod start

from hublin.

chamerling avatar chamerling commented on August 11, 2024

Hi @karibuTW,

Does the solution above solves our problem?

from hublin.

karibuTW avatar karibuTW commented on August 11, 2024

Hi,
Sorry for the delay,

It does solve the issue with the DB and I'm able to start Hublin.

Now the layout of the page has some issues as you can see below

http://postimg.org/image/4kmk6dmhr/

from hublin.

chamerling avatar chamerling commented on August 11, 2024

screenshot is too small. Can you check the logs in the browser console?

from hublin.

karibuTW avatar karibuTW commented on August 11, 2024

Here is a new link with a bigger picture
http://postimg.org/image/k0gnpelk7/

For logs, nothing much except winston-mail

root@debian:/var/www/hublin# npm start
> [email protected] start /var/www/hublin
> node server.js
Logger DailyRotateFile is disabled
Can not load logger Mail { [Error: Cannot find module 'winston-mail'] code: 'MODULE_NOT_FOUND' }
Logger File is disabled
Warning: connect.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
info: Meetings Core bootstraped, configured in production mode
Webserver listening on :: port 8080 (IPv6)
Webserver listening on :: port 8443 (IPv6)
info: Initializing conference events listener
info: EasyRTC: Starting EasyRTC Server (v1.0.12) on Node (v0.10.29) 
info: EasyRTC: EasyRTC Server Ready For Connections (v1.0.12) 
info: Linagora Meetings is now started on node v0.10.29
info: ::ffff:192.168.0.201 - - [31/Mar/2015:14:16:28 +0000] "GET / HTTP/1.1" 304 - "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.0"
info: ::ffff:192.168.0.201 - - [31/Mar/2015:14:16:28 +0000] "GET /components/bootstrap/dist/css/bootstrap.min.css HTTP/1.1" 404 - "http://192.168.0.158:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.5.0"

from hublin.

chamerling avatar chamerling commented on August 11, 2024

There is a 404 on CSS. I think that bower failed somewhere due to the latest github DDoS. Can you launch 'bower install'?

from hublin.

karibuTW avatar karibuTW commented on August 11, 2024

Perfect!
Indeed works like a charm!

Your support has been much appreciated.

I've wrote a small tutorial on my modest blog to promote your project:
http://freedif.org/hublin-web-based-video-conference-service/

Thanks again!

from hublin.

ddolcimascolo avatar ddolcimascolo commented on August 11, 2024

Thx for your feedback and for the blog post !

from hublin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.