Acessibilidade   |   Aumentar Fonte   |   Contraste   |  



Server Error in '/' Application.

WSREP has not yet prepared node for application use

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: MySql.Data.MySqlClient.MySqlException: WSREP has not yet prepared node for application use

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[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.LoadEntity(ISessionImplementor session, Object id, IType identifierType, Object optionalObject, String optionalEntityName, Object optionalIdentifier, IEntityPersister persister) +403

[GenericADOException: could not load an entity: [Sino.Siscam.Dados.Models.ModuloModel#342][SQL: SELECT modulomode0_.Id as Id40_4_, modulomode0_.Versao as Versao40_4_, modulomode0_.Nome as Nome40_4_, modulomode0_.Tipo as Tipo40_4_, modulomode0_.Filho as Filho40_4_, modulomode0_.Ativo as Ativo40_4_, modulovinc1_.Id as Id48_0_, modulovinc1_.Versao as Versao48_0_, modulovinc1_.Indice as Indice48_0_, modulovinc1_.Pai as Pai48_0_, modulovinc1_.Filho as Filho48_0_, modulomenu2_.Id as Id44_1_, modulomenu2_.Versao as Versao44_1_, modulomenu2_.Menu as Menu44_1_, modulomenu2_.Modulo as Modulo44_1_, modulomenu2_.Rota as Rota44_1_, modulomenu2_.Oculto as Oculto44_1_, modulotipo3_.Id as Id46_2_, modulotipo3_.Versao as Versao46_2_, modulotipo3_.TipoDocumento as TipoDocu3_46_2_, modulotipo3_.Modulo as Modulo46_2_, modulotipo4_.Id as Id47_3_, modulotipo4_.Versao as Versao47_3_, modulotipo4_.TipoNumeracao as TipoNume3_47_3_, modulotipo4_.Modulo as Modulo47_3_ FROM Modulo modulomode0_ left outer join ModuloVinculo modulovinc1_ on modulomode0_.Id=modulovinc1_.Filho left outer join ModuloMenu modulomenu2_ on modulomode0_.Id=modulomenu2_.Modulo left outer join ModuloTipoDocumento modulotipo3_ on modulomode0_.Id=modulotipo3_.Modulo left outer join ModuloTipoNumeracao modulotipo4_ on modulomode0_.Id=modulotipo4_.Modulo WHERE modulomode0_.Id=?]]
   NHibernate.Loader.Loader.LoadEntity(ISessionImplementor session, Object id, IType identifierType, Object optionalObject, String optionalEntityName, Object optionalIdentifier, IEntityPersister persister) +723
   NHibernate.Loader.Entity.AbstractEntityLoader.Load(ISessionImplementor session, Object id, Object optionalObject, Object optionalId) +77
   NHibernate.Loader.Entity.AbstractEntityLoader.Load(Object id, Object optionalObject, ISessionImplementor session) +38
   NHibernate.Event.Default.DefaultLoadEventListener.LoadFromDatasource(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options) +182
   NHibernate.Event.Default.DefaultLoadEventListener.Load(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options) +184
   NHibernate.Event.Default.DefaultLoadEventListener.OnLoad(LoadEvent event, LoadType loadType) +1018
   NHibernate.Impl.SessionImpl.FireLoad(LoadEvent event, LoadType loadType) +203
   NHibernate.Impl.SessionImpl.ImmediateLoad(String entityName, Object id) +318
   NHibernate.Proxy.AbstractLazyInitializer.Initialize() +119
   NHibernate.Proxy.DefaultLazyInitializer.Intercept(InvocationInfo info) +103
   ModuloModelProxy.get_MenuVinculo() +341
   Sino.Siave.Controllers.<>c.<CarregarPermissoes>b__33_7(PermissaoModel w) +34
   System.Linq.<>c__DisplayClass6_0`1.<CombinePredicates>b__0(TSource x) +29
   System.Linq.WhereListIterator`1.MoveNext() +82
   System.Linq.Lookup`2.Create(IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) +332
   System.Linq.GroupedEnumerable`3.GetEnumerator() +90
   System.Linq.WhereSelectEnumerableIterator`2.MoveNext() +84
   System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +453
   System.Linq.Enumerable.ToList(IEnumerable`1 source) +73
   Sino.Siave.Controllers.BaseController.CarregarPermissoes(Boolean sobrescrever) +2179
   Sino.Siave.Controllers.BaseController.OnActionExecuting(ActionExecutingContext filterContext) +2524
   Sino.Siave.Controllers.DocumentosController.OnActionExecuting(ActionExecutingContext filterContext) +27
   System.Web.Mvc.Async.AsyncControllerActionInvoker.InvokeActionMethodFilterAsynchronously(IActionFilter filter, ActionExecutingContext preContext, Func`1 nextInChain) +100
   System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__31(AsyncCallback asyncCallback, Object asyncState) +273
   System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +170
   System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters, AsyncCallback callback, Object state) +292
   System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__1e(AsyncCallback asyncCallback, Object asyncState) +753
   System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +170
   System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state) +418
   System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__17(AsyncCallback asyncCallback, Object asyncState) +49
   System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +170
   System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state) +540
   System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +170
   System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) +464
   System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__2(AsyncCallback asyncCallback, Object asyncState) +129
   System.Web.Mvc.Async.WrappedAsyncResult`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +170
   System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +342
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +965
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +172
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.9236.0

Esse site armazena dados (como cookies), o que permite que determinadas funcionalidades (como análises e personalização) funcionem apropriadamente. Clique aqui e saiba mais!