[MySqlException (0x80004005): WSREP has not yet prepared node for application use]
MySql.Data.MySqlClient.MySqlStream.ReadPacket() +389
MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) +379
MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) +119
MySql.Data.MySqlClient.MySqlDataReader.NextResult() +1046
MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +2397
NHibernate.AdoNet.AbstractBatcher.ExecuteReader(IDbCommand cmd) +625
NHibernate.Loader.Loader.GetResultSet(IDbCommand st, Boolean autoDiscoverTypes, Boolean callable, RowSelection selection, ISessionImplementor session) +449
NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies, IResultTransformer forcedResultTransformer) +346
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies, IResultTransformer forcedResultTransformer) +228
NHibernate.Loader.Loader.LoadCollectionBatch(ISessionImplementor session, Object[] ids, IType type) +338
[GenericADOException: could not initialize a collection batch: [Sino.Siscam.Dados.Models.DocumentoModel.Autores#System.Object[]][SQL: SELECT autores0_.Documento as Documento1_, autores0_.Id as Id1_, autores0_.Id as Id29_0_, autores0_.Versao as Versao29_0_, autores0_.Documento as Documento29_0_, autores0_.UsarApelido as UsarApel4_29_0_, autores0_.Autor as Autor29_0_, autores0_.Ordem as Ordem29_0_, autores0_.Iniciativa as Iniciativa29_0_ FROM DocumentoAutor autores0_ WHERE autores0_.Documento in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]]
NHibernate.Loader.Loader.LoadCollectionBatch(ISessionImplementor session, Object[] ids, IType type) +614
NHibernate.Event.Default.DefaultInitializeCollectionEventListener.OnInitializeCollection(InitializeCollectionEvent event) +622
NHibernate.Impl.SessionImpl.InitializeCollection(IPersistentCollection collection, Boolean writing) +476
NHibernate.Collection.AbstractPersistentCollection.Initialize(Boolean writing) +60
NHibernate.Collection.Generic.PersistentGenericBag`1.GetEnumerator() +27
System.Linq.WhereEnumerableIterator`1.MoveNext() +207
System.Linq.Buffer`1..ctor(IEnumerable`1 source) +168
System.Linq.<GetEnumerator>d__1.MoveNext() +208
System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +123
System.String.Join(String separator, IEnumerable`1 values) +84
Sino.Siscam.Dados.Models.DocumentoModel.Autoria(String formato) +422
Sino.Siscam.Texto.Models.Variaveis.DocumentoModel.Preencher(DocumentoModel documento) +5383
Sino.Siscam.Texto.Models.Variaveis.SessaoDocumentoModel..ctor(DocumentoModel documento, SessaoDocumentoModel sessaoDocumento) +48
Sino.Siscam.Texto.Models.Variaveis.ComposicaoModel..ctor(SessaoDocumentoVinculoModel vinculo) +55
Sino.Siave.Controllers.SessoesController.AplicarVariaveis(TipoComposicaoSessaoModel composicao, IEnumerable`1 vinculos, Int32& indiceGlobal) +526
Sino.Siave.Controllers.SessoesController.CarregarSessaoDocumento(Int64 id) +2385
Sino.Siave.Controllers.SessoesController.Documento(Int64 id) +24
lambda_method(Closure , ControllerBase , Object[] ) +142
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +280
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +35
System.Web.Mvc.Async.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41() +33
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +42
System.Web.Mvc.Async.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33() +80
System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +396
System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +396
System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +396
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +32
System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +187
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +30
System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +25
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +25
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +44
System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +25
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +426
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +172
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158
|