I just reinstalled the latest build (6.1.52824) and I’m getting the following error when I startup the slave:
Traceback (most recent call last):
File "DeadlineSlave\UI\Forms\MainWindowSlaveStartup.py", line 95, in Startup
File "DeadlineSlave\UI\Forms\MainWindowSlaveStartup.py", line 155, in ConnectToRepository
MongoConnectionException: Unable to connect to server bumdc.skylinepost.lan:27017: Connection refused.
at MongoDB.Driver.Internal.DirectMongoServerProxy.Connect (TimeSpan timeout, MongoDB.Driver.ReadPreference readPreference) [0x00000] in <filename unknown>:0
at MongoDB.Driver.Internal.DirectMongoServerProxy.ChooseServerInstance (MongoDB.Driver.ReadPreference readPreference) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoServer.AcquireConnection (MongoDB.Driver.MongoDatabase database, MongoDB.Driver.ReadPreference readPreference) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection.InsertBatch (System.Type nominalType, IEnumerable documents, MongoDB.Driver.MongoInsertOptions options) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection.Insert (System.Type nominalType, System.Object document, MongoDB.Driver.MongoInsertOptions options) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection.Insert[BsonDocument] (MongoDB.Bson.BsonDocument document, MongoDB.Driver.MongoInsertOptions options) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection`1[MongoDB.Bson.BsonDocument].Insert (MongoDB.Bson.BsonDocument document, MongoDB.Driver.MongoInsertOptions options) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection.CreateIndex (IMongoIndexKeys keys, IMongoIndexOptions options) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection.EnsureIndex (IMongoIndexKeys keys, IMongoIndexOptions options) [0x00000] in <filename unknown>:0
at MongoDB.Driver.MongoCollection.EnsureIndex (IMongoIndexKeys keys) [0x00000] in <filename unknown>:0
at c.c (MongoDB.Driver.MongoDatabase A_0) [0x00000] in <filename unknown>:0
at Deadline.StorageDB.RepositoryStorage..ctor (System.String repoPath) [0x00000] in <filename unknown>:0
at Deadline.StorageDB.RepositoryStorage..ctor () [0x00000] in <filename unknown>:0
at Deadline.Controllers.DataController..ctor () [0x00000] in <filename unknown>:0
at Deadline.Slaves.SlaveManager.Connect (Boolean guiMode) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0