graft-project/LyraNetwork

[ERROR][1/27/2020 3:21:38 PM][Thread 0012][akka://LyraSystem/user/$b] Error while creating actor instance of type Lyra.BlockChain with 1 args: (Lyra.LyraSystem)

Stardock2018 opened this issue · 0 comments

Ubuntu 18.04
lastest update

[ERROR][1/27/2020 3:21:38 PM][Thread 0012][akka://LyraSystem/user/$b] Error while creating actor instance of type Lyra.BlockChain with 1 args: (Lyra.LyraSystem)
Cause: [akka://LyraSystem/user/$b#2121565448]: Akka.Actor.ActorInitializationException: Exception during creation
---> System.TypeLoadException: Error while creating actor instance of type Lyra.BlockChain with 1 args: (Lyra.LyraSystem)
---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.AggregateException: One or more errors occurred. (Unable to authenticate using sasl protocol mechanism SCRAM-SHA-256.)
---> MongoDB.Driver.MongoAuthenticationException: Unable to authenticate using sasl protocol mechanism SCRAM-SHA-256.
---> MongoDB.Driver.MongoCommandException: Command saslContinue failed: Authentication failed..
at MongoDB.Driver.Core.WireProtocol.CommandUsingQueryMessageWireProtocol1.ProcessReply(ConnectionId connectionId, ReplyMessage1 reply)
at MongoDB.Driver.Core.WireProtocol.CommandUsingQueryMessageWireProtocol1.ExecuteAsync(IConnection connection, CancellationToken cancellationToken) at MongoDB.Driver.Core.Authentication.SaslAuthenticator.AuthenticateAsync(IConnection connection, ConnectionDescription description, CancellationToken cancellationToken) --- End of inner exception stack trace --- at MongoDB.Driver.Core.Connections.BinaryConnection.OpenHelperAsync(CancellationToken cancellationToken) at MongoDB.Driver.Core.Servers.Server.GetChannelAsync(CancellationToken cancellationToken) at MongoDB.Driver.Core.Operations.CreateIndexesOperation.ExecuteAsync(IWriteBinding binding, CancellationToken cancellationToken) at MongoDB.Driver.OperationExecutor.ExecuteWriteOperationAsync[TResult](IWriteBinding binding, IWriteOperation1 operation, CancellationToken cancellationToken)
at MongoDB.Driver.MongoCollectionImpl1.ExecuteWriteOperationAsync[TResult](IClientSessionHandle session, IWriteOperation1 operation, CancellationToken cancellationToken)
at MongoDB.Driver.MongoCollectionImpl1.MongoIndexManager.CreateManyAsync(IClientSessionHandle session, IEnumerable1 models, CreateManyIndexesOptions options, CancellationToken cancellationToken)
at MongoDB.Driver.MongoCollectionImpl1.UsingImplicitSessionAsync[TResult](Func2 funcAsync, CancellationToken cancellationToken)
at MongoDB.Driver.MongoIndexManagerBase1.CreateOneAsync(CreateIndexModel1 model, CreateOneIndexOptions options, CancellationToken cancellationToken)
at Lyra.Core.Accounts.MongoAccountCollection.<.ctor>g__CreateIndexes|11_1() in C:\Users\Wizard\source\repos\LyraNetwork\Core\Lyra.Core\Accounts\MongoAccountCollection.cs:line 82
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Lyra.Core.Accounts.MongoAccountCollection..ctor() in C:\Users\Wizard\source\repos\LyraNetwork\Core\Lyra.Core\Accounts\MongoAccountCollection.cs:line 99
at Lyra.BlockChain..ctor(LyraSystem sys) in C:\Users\Wizard\source\repos\LyraNetwork\Core\Lyra.Core\BlockChain.cs:line 51
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at Akka.Actor.Props.ActivatorProducer.Produce()
at Akka.Actor.Props.NewActor()
--- End of inner exception stack trace ---
at Akka.Actor.Props.NewActor()
at Akka.Actor.ActorCell.CreateNewActorInstance()
at Akka.Actor.ActorCell.<>c__DisplayClass109_0.b__0()
at Akka.Actor.ActorCell.UseThreadContext(Action action)
at Akka.Actor.ActorCell.NewActor()
at Akka.Actor.ActorCell.Create(Exception failure)
--- End of inner exception stack trace ---
at Akka.Actor.ActorCell.Create(Exception failure)
at Akka.Actor.ActorCell.SysMsgInvokeAll(EarliestFirstSystemMessageList messages, Int32 currentState)