Fixdbport is erroring

Hi CryoSPARC,

I’m receiving the following when trying to fix the DB port.
I am actually running cryosparcm changeport and it is generating the same error.

I have tracked it down to the fixdbport command that is run when changeport is execute.

Here is the error:

~/cryosparc/cryosparc_master/bin$ ./cryosparcm fixdbport
MongoDB shell version v3.6.23
connecting to: mongodb://localhost:49001/meteor?gssapiServiceName=mongodb
Implicit session: session { "id" : UUID("69ca534c-fcdb-4c26-a37c-8765d04de471") }
MongoDB server version: 3.6.23
2022-10-06T05:50:39.449+0000 E QUERY    [thread1] Error: Could not retrieve replica set config: {
	"operationTime" : Timestamp(1665035371, 1),
	"ok" : 0,
	"errmsg" : "there are no users authenticated",
	"code" : 13,
	"codeName" : "Unauthorized",
	"$clusterTime" : {
		"clusterTime" : Timestamp(1665035371, 1),
		"signature" : {
			"hash" : BinData(0,"TKN/5DyA0WQq0z9H0NFI9+gJzJE="),
			"keyId" : NumberLong("7151232822580084737")
		}
	}
} :
rs.conf@src/mongo/shell/utils.js:1428:11
rs.reconfig@src/mongo/shell/utils.js:1368:19
@(shell eval):1:1

This error is occurring for V4.

Your help is much appreciated.

Thanks,
Jay

… and has been fixed in v4.0.1. Thanks for reporting.

1 Like