-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table 'onlyoffice.tenants_tenants' doesn't exist #187
Comments
Hello @filwu8 Have you changed our docker-compose.yml file? Also attach the output of |
version: '3'
|
mysql
|
when i run docker-compose for win11 wsl2 docker
Table 'onlyoffice.tenants_tenants' doesn't exist
MySql.Data.MySqlClient.MySqlException
Table 'onlyoffice.tenants_tenants' doesn't exist
Description: HTTP 500.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): MySql.Data.
Exception stack trace:
at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x000aa] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int64& insertedId) [0x0005d] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at MySql.Data.MySqlClient.Driver.GetResult (System.Int32 statementId, System.Int32& affectedRows, System.Int64& insertedId) [0x00000] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at MySql.Data.MySqlClient.Driver.NextResult (System.Int32 statementId, System.Boolean force) [0x00023] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at MySql.Data.MySqlClient.MySqlDataReader.NextResult () [0x00251] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0030c] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader (System.Data.CommandBehavior behavior) [0x00000] in <67abbb3783c24cd0a9c685bbfbcea559>:0
at System.Data.Common.DbCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x00000] in <2d547ce14b5c4254936ffeb73ed1353b>:0
at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader(System.Data.CommandBehavior)
at ASC.Common.Data.AdoProxy.DbCommandProxy.ExecuteDbDataReader (System.Data.CommandBehavior behavior) [0x00026] in <9083d94592564b93a4845d56152c7a6a>:0
at System.Data.Common.DbCommand.ExecuteReader () [0x00000] in <2d547ce14b5c4254936ffeb73ed1353b>:0
at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand.ExecuteReader()
at ASC.Common.Data.DataExtensions.ExecuteListReader (System.Data.Common.DbCommand command) [0x00000] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Data.DataExtensions.ExecuteList (System.Data.Common.DbCommand command, System.String sql, System.Object[] parameters) [0x00008] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Data.DataExtensions.ExecuteList (System.Data.Common.DbCommand command) [0x00007] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Data.DataExtensions.ExecuteList (System.Data.Common.DbCommand command, ASC.Common.Data.Sql.ISqlInstruction sql, ASC.Common.Data.Sql.ISqlDialect dialect) [0x00008] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Data.DbManager.ExecuteList (ASC.Common.Data.Sql.ISqlInstruction sql) [0x0000d] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Data.DbManagerProxy.ExecuteList (ASC.Common.Data.Sql.ISqlInstruction sql) [0x00006] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Core.Data.DbBaseService+<>c__DisplayClass8_0.b__0 (ASC.Common.Data.IDbManager db) [0x00000] in :0
at ASC.Core.Data.DbBaseService.Execute[T] (System.Func`2[T,TResult] action) [0x00007] in :0
at ASC.Core.Data.DbBaseService.ExecList (ASC.Common.Data.Sql.ISqlInstruction sql) [0x0000d] in :0
at ASC.Core.Data.DbTenantService.GetTenants (ASC.Common.Data.Sql.Expressions.Exp where) [0x00007] in :0
at ASC.Core.Data.DbTenantService.GetTenant (System.String domain) [0x00039] in :0
at ASC.Core.Caching.CachedTenantService.GetTenant (System.String domain) [0x00012] in :0
at ASC.Core.TenantManager.GetTenant (System.String domain) [0x0001f] in :0
at ASC.Core.TenantManager.GetCurrentTenant (System.Boolean throwIfNotFound) [0x00047] in :0
at ASC.Common.Logging.LogManager+<>c.b__0_0 () [0x00005] in :0
at ASC.Common.Logging.LogNLog.Log (NLog.LogEventInfo theEvent) [0x00008] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Logging.LogNLog.Log (NLog.LogLevel level, System.Object message) [0x00025] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Common.Logging.LogNLog.Error (System.Object message) [0x00000] in <9083d94592564b93a4845d56152c7a6a>:0
at ASC.Api.ApiSetupHttpModule.Init (System.Web.HttpApplication context) [0x00053] in <02c882079d524176b2e51d0bb71a96c7>:0
at System.Web.Configuration.HttpModulesSection.LoadModules (System.Web.HttpApplication app) [0x00047] in :0
at System.Web.HttpApplication.InitOnce (System.Boolean full_init) [0x0008e] in :0
The text was updated successfully, but these errors were encountered: