Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with nuvedb setup, mongo installation appears to fail #8

Closed
robertjd opened this issue Feb 11, 2013 · 11 comments
Closed

Problems with nuvedb setup, mongo installation appears to fail #8

robertjd opened this issue Feb 11, 2013 · 11 comments

Comments

@robertjd
Copy link

Hi everyone, I'm very excited to try lynckia! :)

Unfortunately I'm having some problems with the setup. The mongo setup fails, and therefore the examples fail.

The environment is Ubuntu Server 12.0.4 64bit, amazon ec2 instance:

ubuntu@<ip address>:~/src$ uname -r
3.2.0-36-virtual

Here is the installation output, from "installErizo" and forward:

https://gist.github.com/robertjd/04f6d163385fd24da0e2

Posting here in the hopes that someone has an insight into the problem. I'll post back if I find the problem myself.

Best,
Robert

@aalonsog
Copy link
Member

Hi Robert,

it seems like the error occurs when starting mongo. Try to start it without the script with

mongod --dbpath path/to/lynckia/build/db

let's see what happen.

Regards,
Álvaro

@taykut
Copy link

taykut commented Apr 1, 2013

I have same problem, here is the output:

mongod --dbpath lynckia/build/db
Mon Apr  1 18:06:20 [initandlisten] MongoDB starting : pid=18633 port=27017 dbpath=lynckia/build/db 64-bit host=ip-10-33-169-137
Mon Apr  1 18:06:20 [initandlisten] db version v2.0.4, pdfile version 4.5
Mon Apr  1 18:06:20 [initandlisten] git version: nogitversion
Mon Apr  1 18:06:20 [initandlisten] build info: Linux yellow 2.6.24-29-server #1 SMP Tue Oct 11 15:57:27 UTC 2011 x86_64 BOOST_LIB_VERSION=1_46_1
Mon Apr  1 18:06:20 [initandlisten] options: { dbpath: "lynckia/build/db" }
Mon Apr  1 18:06:20 [initandlisten] journal dir=lynckia/build/db/journal
Mon Apr  1 18:06:20 [initandlisten] recover : no journal files present, no recovery needed
Mon Apr  1 18:06:20 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017
Mon Apr  1 18:06:20 [websvr] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:28017
Mon Apr  1 18:06:20 [websvr] ERROR:   addr already in use
Mon Apr  1 18:06:20 [initandlisten] ERROR:   addr already in use
Mon Apr  1 18:06:20 [initandlisten] now exiting
Mon Apr  1 18:06:20 dbexit: 
Mon Apr  1 18:06:20 [initandlisten] shutdown: going to close listening sockets...
Mon Apr  1 18:06:20 [initandlisten] shutdown: going to flush diaglog...
Mon Apr  1 18:06:20 [initandlisten] shutdown: going to close sockets...
Mon Apr  1 18:06:20 [initandlisten] shutdown: waiting for fs preallocator...
Mon Apr  1 18:06:20 [initandlisten] shutdown: lock for final commit...
Mon Apr  1 18:06:20 [initandlisten] shutdown: final commit...
Mon Apr  1 18:06:20 [initandlisten] shutdown: closing all files...
Mon Apr  1 18:06:20 [initandlisten] closeAllFiles() finished
Mon Apr  1 18:06:20 [initandlisten] journalCleanup...
Mon Apr  1 18:06:20 [initandlisten] removeJournalFiles
Mon Apr  1 18:06:20 [initandlisten] shutdown: removing fs lock...
Mon Apr  1 18:06:20 dbexit: really exiting now

@taykut
Copy link

taykut commented Apr 1, 2013

I saw that lynckia_config.js is empty, I think for this reason I have this error:

 ./lynckia/scripts/initLynckia.sh


/home/ubuntu/lynckia/nuve/nuveAPI/mdb/dataBase.js:4
var databaseUrl = config.nuve.dataBaseURL;
                             ^
TypeError: Cannot read property 'dataBaseURL' of undefined
    at Object.<anonymous> (/home/ubuntu/lynckia/nuve/nuveAPI/mdb/dataBase.js:4:30)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/home/ubuntu/lynckia/nuve/nuveAPI/nuve.js:3:10)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
:/home/ubuntu/./lynckia/scripts/../erizo/build/erizo:/home/ubuntu/./lynckia/scripts/../erizo
[lynckia] Done, run basic_example/basicServer.js
ubuntu@ip-10-33-169-137:~$ 
/home/ubuntu/lynckia/erizo_controller/erizoController/rpc/rpc.js:16
if (config.rabbit.url !== undefined) {
                 ^
TypeError: Cannot read property 'url' of undefined
    at Object.<anonymous> (/home/ubuntu/lynckia/erizo_controller/erizoController/rpc/rpc.js:16:18)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:362:17)
    at require (module.js:378:17)
    at Object.<anonymous> (/home/ubuntu/lynckia/erizo_controller/erizoController/erizoController.js:3:11)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)

@taykut
Copy link

taykut commented Apr 1, 2013

I saw that installNuve.sh script gives this error at the end:

connecting to: localhost/nuvedb
[lynckia] SuperService ID Mon Apr 1 18:20:13 TypeError: db.services.findOne() has no properties (shell eval):1
[lynckia] SuperService KEY Mon Apr 1 18:20:13 TypeError: db.services.findOne() has no properties (shell eval):1
sed: -e expression #1, char 25: unterminated `s' command
sed: -e expression #1, char 26: unterminated `s' command

@aalonsog
Copy link
Member

aalonsog commented Apr 2, 2013

As you can see in line

Mon Apr 1 18:06:20 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017

it seems that you are using the mongodb port in other application (or already with another mongodb instance). For this reason the database is not being populated and lynckia config file is empty. Check it.

@cabajuan
Copy link

Hi!

I have this error when i type:
sudo ../scripts/initLicode.sh

/usr/local/share/base/licode/nuve/nuveAPI/mdb/dataBase.js:4
var databaseUrl = config.nuve.dataBaseURL;
^
TypeError: Cannot read property 'dataBaseURL' of undefined
at Object. (/usr/local/share/base/licode/nuve/nuveAPI/mdb/dataBase.js:4:30)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/share/base/licode/nuve/nuveAPI/nuve.js:3:10)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
:/usr/local/share/base/licode/erizo_controller/../scripts/../erizo/build/erizo:/usr/local/share/base/licode/erizo_controller/../scripts/../erizo
[licode] Done, run basic_example/basicServer.js
erizo_controller administrador$
/usr/local/share/base/licode/erizo_controller/erizoController/rpc/rpc.js:16
if (config.rabbit.url !== undefined) {
^
TypeError: Cannot read property 'url' of undefined
at Object. (/usr/local/share/base/licode/erizo_controller/erizoController/rpc/rpc.js:16:18)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/share/base/licode/erizo_controller/erizoController/erizoController.js:3:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)

I have no idea what might be happening, I am very interested in trying this software, i'm on Mac OS X Server 10.6.8. Greetings!

@aalonsog
Copy link
Member

It seems like config file (licode_config.js) has not been correctly populated. Can you check it? Have you obtained any error during nuve installation?

@cabajuan
Copy link

This is the log from Nuve Install:

broadcaster:scripts administrador$ sudo ./installNuve.sh
[nuve] Installing node_modules for nuve
npm WARN package.json licode@0.1.0 No repository field.
npm http GET https://registry.npmjs.org/amqp
npm http 304 https://registry.npmjs.org/amqp
npm WARN package.json sax@0.1.5 No repository field.
npm WARN package.json cookie-signature@1.0.1 No repository field.
npm WARN package.json fresh@0.1.0 No repository field.
npm WARN package.json range-parser@0.0.4 No repository field.
npm WARN package.json methods@0.0.1 No repository field.
npm WARN package.json send@0.1.0 No repository field.
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json pause@0.0.1 No repository field.
npm WARN package.json bytes@0.2.0 No repository field.
amqp@0.1.7 ../../node_modules/amqp
npm WARN package.json licode@0.1.0 No repository field.
npm http GET https://registry.npmjs.org/express
npm http 304 https://registry.npmjs.org/express
npm http GET https://registry.npmjs.org/commander/0.6.1
npm http GET https://registry.npmjs.org/range-parser/0.0.4
npm http GET https://registry.npmjs.org/mkdirp/0.3.4
npm http GET https://registry.npmjs.org/buffer-crc32/0.2.1
npm http GET https://registry.npmjs.org/cookie/0.1.0
npm http GET https://registry.npmjs.org/send/0.1.0
npm http GET https://registry.npmjs.org/cookie-signature/1.0.1
npm http GET https://registry.npmjs.org/debug
npm http GET https://registry.npmjs.org/fresh/0.1.0
npm http GET https://registry.npmjs.org/methods/0.0.1
npm http GET https://registry.npmjs.org/connect/2.7.11
npm http 304 https://registry.npmjs.org/range-parser/0.0.4
npm http 304 https://registry.npmjs.org/commander/0.6.1
npm http 304 https://registry.npmjs.org/cookie/0.1.0
npm WARN package.json range-parser@0.0.4 No repository field.
npm http 304 https://registry.npmjs.org/buffer-crc32/0.2.1
npm http 304 https://registry.npmjs.org/mkdirp/0.3.4
npm http 304 https://registry.npmjs.org/send/0.1.0
npm http 304 https://registry.npmjs.org/cookie-signature/1.0.1
npm http 304 https://registry.npmjs.org/debug
npm WARN package.json send@0.1.0 No repository field.
npm WARN package.json cookie-signature@1.0.1 No repository field.
npm http 304 https://registry.npmjs.org/fresh/0.1.0
npm http 304 https://registry.npmjs.org/methods/0.0.1
npm WARN package.json methods@0.0.1 No repository field.
npm WARN package.json methods@0.0.1 No readme data.
npm WARN package.json fresh@0.1.0 No repository field.
npm http 304 https://registry.npmjs.org/connect/2.7.11
npm http GET https://registry.npmjs.org/mime/1.2.6
npm http 304 https://registry.npmjs.org/mime/1.2.6
npm http GET https://registry.npmjs.org/formidable/1.0.14
npm http GET https://registry.npmjs.org/cookie/0.0.5
npm http GET https://registry.npmjs.org/send/0.1.1
npm http GET https://registry.npmjs.org/qs/0.6.5
npm http GET https://registry.npmjs.org/bytes/0.2.0
npm http GET https://registry.npmjs.org/pause/0.0.1
npm http 304 https://registry.npmjs.org/cookie/0.0.5
npm http 304 https://registry.npmjs.org/formidable/1.0.14
npm http 304 https://registry.npmjs.org/send/0.1.1
npm http 304 https://registry.npmjs.org/bytes/0.2.0
npm http 304 https://registry.npmjs.org/qs/0.6.5
npm http 304 https://registry.npmjs.org/pause/0.0.1
npm WARN package.json pause@0.0.1 No repository field.
npm WARN package.json bytes@0.2.0 No repository field.
npm http GET https://registry.npmjs.org/mime
npm http 304 https://registry.npmjs.org/mime
npm WARN package.json sax@0.1.5 No repository field.
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
express@3.2.6 ../../node_modules/express
├── methods@0.0.1
├── fresh@0.1.0
├── range-parser@0.0.4
├── cookie-signature@1.0.1
├── buffer-crc32@0.2.1
├── cookie@0.1.0
├── debug@0.7.2
├── commander@0.6.1
├── mkdirp@0.3.4
├── send@0.1.0 (mime@1.2.6)
└── connect@2.7.11 (qs@0.6.5, cookie@0.0.5, pause@0.0.1, bytes@0.2.0, formidable@1.0.14, send@0.1.1)
npm WARN package.json licode@0.1.0 No repository field.
npm http GET https://registry.npmjs.org/mongodb
npm http 304 https://registry.npmjs.org/mongodb
npm http GET https://registry.npmjs.org/bson/0.1.9
npm http GET https://registry.npmjs.org/kerberos
npm http 304 https://registry.npmjs.org/bson/0.1.9
npm http 304 https://registry.npmjs.org/kerberos

kerberos@0.0.2 install /usr/local/share/base/licode/node_modules/mongodb/node_modules/kerberos
(node-gyp rebuild 2> builderror.log) || (exit 0)

bson@0.1.9 install /usr/local/share/base/licode/node_modules/mongodb/node_modules/bson
(node-gyp rebuild 2> builderror.log) || (exit 0)

CXX(target) Release/obj.target/kerberos/lib/kerberos.o
CXX(target) Release/obj.target/bson/ext/bson.o
CXX(target) Release/obj.target/kerberos/lib/worker.o
CC(target) Release/obj.target/kerberos/lib/kerberosgss.o
CC(target) Release/obj.target/kerberos/lib/base64.o
CXX(target) Release/obj.target/kerberos/lib/kerberos_context.o
SOLINK_MODULE(target) Release/bson.node
SOLINK_MODULE(target) Release/kerberos.node
SOLINK_MODULE(target) Release/kerberos.node: Finished
SOLINK_MODULE(target) Release/bson.node: Finished
npm WARN package.json sax@0.1.5 No repository field.
npm WARN package.json cookie-signature@1.0.1 No repository field.
npm WARN package.json fresh@0.1.0 No repository field.
npm WARN package.json methods@0.0.1 No repository field.
npm WARN package.json range-parser@0.0.4 No repository field.
npm WARN package.json send@0.1.0 No repository field.
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json bytes@0.2.0 No repository field.
npm WARN package.json pause@0.0.1 No repository field.
mongodb@1.3.10 ../../node_modules/mongodb
├── bson@0.1.9
└── kerberos@0.0.2
npm WARN package.json licode@0.1.0 No repository field.
npm http GET https://registry.npmjs.org/mongojs
npm http 304 https://registry.npmjs.org/mongojs
npm http GET https://registry.npmjs.org/thunky
npm http GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/thunky
npm http 304 https://registry.npmjs.org/readable-stream
npm WARN package.json sax@0.1.5 No repository field.
npm WARN package.json cookie-signature@1.0.1 No repository field.
npm WARN package.json fresh@0.1.0 No repository field.
npm WARN package.json methods@0.0.1 No repository field.
npm WARN package.json range-parser@0.0.4 No repository field.
npm WARN package.json send@0.1.0 No repository field.
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json bytes@0.2.0 No repository field.
npm WARN package.json pause@0.0.1 No repository field.
mongojs@0.7.7 ../../node_modules/mongojs
├── thunky@0.1.0
└── readable-stream@1.0.2
npm WARN package.json licode@0.1.0 No repository field.
npm http GET https://registry.npmjs.org/aws-lib
npm http 304 https://registry.npmjs.org/aws-lib
npm http GET https://registry.npmjs.org/xml2js
npm http GET https://registry.npmjs.org/sax
npm http 304 https://registry.npmjs.org/xml2js
npm http 304 https://registry.npmjs.org/sax
npm WARN package.json sax@0.1.5 No repository field.
npm WARN package.json cookie-signature@1.0.1 No repository field.
npm WARN package.json fresh@0.1.0 No repository field.
npm WARN package.json methods@0.0.1 No repository field.
npm WARN package.json range-parser@0.0.4 No repository field.
npm WARN package.json send@0.1.0 No repository field.
npm WARN package.json policyfile@0.0.4 'repositories' (plural) Not supported.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json bytes@0.2.0 No repository field.
npm WARN package.json pause@0.0.1 No repository field.
aws-lib@0.2.1 ../../node_modules/aws-lib
├── xml2js@0.1.14
└── sax@0.1.5
[nuve] Done, node_modules installed
mkdir: ../dist: File exists
mkdir: ../build: File exists
[nuve] Done, nuve.js compiled
[licode] Starting mongodb
Tue Jun 25 14:23:55.851 kern.sched unavailable
all output going to: /usr/local/var/log/mongodb/mongo.log
[licode] Creating superservice in localhost/nuvedb
Tue Jun 25 14:24:01.090 kern.sched unavailable
MongoDB shell version: 2.4.4
connecting to: localhost/nuvedb
[licode] SuperService ID 51c34d2570dd93a6e01ad079
[licode] SuperService KEY Tue Jun 25 14:24:01.195 kern.sched unavailable 32330
sed: 1: "s/auto_generated_KEY/Tue": unterminated substitute in regular expression

The file licode_config.js is empty

@aalonsog
Copy link
Member

It seems like you have an issue with mongodb

"Tue Jun 25 14:23:55.851 kern.sched unavailable"

and SuperService key is not correctly generated. Check if your mongodb version works ok or try to reinstall.

@aalonsog
Copy link
Member

Closed due to inactivity. Please, reopen it if it happens again!

@dAnjou
Copy link

dAnjou commented Dec 8, 2013

I'm following this guide right now on a completely virgin Ubuntu Server 12.04.3 (virgin here means that it is a fresh install with nothing else installed than OpenSSH server).

EDIT: It's a VM by the way. So reproducing this shouldn't be too hard.

This happens:

max@licode:~$ ./licode/scripts/installNuve.sh
[nuve] Installing node_modules for nuve

> kerberos@0.0.3 install /home/max/licode/node_modules/mongodb/node_modules/kerberos
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory `/home/max/licode/node_modules/mongodb/node_modules/kerberos/build'
  SOLINK_MODULE(target) Release/obj.target/kerberos.node
  SOLINK_MODULE(target) Release/obj.target/kerberos.node: Finished
  COPY Release/kerberos.node
make: Leaving directory `/home/max/licode/node_modules/mongodb/node_modules/kerberos/build'

> bson@0.2.2 install /home/max/licode/node_modules/mongodb/node_modules/bson
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory `/home/max/licode/node_modules/mongodb/node_modules/bson/build'
  CXX(target) Release/obj.target/bson/ext/bson.o
  SOLINK_MODULE(target) Release/obj.target/bson.node
  SOLINK_MODULE(target) Release/obj.target/bson.node: Finished
  COPY Release/bson.node
make: Leaving directory `/home/max/licode/node_modules/mongodb/node_modules/bson/build'
amqp@0.1.8 ../../node_modules/amqp
├── longjohn@0.2.2
└── lodash@1.3.1

aws-lib@0.3.0 ../../node_modules/aws-lib
├── xml2js@0.1.14
├── underscore@1.5.2
└── sax@0.1.5

mongojs@0.9.8 ../../node_modules/mongojs
├── thunky@0.1.0
└── readable-stream@1.1.9 (debuglog@0.0.2, core-util-is@1.0.0)

mongodb@1.3.19 ../../node_modules/mongodb
├── kerberos@0.0.3
└── bson@0.2.2

express@3.4.6 ../../node_modules/express
├── methods@0.1.0
├── range-parser@0.0.4
├── cookie-signature@1.0.1
├── fresh@0.2.0
├── debug@0.7.4
├── buffer-crc32@0.2.1
├── cookie@0.1.0
├── mkdirp@0.3.5
├── send@0.1.4 (mime@1.2.11)
├── commander@1.3.2 (keypress@0.1.0)
└── connect@2.11.2 (uid2@0.0.3, pause@0.0.1, qs@0.6.5, bytes@0.2.1, raw-body@1.1.2, negotiator@0.3.0, multiparty@2.2.0)
[nuve] Done, node_modules installed
[nuve] Done, nuve.js compiled
[licode] Starting mongodb
Sun Dec  8 21:29:46 [initandlisten] MongoDB starting : pid=28373 port=27017 dbpath=/home/max/./licode/scripts/../build/db 64-bit host=licode
Sun Dec  8 21:29:46 [initandlisten] db version v2.0.4, pdfile version 4.5
Sun Dec  8 21:29:46 [initandlisten] git version: nogitversion
Sun Dec  8 21:29:46 [initandlisten] build info: Linux lamiak 2.6.42-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 x86_64 BOOST_LIB_VERSION=1_46_1
Sun Dec  8 21:29:46 [initandlisten] options: { dbpath: "/home/max/./licode/scripts/../build/db", repair: true }
Sun Dec  8 21:29:46 [initandlisten] journal dir=/home/max/./licode/scripts/../build/db/journal
Sun Dec  8 21:29:46 [initandlisten] recover : no journal files present, no recovery needed
Sun Dec  8 21:29:46 [initandlisten] preallocateIsFaster=true 2.32
Sun Dec  8 21:29:47 [initandlisten] finished checking dbs
Sun Dec  8 21:29:47 dbexit: 
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close listening sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to flush diaglog...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: waiting for fs preallocator...
Sun Dec  8 21:29:47 [initandlisten] shutdown: lock for final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: closing all files...
Sun Dec  8 21:29:47 [initandlisten] closeAllFiles() finished
Sun Dec  8 21:29:47 [initandlisten] journalCleanup...
Sun Dec  8 21:29:47 [initandlisten] removeJournalFiles
Sun Dec  8 21:29:47 [initandlisten] shutdown: removing fs lock...
Sun Dec  8 21:29:47 dbexit: really exiting now
forked process: 28382
all output going to: /home/max/./licode/scripts/../build/mongo.log
[licode] Creating superservice in localhost/nuvedb
MongoDB shell version: 2.0.4
connecting to: localhost/nuvedb
Mongo Logs: 
Sun Dec  8 21:29:47 [initandlisten] MongoDB starting : pid=28382 port=27017 dbpath=/home/max/./licode/scripts/../build/db 64-bit host=licode
Sun Dec  8 21:29:47 [initandlisten] db version v2.0.4, pdfile version 4.5
Sun Dec  8 21:29:47 [initandlisten] git version: nogitversion
Sun Dec  8 21:29:47 [initandlisten] build info: Linux lamiak 2.6.42-37-generic #58-Ubuntu SMP Thu Jan 24 15:28:10 UTC 2013 x86_64 BOOST_LIB_VERSION=1_46_1
Sun Dec  8 21:29:47 [initandlisten] options: { dbpath: "/home/max/./licode/scripts/../build/db", fork: true, logpath: "/home/max/./licode/scripts/../build/mongo.log" }
Sun Dec  8 21:29:47 [initandlisten] journal dir=/home/max/./licode/scripts/../build/db/journal
Sun Dec  8 21:29:47 [initandlisten] recover : no journal files present, no recovery needed
Sun Dec  8 21:29:47 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017
Sun Dec  8 21:29:47 [initandlisten] ERROR:   addr already in use
Sun Dec  8 21:29:47 [initandlisten] now exiting
Sun Dec  8 21:29:47 dbexit: 
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close listening sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to flush diaglog...
Sun Dec  8 21:29:47 [initandlisten] shutdown: going to close sockets...
Sun Dec  8 21:29:47 [initandlisten] shutdown: waiting for fs preallocator...
Sun Dec  8 21:29:47 [initandlisten] shutdown: lock for final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: final commit...
Sun Dec  8 21:29:47 [initandlisten] shutdown: closing all files...
Sun Dec  8 21:29:47 [initandlisten] closeAllFiles() finished
Sun Dec  8 21:29:47 [initandlisten] journalCleanup...
Sun Dec  8 21:29:47 [initandlisten] removeJournalFiles
Sun Dec  8 21:29:47 [websvr] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:28017
Sun Dec  8 21:29:47 [websvr] ERROR:   addr already in use
Sun Dec  8 21:29:47 [initandlisten] shutdown: removing fs lock...
Sun Dec  8 21:29:47 dbexit: really exiting now
[licode] SuperService ID Sun Dec 8 21:29:52 TypeError: db.services.findOne() has no properties (shell eval):1
[licode] SuperService KEY Sun Dec 8 21:29:52 TypeError: db.services.findOne() has no properties (shell eval):1
sed: -e expression #1, char 25: unterminated `s' command
sed: -e expression #1, char 26: unterminated `s' command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants