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

Receive uncaught exception error every first statement, error goes away second time

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.0.0
    • Component/s: Sharding
    • Environment:
      RHEL5
      MongoD 2.0.0
      MongoS 2.0.0 and 2.0.2 both fails
    • Linux

      //first attempt fails all the time

      mongos> show collections
      Fri Feb 24 13:59:08 uncaught exception: error: {
      "$err" : "could not initialize sharding on connection replicaset_2/node01:27017,node02:27017,node3:27017 :: caused by :: specified a different configdb!",
      "code" : 15907
      }

      //second attempt succeed

      mongos> show collections
      system.indexes
      system.users

      Config servers are in sync!

            Assignee:
            Unassigned Unassigned
            Reporter:
            thesaint Theo
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: