Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-32218

Fatal Assertion 40486 at src/mongo/transport/transport_layer_asio.cpp 170

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.6.0
    • Labels:
      None
    • ALL
    • Hide

      1. Use the latest docker image
      2. Add to your dockerfile: RUN mongod --fork --logpath /var/log/mongodbdo.log --dbpath /data/db2 && <Some command to restore data via mongorestore>
      3. Add CMD ["mongod", "--config", "/etc/mongodb.conf"]
      4. Start the container and get the error

      Show
      1. Use the latest docker image 2. Add to your dockerfile: RUN mongod --fork --logpath /var/log/mongodbdo.log --dbpath /data/db2 && <Some command to restore data via mongorestore> 3. Add CMD ["mongod", "--config", "/etc/mongodb.conf"] 4. Start the container and get the error

      I've got the following error message by using the latest docker image 3:latest and 3:rc-jessie
      I'm grateful for every hint or help that I can get on this issue.

      Error Message

      08/12/2017 10:16:592017-12-08T09:16:59.967+0000 I CONTROL  [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db2 64-bit host=4c8fe5e23ea5
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] db version v3.6.0-rc8
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] git version: 3c81217d2c14aa335f7273fb822541e31a2cc0f1
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] OpenSSL version: OpenSSL 1.0.1t  3 May 2016
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] allocator: tcmalloc
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] modules: none
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] build environment:
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten]     distmod: debian81
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten]     distarch: x86_64
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten]     target_arch: x86_64
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 I CONTROL  [initandlisten] options: { config: "/etc/mongodb.conf", security: { authorization: "enabled" }, storage: { dbPath: "/data/db2" } }
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 E NETWORK  [initandlisten] Failed to unlink socket file /tmp/mongodb-27017.sock Operation not permitted
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 F -        [initandlisten] Fatal Assertion 40486 at src/mongo/transport/transport_layer_asio.cpp 170
      08/12/2017 10:16:592017-12-08T09:16:59.968+0000 F -        [initandlisten]
      08/12/2017 10:16:59
      

            Assignee:
            jonathan.reams@mongodb.com Jonathan Reams
            Reporter:
            Stefan11291129 Stefan Bieliauskas [X]
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: