buddycloud / deprecated-buddycloud-server

A buddycloud server written in Node.
http://buddycloud.org
Apache License 2.0
139 stars 12 forks source link

Crash after sync #105

Closed Schnouki closed 11 years ago

Schnouki commented 11 years ago

Rebooted my server yesterday, and since then the buddycloud server crashes a few minutes after startup (after sync) with the following message:

/opt/buddycloud-server-git/lib/sync.js:237
synchronization = new syncClass(router, node);
^
TypeError: undefined is not a function
at /opt/buddycloud-server-git/lib/sync.js:237:23
at Object.async.queue.q.process (/opt/buddycloud-server-git/node_modu...8:21)
at async.queue.q.process (/opt/buddycloud-server-git/node_modules/asy...4:27)
at exports.syncNode.async.forEachSeries.syncQueue.push.router (/opt/b...0:20)
at Transaction.commit [as callback] (/opt/buddycloud-server-git/lib/l...2:43)
at p.handleReadyForQuery (/opt/buddycloud-server-git/node_modules/pg/...0:10)
at p.connect.con.on.self.activeQuery (/opt/buddycloud-server-git/node...3:24)
at EventEmitter.emit (events.js:126:20)
at Socket.p.attachListeners (/opt/buddycloud-server-git/node_modules/...9:12)
at Socket.EventEmitter.emit (events.js:96:17)