[SocketException (0x2745): An established connection was aborted by the software in your host machine]
System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) +226
[IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine.]
MySql.Data.Common.MyNetworkStream.HandleOrRethrowException(Exception e) +104
MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count) +294
MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) +125
System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) +227
MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) +52
MySql.Data.MySqlClient.MySqlStream.LoadPacket() +72
[MySqlException (0x80004005): Reading from the stream has failed.]
MySql.Data.MySqlClient.MySqlStream.LoadPacket() +324
MySql.Data.MySqlClient.MySqlStream.ReadPacket() +41
MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +39
[MySqlException (0x80004005): Authentication to host 'mariadb-galera-1' for user 'sis_cmaruja' using method 'mysql_native_password' failed with message: Reading from the stream has failed.]
MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex) +216
MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +108
MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset) +372
MySql.Data.MySqlClient.NativeDriver.Open() +934
MySql.Data.MySqlClient.Driver.Open() +39
MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +329
MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() +18
MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +299
MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +151
MySql.Data.MySqlClient.MySqlPool.GetConnection() +60
MySql.Data.MySqlClient.MySqlConnection.Open() +1218
NHibernate.Connection.DriverConnectionProvider.GetConnection() +225
NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare() +30
NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords(Dialect dialect, IConnectionHelper connectionHelper) +94
NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update(ISessionFactory sessionFactory) +139
NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners) +788
NHibernate.Cfg.Configuration.BuildSessionFactory() +133
Sino.Siave.MvcApplication.Application_Start() +2569
[HttpException (0x80004005): Authentication to host 'mariadb-galera-1' for user 'sis_cmaruja' using method 'mysql_native_password' failed with message: Reading from the stream has failed.]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +546
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +171
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +173
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +255
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +347
[HttpException (0x80004005): Authentication to host 'mariadb-galera-1' for user 'sis_cmaruja' using method 'mysql_native_password' failed with message: Reading from the stream has failed.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +122
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +732
|