2010-02-01 15:24:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
|
|
|
|
<part xml:id="mongo.exceptions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
|
|
|
|
<title>Exceptions</title>
|
|
|
|
|
2010-09-14 14:23:44 +00:00
|
|
|
<partintro>
|
|
|
|
<section>
|
|
|
|
<title>VMWare Oddities</title>
|
|
|
|
<para>
|
|
|
|
If you are running VMWare on Windows and are using CIFS, pausing the VM will
|
|
|
|
cause CIFS to go out of sync and cause weird errors on un-pausing it ("The
|
|
|
|
Mongo object has not been correctly initialized by its constructor").
|
|
|
|
Permanently mounting the Windows shares will fix this and you'll be able to
|
|
|
|
pause and unpause at will.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
To permanently mount the Windows shares, run:
|
|
|
|
</para>
|
2014-09-09 18:31:20 +00:00
|
|
|
<programlisting role="shell">
|
2010-09-14 14:23:44 +00:00
|
|
|
<![CDATA[
|
|
|
|
$ sudo update-rc.d -f umountnfs.sh remove
|
|
|
|
$ sudo update-rc.d umountnfs.sh stop 15 0 6 .
|
|
|
|
]]>
|
|
|
|
</programlisting>
|
|
|
|
<para>
|
|
|
|
See <link xlink:href="&url.mongodb.cifs;">the Ubuntu docs</link> for the most
|
|
|
|
up-to-date instructions.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
|
2010-02-01 15:24:10 +00:00
|
|
|
&reference.mongo.mongoexception;
|
2012-10-31 19:09:55 +00:00
|
|
|
&reference.mongo.mongoresultexception;
|
2010-02-01 15:24:10 +00:00
|
|
|
&reference.mongo.mongocursorexception;
|
|
|
|
&reference.mongo.mongocursortimeoutexception;
|
|
|
|
&reference.mongo.mongoconnectionexception;
|
|
|
|
&reference.mongo.mongogridfsexception;
|
2014-03-11 21:45:16 +00:00
|
|
|
&reference.mongo.mongoduplicatekeyexception;
|
|
|
|
&reference.mongo.mongoprotocolexception;
|
|
|
|
&reference.mongo.mongoexecutiontimeoutexception;
|
|
|
|
&reference.mongo.mongowriteconcernexception;
|
2010-02-01 15:24:10 +00:00
|
|
|
|
|
|
|
</part>
|