I am using some modules in addon-modules for moneyserver named OpenSim.Data.MySQL.MySQLMoneyDataWrapper
OpenSim.Grid.MoneyServer
OpenSim.Modules.Currency
and OpenSimSearch from osgrid.org

may be the OpenSim.Data.MySQL.MySQLMoneyDataWrapper is important for this issue. The modules are in http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk

Yes if have some change I always do runprebuild and compile again.

This is the Robust.log attached and here in plain text
///////////////////Robust.log////////////////////////////

2021-07-22 13:21:15,696 INFO (1) - OpenSim.Framework.Servers.ServerBase [SERVER BASE]: Logging started to file X:\0.9.2\STANDALONE\0GRID\Robust.log 2021-07-22 13:21:15,716 INFO (1) - OpenSim.Framework.Servers.ServerBase [SERVER BASE]: Stats Logging started to file X:\0.9.2\STANDALONE\0GRID\RobustStats.log 2021-07-22 13:21:15,716 INFO (1) - OpenSim.Framework.Servers.ServerBase [SERVER BASE]: Starting in X:\0.9.2\STANDALONE\0GRID 2021-07-22 13:21:15,716 INFO (1) - OpenSim.Framework.Servers.ServerBase [SERVER BASE]: OpenSimulator version: OpenSim 0.9.2.0 Yeti Dev 2021-07-22 13:21:15,716 INFO (1) - OpenSim.Framework.Servers.ServerBase [SERVER BASE]: Operating system version: Microsoft Windows NT 6.1.7601 Service Pack 1, .NET platform Win32NT, 64-bit 2021-07-22 13:21:15,726 INFO (1) - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: Starting HTTP server on port 8007 2021-07-22 13:21:15,736 DEBUG (1) - OpenSim.Framework.Monitoring.Watchdog [WATCHDOG]: Started tracking thread PollServiceWatcherThread, ID 5 2021-07-22 13:21:15,746 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading AssetServiceConnector on port 8007 2021-07-22 13:21:15,766 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAssetService from OpenSim.Services.AssetService.dll. Exception: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySQLAssetData.Initialise(String connect)
at OpenSim.Services.AssetService.AssetServiceBase..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Services\AssetService\AssetServiceBase.cs:line 89 at OpenSim.Services.AssetService.AssetService..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Services\AssetService\AssetService.cs:line 52
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,776 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.AssetService.dll: Exception has been thrown by the target of an invocation. args.Length 2 2021-07-22 13:21:15,776 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Server.Handlers.Base.IServiceConnector from OpenSim.Server.Handlers.dll. Exception: Failed to load AssetService from OpenSim.Services.AssetService.dll:AssetService; config is AssetService System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Failed to load AssetService from OpenSim.Services.AssetService.dll:AssetService; config is AssetService at OpenSim.Server.Handlers.Asset.AssetServiceConnector..ctor(IConfigSource config, IHttpServer server, String configName) in X:\0.9.2\Julio22.1\OpenSim\Server\Handlers\Asset\AssetServerConnector.cs:line 70
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,786 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Server.Handlers.dll: Exception has been thrown by the target of an invocation. args.Length 3 2021-07-22 13:21:15,786 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Server.Handlers.dll: Constructor on type 'OpenSim.Server.Handlers.Asset.AssetServiceConnector' not found. args.Length 2 2021-07-22 13:21:15,786 ERROR (1) - OpenSim.Server.OpenSimServer [SERVER]: Failed to load OpenSim.Server.Handlers.dll:AssetServiceConnector 2021-07-22 13:21:15,786 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading XInventoryInConnector on port 8007 2021-07-22 13:21:15,786 DEBUG (1) - OpenSim.Server.Handlers.Inventory.XInventoryInConnector [XInventoryInConnector]: Starting with config name InventoryService 2021-07-22 13:21:15,796 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IXInventoryData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlInventoryHandler`1..ctor(String c, String t, String m) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLXInventoryData.cs:line 300 at OpenSim.Data.MySQL.MySqlFolderHandler..ctor(String c, String t, String m) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLXInventoryData.cs:line 256 at OpenSim.Data.MySQL.MySQLXInventoryData..ctor(String conn, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLXInventoryData.cs:line 50
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,806 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IInventoryService from OpenSim.Services.InventoryService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.InventoryService.XInventoryService..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Services\InventoryService\XInventoryService.cs:line 100
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,806 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.InventoryService.dll: Exception has been thrown by the target of an invocation. args.Length 2 2021-07-22 13:21:15,816 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: XInventoryInConnector loaded successfully 2021-07-22 13:21:15,816 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading GridServiceConnector on port 8007 2021-07-22 13:21:15,816 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IRegionData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, regions System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
at OpenSim.Data.MySQL.MySqlRegionData..ctor(String connectionString, String realm)
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,826 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IGridService from OpenSim.Services.GridService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.GridService.GridServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\GridService\GridServiceBase.cs:line 82 at OpenSim.Services.GridService.GridService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\GridService\GridService.cs:line 64
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,836 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.GridService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,836 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: GridServiceConnector loaded successfully 2021-07-22 13:21:15,836 INFO (1) - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: Starting HTTP server on port 8006 2021-07-22 13:21:15,836 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading GridInfoServerInConnector on port 8006 2021-07-22 13:21:15,836 DEBUG (1) - OpenSim.Server.Handlers.Grid.GridInfoHandlers [GRID INFO SERVICE]: Grid info service initialized with 11 keys 2021-07-22 13:21:15,836 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: GridInfoServerInConnector loaded successfully 2021-07-22 13:21:15,836 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading AuthenticationServiceConnector on port 8007 2021-07-22 13:21:15,846 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAuthenticationData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, auth System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
at OpenSim.Data.MySQL.MySqlAuthenticationData..ctor(String connectionString, String realm)
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,846 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAuthenticationService from OpenSim.Services.AuthenticationService.dll. Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\AuthenticationServiceBase.cs:line 100 at OpenSim.Services.AuthenticationService.PasswordAuthenticationService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\PasswordAuthenticationService.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,856 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.AuthenticationService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,856 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: AuthenticationServiceConnector loaded successfully 2021-07-22 13:21:15,856 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading OpenIdServerConnector on port 8006 2021-07-22 13:21:15,856 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAuthenticationData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, auth System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
at OpenSim.Data.MySQL.MySqlAuthenticationData..ctor(String connectionString, String realm)
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,856 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAuthenticationService from OpenSim.Services.AuthenticationService.dll. Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\AuthenticationServiceBase.cs:line 100 at OpenSim.Services.AuthenticationService.PasswordAuthenticationService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\PasswordAuthenticationService.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,866 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.AuthenticationService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,866 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IUserAccountData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, UserAccounts System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlUserAccountData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLUserAccountData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,876 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IUserAccountService from OpenSim.Services.UserAccountService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.UserAccountService.UserAccountServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\UserAccountServiceBase.cs:line 71 at OpenSim.Services.UserAccountService.UserAccountService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\UserAccountService.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,876 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserAccountService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,876 INFO (1) - OpenSim.Server.Handlers.Authentication.OpenIdServerConnector [OPENID]: OpenId service enabled 2021-07-22 13:21:15,876 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: OpenIdServerConnector loaded successfully 2021-07-22 13:21:15,876 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading AvatarServiceConnector on port 8007 2021-07-22 13:21:15,886 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAvatarData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, Avatars System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLAvatarData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLAvatarData.cs:line 49
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,886 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAvatarService from OpenSim.Services.AvatarService.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Services.AvatarService.AvatarServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AvatarService\AvatarServiceBase.cs:line 82 at OpenSim.Services.AvatarService.AvatarService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AvatarService\AvatarService.cs:line 49
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,886 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.AvatarService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,886 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: AvatarServiceConnector loaded successfully 2021-07-22 13:21:15,886 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading LLLoginServiceInConnector on port 8006 2021-07-22 13:21:15,896 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IUserAccountData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, UserAccounts System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlUserAccountData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLUserAccountData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,906 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IUserAccountService from OpenSim.Services.UserAccountService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.UserAccountService.UserAccountServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\UserAccountServiceBase.cs:line 71 at OpenSim.Services.UserAccountService.UserAccountService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\UserAccountService.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,906 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserAccountService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,906 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IGridUserData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, GridUser System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLGridUserData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGridUserData.cs:line 47
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,906 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IGridUserService from OpenSim.Services.UserAccountService.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Services.UserAccountService.GridUserServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\GridUserServiceBase.cs:line 80 at OpenSim.Services.UserAccountService.GridUserService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\GridUserService.cs:line 48
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,916 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserAccountService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,916 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAuthenticationData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, auth System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
at OpenSim.Data.MySQL.MySqlAuthenticationData..ctor(String connectionString, String realm)
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,916 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAuthenticationService from OpenSim.Services.AuthenticationService.dll. Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\AuthenticationServiceBase.cs:line 100 at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config, IUserAccountService acct) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\AuthenticationServiceBase.cs:line 56 at OpenSim.Services.AuthenticationService.PasswordAuthenticationService..ctor(IConfigSource config, IUserAccountService userService) in X:\0.9.2\Julio22.1\OpenSim\Services\AuthenticationService\PasswordAuthenticationService.cs:line 55
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,916 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.AuthenticationService.dll: Exception has been thrown by the target of an invocation. args.Length 2 2021-07-22 13:21:15,916 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IXInventoryData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlInventoryHandler`1..ctor(String c, String t, String m) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLXInventoryData.cs:line 300 at OpenSim.Data.MySQL.MySqlFolderHandler..ctor(String c, String t, String m) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLXInventoryData.cs:line 256 at OpenSim.Data.MySQL.MySQLXInventoryData..ctor(String conn, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLXInventoryData.cs:line 50
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,926 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IInventoryService from OpenSim.Services.InventoryService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.InventoryService.XInventoryService..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Services\InventoryService\XInventoryService.cs:line 100 at OpenSim.Services.InventoryService.XInventoryService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\InventoryService\XInventoryService.cs:line 52
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,926 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.InventoryService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,926 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IRegionData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, regions System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
at OpenSim.Data.MySQL.MySqlRegionData..ctor(String connectionString, String realm)
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,926 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IGridService from OpenSim.Services.GridService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.GridService.GridServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\GridService\GridServiceBase.cs:line 82 at OpenSim.Services.GridService.GridService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\GridService\GridService.cs:line 64
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,926 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.GridService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,936 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IPresenceData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, Presence System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLPresenceData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLPresenceData.cs:line 49
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,936 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IPresenceService from OpenSim.Services.PresenceService.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Services.PresenceService.PresenceServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\PresenceService\PresenceServiceBase.cs:line 82 at OpenSim.Services.PresenceService.PresenceService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\PresenceService\PresenceService.cs:line 52
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,946 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.PresenceService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,946 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAvatarData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, Avatars System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLAvatarData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLAvatarData.cs:line 49
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,946 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAvatarService from OpenSim.Services.AvatarService.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Services.AvatarService.AvatarServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AvatarService\AvatarServiceBase.cs:line 82 at OpenSim.Services.AvatarService.AvatarService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\AvatarService\AvatarService.cs:line 49
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,946 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.AvatarService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,956 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IFriendsData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, Friends System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlFriendsData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLFriendsData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,956 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IFriendsService from OpenSim.Services.FriendsService.dll. Exception: Could not find a storage interface IFriendsData in the given StorageProvider OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface IFriendsData in the given StorageProvider OpenSim.Data.MySQL.dll at OpenSim.Services.Friends.FriendsServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\Friends\FriendsServiceBase.cs:line 87 at OpenSim.Services.Friends.FriendsService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\Friends\FriendsService.cs:line 42
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,956 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.FriendsService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,966 DEBUG (1) - OpenSim.Services.LLLoginService.LLLoginService [LLOGIN SERVICE]: Using instantiated LibraryService 2021-07-22 13:21:15,966 DEBUG (1) - OpenSim.Services.InventoryService.LibraryService [LIBRARY]: Starting library service... 2021-07-22 13:21:15,976 INFO (1) - OpenSim.Services.InventoryService.LibraryService [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml 2021-07-22 13:21:15,986 DEBUG (1) - OpenSim.Services.LLLoginService.LLLoginService [LLOGIN SERVICE]: Starting... 2021-07-22 13:21:15,996 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: LLLoginServiceInConnector loaded successfully 2021-07-22 13:21:15,996 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading PresenceServiceConnector on port 8007 2021-07-22 13:21:15,996 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IPresenceData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, Presence System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLPresenceData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLPresenceData.cs:line 49
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:15,996 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IPresenceService from OpenSim.Services.PresenceService.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Services.PresenceService.PresenceServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\PresenceService\PresenceServiceBase.cs:line 82 at OpenSim.Services.PresenceService.PresenceService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\PresenceService\PresenceService.cs:line 52
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:15,996 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.PresenceService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:15,996 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: PresenceServiceConnector loaded successfully 2021-07-22 13:21:16,006 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading UserAccountServiceConnector on port 8007 2021-07-22 13:21:16,006 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IUserAccountData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, UserAccounts System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlUserAccountData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLUserAccountData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,006 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IUserAccountService from OpenSim.Services.UserAccountService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.UserAccountService.UserAccountServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\UserAccountServiceBase.cs:line 71 at OpenSim.Services.UserAccountService.UserAccountService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\UserAccountService.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,006 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserAccountService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:16,006 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: UserAccountServiceConnector loaded successfully 2021-07-22 13:21:16,006 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading GridUserServiceConnector on port 8007 2021-07-22 13:21:16,006 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IGridUserData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, GridUser System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLGridUserData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGridUserData.cs:line 47
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,016 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IGridUserService from OpenSim.Services.UserAccountService.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Services.UserAccountService.GridUserServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\GridUserServiceBase.cs:line 80 at OpenSim.Services.UserAccountService.GridUserService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\GridUserService.cs:line 48
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,016 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserAccountService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:16,016 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: GridUserServiceConnector loaded successfully 2021-07-22 13:21:16,016 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading AgentPreferencesServiceConnector on port 8007 2021-07-22 13:21:16,016 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAgentPreferencesData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, AgentPrefs System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLAgentPreferencesData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLAgentPreferencesData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,026 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAgentPreferencesService from OpenSim.Services.UserAccountService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.UserAccountService.AgentPreferencesServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\AgentPreferencesServiceBase.cs:line 71 at OpenSim.Services.UserAccountService.AgentPreferencesService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\UserAccountService\AgentPreferencesService.cs:line 44
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,026 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserAccountService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:16,026 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: AgentPreferencesServiceConnector loaded successfully 2021-07-22 13:21:16,026 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading FriendsServiceConnector on port 8007 2021-07-22 13:21:16,026 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IFriendsData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, Friends System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlFriendsData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLFriendsData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,026 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IFriendsService from OpenSim.Services.FriendsService.dll. Exception: Could not find a storage interface IFriendsData in the given StorageProvider OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface IFriendsData in the given StorageProvider OpenSim.Data.MySQL.dll at OpenSim.Services.Friends.FriendsServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\Friends\FriendsServiceBase.cs:line 87 at OpenSim.Services.Friends.FriendsService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\Friends\FriendsService.cs:line 42
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,036 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.FriendsService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:16,036 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: FriendsServiceConnector loaded successfully 2021-07-22 13:21:16,036 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading MapAddServiceConnector on port 8007 2021-07-22 13:21:16,036 DEBUG (1) - OpenSim.Services.MapImageService.MapImageService [MAP IMAGE SERVICE]: Starting MapImage service 2021-07-22 13:21:16,046 INFO (1) - OpenSim.Server.Handlers.MapImage.MapAddServiceConnector [MAP IMAGE HANDLER]: GridService check is OFF 2021-07-22 13:21:16,046 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: MapAddServiceConnector loaded successfully 2021-07-22 13:21:16,046 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading MapGetServiceConnector on port 8006 2021-07-22 13:21:16,046 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: MapGetServiceConnector loaded successfully 2021-07-22 13:21:16,046 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading OfflineIMServiceRobustConnector on port 8007 2021-07-22 13:21:16,046 DEBUG (1) - OpenSim.OfflineIM.OfflineIMServiceRobustConnector [OfflineIM.V2.RobustConnector]: Starting with config name Messaging 2021-07-22 13:21:16,046 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IOfflineIMData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, im_offline System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySQLOfflineIMData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLOfflineIMData.cs:line 44
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,056 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Server.Handlers.Base.IServiceConnector from OpenSim.Addons.OfflineIM.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.OfflineIM.OfflineIMServiceBase..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Addons\OfflineIM\Service\OfflineIMServiceBase.cs:line 81 at OpenSim.OfflineIM.OfflineIMService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Addons\OfflineIM\Service\OfflineIMService.cs:line 56 at OpenSim.OfflineIM.OfflineIMServiceRobustConnector..ctor(IConfigSource config, IHttpServer server, String configName) in X:\0.9.2\Julio22.1\OpenSim\Addons\OfflineIM\Remote\OfflineIMServiceRobustConnector.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,056 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Addons.OfflineIM.dll: Exception has been thrown by the target of an invocation. args.Length 3 2021-07-22 13:21:16,056 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Addons.OfflineIM.dll: Constructor on type 'OpenSim.OfflineIM.OfflineIMServiceRobustConnector' not found. args.Length 2 2021-07-22 13:21:16,056 ERROR (1) - OpenSim.Server.OpenSimServer [SERVER]: Failed to load OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector 2021-07-22 13:21:16,056 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading GroupsServiceRobustConnector on port 8007 2021-07-22 13:21:16,066 DEBUG (1) - OpenSim.Groups.GroupsServiceRobustConnector [Groups.RobustConnector]: Starting with config name Groups 2021-07-22 13:21:16,066 DEBUG (1) - OpenSim.Groups.GroupsServiceRobustConnector [Groups.RobustConnector]: Starting with secret key 2021-07-22 13:21:16,066 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IGroupsData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true;, os_groups System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlGroupsGroupsHandler..ctor(String connectionString, String realm, String store) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGroupsData.cs:line 364 at OpenSim.Data.MySQL.MySQLGroupsData..ctor(String connectionString, String realm) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGroupsData.cs:line 53
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,066 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Server.Handlers.Base.IServiceConnector from OpenSim.Addons.Groups.dll. Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll at OpenSim.Groups.GroupsServiceBase..ctor(IConfigSource config, String cName) in X:\0.9.2\Julio22.1\OpenSim\Addons\Groups\Service\GroupsServiceBase.cs:line 88 at OpenSim.Groups.GroupsService..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Addons\Groups\Service\GroupsService.cs:line 109 at OpenSim.Groups.GroupsService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Addons\Groups\Service\GroupsService.cs:line 114 at OpenSim.Groups.GroupsServiceRobustConnector..ctor(IConfigSource config, IHttpServer server, String configName) in X:\0.9.2\Julio22.1\OpenSim\Addons\Groups\Remote\GroupsServiceRobustConnector.cs:line 71
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,076 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Addons.Groups.dll: Exception has been thrown by the target of an invocation. args.Length 3 2021-07-22 13:21:16,076 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Addons.Groups.dll: Constructor on type 'OpenSim.Groups.GroupsServiceRobustConnector' not found. args.Length 2 2021-07-22 13:21:16,076 ERROR (1) - OpenSim.Server.OpenSimServer [SERVER]: Failed to load OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector 2021-07-22 13:21:16,076 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading XBakesConnector on port 8007 2021-07-22 13:21:16,076 INFO (1) - OpenSim.Server.Handlers.BakedTextures.XBakes [BAKES]: XBakes service enabled 2021-07-22 13:21:16,076 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: XBakesConnector loaded successfully 2021-07-22 13:21:16,076 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading UserProfilesConnector on port 8006 2021-07-22 13:21:16,086 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IProfilesData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true; System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.UserProfilesData.Init()
at OpenSim.Data.MySQL.UserProfilesData..ctor(String connectionString) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLUserProfilesData.cs:line 61
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,086 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IUserProfilesService from OpenSim.Services.UserProfilesService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.ProfilesService.UserProfilesServiceBase..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Services\UserProfilesService\UserProfilesServiceBase.cs:line 84 at OpenSim.Services.ProfilesService.UserProfilesService..ctor(IConfigSource config, String configName) in X:\0.9.2\Julio22.1\OpenSim\Services\UserProfilesService\UserProfilesService.cs:line 52
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,086 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.UserProfilesService.dll: Exception has been thrown by the target of an invocation. args.Length 2 2021-07-22 13:21:16,086 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: UserProfilesConnector loaded successfully 2021-07-22 13:21:16,086 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: Loading MuteListServiceConnector on port 8007 2021-07-22 13:21:16,096 ERROR (1) - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IMuteListData from OpenSim.Data.MySQL.dll with args Data Source=192.168.1.9;Database=standalone;User ID=opensim_opensim;Password=censored;Old Guids=true; System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.9.11.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A)
   --- End of inner exception stack trace ---
   at OpenSim.Data.MySQL.MySqlFramework..ctor(String connectionString)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLGenericTableHandler.cs:line 63 at OpenSim.Data.MySQL.MySqlMuteListData..ctor(String connectionString) in X:\0.9.2\Julio22.1\OpenSim\Data\MySQL\MySQLMuteListData.cs:line 41
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Services\Base\ServiceBase.cs:line 93 2021-07-22 13:21:16,096 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IMuteListService from OpenSim.Services.MuteListService.dll. Exception: Could not find a storage interface in the given module System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Could not find a storage interface in the given module at OpenSim.Services.EstateService.MuteListService..ctor(IConfigSource config) in X:\0.9.2\Julio22.1\OpenSim\Services\MuteListService\MuteListService.cs:line 78
   --- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   at System.Activator.CreateInstance(Type type, Object[] args)
at OpenSim.Server.Base.ServerUtils.LoadPlugin[T](String dllName, String className, Object[] args) in X:\0.9.2\Julio22.1\OpenSim\Server\Base\ServerUtils.cs:line 290 2021-07-22 13:21:16,096 ERROR (1) - OpenSim.Server.Base.ServerUtils [SERVER UTILS]: Error loading plugin OpenSim.Services.MuteListService.dll: Exception has been thrown by the target of an invocation. args.Length 1 2021-07-22 13:21:16,096 INFO (1) - OpenSim.Server.OpenSimServer [SERVER]: MuteListServiceConnector loaded successfully
/////////////////////End Robust Log.////////////////////


On 22/07/2021 13:11, Leal Duarte wrote:
Hi

     I do not see the attachment.

     Did you runprebuild(.bat/sh) and did recompile opensim?

    That is needed on that commit (i forgot to say it on the commit, sorry)

Ubit


_______________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.org
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users

Reply via email to