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.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) +185

[GenericADOException: could not execute query
[ select usuariomod0_.Id as Id41_, usuariomod0_1_.Versao as Versao41_, usuariomod0_1_.TipoEntidade as TipoEnti3_41_, usuariomod0_1_.Nome as Nome41_, usuariomod0_.Login as Login108_, usuariomod0_.Senha as Senha108_, usuariomod0_.Email as Email108_, usuariomod0_.Ativo as Ativo108_, usuariomod0_.Administrador as Administ6_108_, usuariomod0_.ForcarTrocaSenha as ForcarTr7_108_, usuariomod0_.NotificarRemetenteRecebido as Notifica8_108_, usuariomod0_.NotificarRemetenteEnviado as Notifica9_108_, usuariomod0_.NotificarRemetenteCancelado as Notific10_108_, usuariomod0_.NotificarRemetenteRespondido as Notific11_108_, usuariomod0_.NotificarRemetenteFinalizado as Notific12_108_, usuariomod0_.NotificarRemetenteAssinaEnviado as Notific13_108_, usuariomod0_.NotificarRemetenteAssinaRespost as Notific14_108_, usuariomod0_.NotificarDestinatarioRecebido as Notific15_108_, usuariomod0_.NotificarDestinatarioEnviado as Notific16_108_, usuariomod0_.NotificarDestinatarioCancelado as Notific17_108_, usuariomod0_.NotificarDestinatarioRespondido as Notific18_108_, usuariomod0_.NotificarDestinatarioFinalizado as Notific19_108_, usuariomod0_.AutorPadraoWorkflow as AutorPa20_108_ from Usuario usuariomod0_ inner join Entidade usuariomod0_1_ on usuariomod0_.Id=usuariomod0_1_.Id where usuariomod0_1_.Nome=?p0 ]
  Name:p1 - Value:siaveremoto
[SQL: select usuariomod0_.Id as Id41_, usuariomod0_1_.Versao as Versao41_, usuariomod0_1_.TipoEntidade as TipoEnti3_41_, usuariomod0_1_.Nome as Nome41_, usuariomod0_.Login as Login108_, usuariomod0_.Senha as Senha108_, usuariomod0_.Email as Email108_, usuariomod0_.Ativo as Ativo108_, usuariomod0_.Administrador as Administ6_108_, usuariomod0_.ForcarTrocaSenha as ForcarTr7_108_, usuariomod0_.NotificarRemetenteRecebido as Notifica8_108_, usuariomod0_.NotificarRemetenteEnviado as Notifica9_108_, usuariomod0_.NotificarRemetenteCancelado as Notific10_108_, usuariomod0_.NotificarRemetenteRespondido as Notific11_108_, usuariomod0_.NotificarRemetenteFinalizado as Notific12_108_, usuariomod0_.NotificarRemetenteAssinaEnviado as Notific13_108_, usuariomod0_.NotificarRemetenteAssinaRespost as Notific14_108_, usuariomod0_.NotificarDestinatarioRecebido as Notific15_108_, usuariomod0_.NotificarDestinatarioEnviado as Notific16_108_, usuariomod0_.NotificarDestinatarioCancelado as Notific17_108_, usuariomod0_.NotificarDestinatarioRespondido as Notific18_108_, usuariomod0_.NotificarDestinatarioFinalizado as Notific19_108_, usuariomod0_.AutorPadraoWorkflow as AutorPa20_108_ from Usuario usuariomod0_ inner join Entidade usuariomod0_1_ on usuariomod0_.Id=usuariomod0_1_.Id where usuariomod0_1_.Nome=?p0]]
   NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer) +522
   NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) +26
   NHibernate.Loader.Hql.QueryLoader.List(ISessionImplementor session, QueryParameters queryParameters) +80
   NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl.List(ISessionImplementor session, QueryParameters queryParameters) +286
   NHibernate.Engine.Query.HQLQueryPlan.PerformList(QueryParameters queryParameters, ISessionImplementor session, IList results) +503
   NHibernate.Impl.SessionImpl.List(IQueryExpression queryExpression, QueryParameters queryParameters, IList results) +346
   NHibernate.Impl.AbstractSessionImpl.List(IQueryExpression queryExpression, QueryParameters parameters) +226
   NHibernate.Impl.AbstractQueryImpl2.List() +177
   NHibernate.Linq.DefaultQueryProvider.ExecuteQuery(NhLinqExpression nhLinqExpression, IQuery query, NhLinqExpression nhQuery) +44
   NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) +64
   NHibernate.Linq.DefaultQueryProvider.Execute(Expression expression) +26
   Sino.Siave.Controllers.BaseController.CarregarPermissoes(Boolean sobrescrever) +616
   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!