Note that there are some explanatory texts on larger screens.

plurals
  1. POMeteor client loses connection
    primarykey
    data
    text
    <p>I'm developing on my local machine, and every so often the browser client loses connection and can't reconnect without me manually restarting the browser and server. I don't see any errors in the server log. </p> <p>OSX 10.8.4, Meteor 0.6.4.1. Google Chrome 28.0.1500.95</p> <p>Any ideas on why this would be happening?</p> <pre><code>Meteor.status() Object {status: "waiting", connected: false, retryCount: 2, retryTime: 1376450876245.0037} ... Meteor.reconnect() undefined Meteor.status() Object {status: "waiting", connected: false, retryCount: 11, retryTime: 1376500323062.412} </code></pre> <p>mongod</p> <pre><code>Thu Aug 15 12:14:59.899 [initandlisten] MongoDB starting : pid=78417 port=27017 dbpath=/data/db/ 64-bit host=Kyles-MacBook.local Thu Aug 15 12:14:59.900 [initandlisten] Thu Aug 15 12:14:59.900 [initandlisten] ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000 Thu Aug 15 12:14:59.900 [initandlisten] db version v2.4.2 Thu Aug 15 12:14:59.901 [initandlisten] git version: nogitversion Thu Aug 15 12:14:59.901 [initandlisten] build info: Darwin Kyles-MacBook.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 BOOST_LIB_VERSION=1_49 Thu Aug 15 12:14:59.901 [initandlisten] allocator: tcmalloc Thu Aug 15 12:14:59.901 [initandlisten] options: {} Thu Aug 15 12:14:59.901 [initandlisten] exception in initAndListen: 10309 Unable to create/open lock file: /data/db/mongod.lock errno:13 Permission denied Is a mongod instance already running?, terminating Thu Aug 15 12:14:59.902 dbexit: Thu Aug 15 12:14:59.902 [initandlisten] shutdown: going to close listening sockets... Thu Aug 15 12:14:59.902 [initandlisten] shutdown: going to flush diaglog... Thu Aug 15 12:14:59.902 [initandlisten] shutdown: going to close sockets... Thu Aug 15 12:14:59.902 [initandlisten] shutdown: waiting for fs preallocator... Thu Aug 15 12:14:59.902 [initandlisten] shutdown: lock for final commit... Thu Aug 15 12:14:59.902 [initandlisten] shutdown: final commit... Thu Aug 15 12:14:59.902 [initandlisten] shutdown: closing all files... Thu Aug 15 12:14:59.903 [initandlisten] closeAllFiles() finished Thu Aug 15 12:14:59.903 [initandlisten] shutdown: removing fs lock... Thu Aug 15 12:14:59.903 [initandlisten] couldn't remove fs lock errno:9 Bad file descriptor Thu Aug 15 12:14:59.903 dbexit: really exiting now enter code here </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload