Talk:FAQ

From OpenSimulator

Revision as of 13:27, 15 August 2012 by Roniclel (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Before you add a FAQ-issue, please consider:

  • the FAQ shouldn't be a howto, so please consider to add howto's to the appropriate section
  • Every FAQ part should end with a question mark. Questions in the form of 'x doesn't work!' should go to Troubleshooting

Moving ** Errors from incomplete data migrations** to Troubleshooting (section)

I have moved the section "Errors from incomplete data migrations" to Troubleshooting (section).

--Magneto CartWheel 14:41, 19 October 2010 (UTC)

Error robust.exe

2012-08-15 17:16:24,133 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Starting HTTP server on port 8003 2012-08-15 17:16:24,242 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread0, ID 5 2012-08-15 17:16:24,242 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread1, ID 6 2012-08-15 17:16:24,258 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread2, ID 7 2012-08-15 17:16:24,258 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWatcherThread, ID 8 2012-08-15 17:16:24,258 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:24,258 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading AssetServiceConnector 2012-08-15 17:16:24,523 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.AssetService.dll, exception MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLAssetData.Initialise(String connect)
  at OpenSim.Services.AssetService.AssetServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.AssetService.AssetService..ctor(IConfigSource config)

2012-08-15 17:16:24,539 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Server.Handlers.dll, exception 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)

2012-08-15 17:16:24,554 INFO - OpenSim.Server.OpenSimServer [SERVER]: Failed to load OpenSim.Server.Handlers.dll:AssetServiceConnector 2012-08-15 17:16:24,554 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:24,554 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading XInventoryInConnector 2012-08-15 17:16:24,554 DEBUG - OpenSim.Server.Handlers.Asset.XInventoryInConnector [XInventoryInConnector]: Starting with config name InventoryService 2012-08-15 17:16:24,585 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IXInventoryData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  at OpenSim.Data.MySQL.MySQLXInventoryData..ctor(String conn, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:24,617 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.InventoryService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.InventoryService.XInventoryService..ctor(IConfigSource config)

2012-08-15 17:16:24,632 INFO - OpenSim.Server.OpenSimServer [SERVER]: XInventoryInConnector loaded successfully 2012-08-15 17:16:24,632 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8004 2012-08-15 17:16:24,632 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Starting new HTTP server on port 8004 2012-08-15 17:16:24,632 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread0, ID 10 2012-08-15 17:16:24,632 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread1, ID 11 2012-08-15 17:16:24,648 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread2, ID 12 2012-08-15 17:16:24,648 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWatcherThread, ID 13 2012-08-15 17:16:24,648 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading FreeswitchServerConnector on port 8004 2012-08-15 17:16:24,663 ERROR - OpenSim.Services.FreeswitchService.FreeswitchServiceBase [FREESWITCH]: No ServerAddress given, cannot start service. 2012-08-15 17:16:24,663 INFO - OpenSim.Server.OpenSimServer [SERVER]: FreeswitchServerConnector loaded successfully 2012-08-15 17:16:24,663 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:24,663 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading GridServiceConnector 2012-08-15 17:16:24,695 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IRegionData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, regions System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySqlRegionData..ctor(String connectionString, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:24,726 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.GridService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.GridService.GridServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.GridService.GridService..ctor(IConfigSource config)

2012-08-15 17:16:24,726 INFO - OpenSim.Server.OpenSimServer [SERVER]: GridServiceConnector loaded successfully 2012-08-15 17:16:24,726 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8002 2012-08-15 17:16:24,741 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Starting new HTTP server on port 8002 2012-08-15 17:16:24,741 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread0, ID 14 2012-08-15 17:16:24,741 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread1, ID 15 2012-08-15 17:16:24,741 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWorkerThread2, ID 16 2012-08-15 17:16:24,741 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread PollServiceWatcherThread, ID 17 2012-08-15 17:16:24,741 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading GridInfoServerInConnector on port 8002 2012-08-15 17:16:24,757 DEBUG - OpenSim.Server.Handlers.Grid.GridInfoHandlers [GRID INFO SERVICE]: Grid info service initialized with 4 keys 2012-08-15 17:16:24,773 INFO - OpenSim.Server.OpenSimServer [SERVER]: GridInfoServerInConnector loaded successfully 2012-08-15 17:16:24,773 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:24,773 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading AuthenticationServiceConnector 2012-08-15 17:16:24,788 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAuthenticationData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, auth System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySqlAuthenticationData..ctor(String connectionString, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:24,819 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.AuthenticationService.dll, exception System.Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll

  at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config)

2012-08-15 17:16:24,835 INFO - OpenSim.Server.OpenSimServer [SERVER]: AuthenticationServiceConnector loaded successfully 2012-08-15 17:16:24,835 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8002 2012-08-15 17:16:24,835 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading OpenIdServerConnector on port 8002 2012-08-15 17:16:24,851 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAuthenticationData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, auth System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySqlAuthenticationData..ctor(String connectionString, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:24,882 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.AuthenticationService.dll, exception System.Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll

  at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config)

2012-08-15 17:16:24,897 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IUserAccountData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, UserAccounts System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:24,944 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.UserAccountService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.UserAccountService.UserAccountServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.UserAccountService.UserAccountService..ctor(IConfigSource config)

2012-08-15 17:16:24,960 INFO - OpenSim.Server.Handlers.Authentication.OpenIdServerConnector [OPENID]: OpenId service enabled 2012-08-15 17:16:24,960 INFO - OpenSim.Server.OpenSimServer [SERVER]: OpenIdServerConnector loaded successfully 2012-08-15 17:16:24,975 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:24,975 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading AvatarServiceConnector 2012-08-15 17:16:24,991 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAvatarData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, Avatars System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,022 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.AvatarService.dll, exception System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll

  at OpenSim.Services.AvatarService.AvatarServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.AvatarService.AvatarService..ctor(IConfigSource config)

2012-08-15 17:16:25,038 INFO - OpenSim.Server.OpenSimServer [SERVER]: AvatarServiceConnector loaded successfully 2012-08-15 17:16:25,038 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8002 2012-08-15 17:16:25,038 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading LLLoginServiceInConnector on port 8002 2012-08-15 17:16:25,069 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IUserAccountData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, UserAccounts System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,100 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.UserAccountService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.UserAccountService.UserAccountServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.UserAccountService.UserAccountService..ctor(IConfigSource config)

2012-08-15 17:16:25,163 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IGridUserData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, GridUser System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,209 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.UserAccountService.dll, exception System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll

  at OpenSim.Services.UserAccountService.GridUserServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.UserAccountService.GridUserService..ctor(IConfigSource config)

2012-08-15 17:16:25,225 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAuthenticationData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, auth System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySqlAuthenticationData..ctor(String connectionString, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,287 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.AuthenticationService.dll, exception System.Exception: Could not find a storage interface in module OpenSim.Data.MySQL.dll

  at OpenSim.Services.AuthenticationService.AuthenticationServiceBase..ctor(IConfigSource config)

2012-08-15 17:16:25,334 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IXInventoryData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  at OpenSim.Data.MySQL.MySQLXInventoryData..ctor(String conn, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,381 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.InventoryService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.InventoryService.XInventoryService..ctor(IConfigSource config)

2012-08-15 17:16:25,397 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IRegionData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, regions System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySqlRegionData..ctor(String connectionString, String realm)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,443 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.GridService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.GridService.GridServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.GridService.GridService..ctor(IConfigSource config)

2012-08-15 17:16:25,475 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IPresenceData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, Presence System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,506 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.PresenceService.dll, exception System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll

  at OpenSim.Services.PresenceService.PresenceServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.PresenceService.PresenceService..ctor(IConfigSource config)

2012-08-15 17:16:25,521 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IAvatarData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, Avatars System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,553 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.AvatarService.dll, exception System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll

  at OpenSim.Services.AvatarService.AvatarServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.AvatarService.AvatarService..ctor(IConfigSource config)

2012-08-15 17:16:25,568 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IFriendsData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, Friends System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,599 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.FriendsService.dll, exception 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)

2012-08-15 17:16:25,631 DEBUG - OpenSim.Services.LLLoginService.LLLoginService [LLOGIN SERVICE]: Using instantiated LibraryService 2012-08-15 17:16:25,646 DEBUG - OpenSim.Services.InventoryService.LibraryService [LIBRARY]: Starting library service... 2012-08-15 17:16:25,662 INFO - OpenSim.Services.InventoryService.LibraryService [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml 2012-08-15 17:16:25,724 DEBUG - OpenSim.Services.LLLoginService.LLLoginService [LLOGIN SERVICE]: Starting... 2012-08-15 17:16:25,724 INFO - OpenSim.Server.OpenSimServer [SERVER]: LLLoginServiceInConnector loaded successfully 2012-08-15 17:16:25,724 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:25,724 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading PresenceServiceConnector 2012-08-15 17:16:25,740 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IPresenceData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, Presence System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,771 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.PresenceService.dll, exception System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll

  at OpenSim.Services.PresenceService.PresenceServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.PresenceService.PresenceService..ctor(IConfigSource config)

2012-08-15 17:16:25,771 INFO - OpenSim.Server.OpenSimServer [SERVER]: PresenceServiceConnector loaded successfully 2012-08-15 17:16:25,787 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:25,787 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading UserAccountServiceConnector 2012-08-15 17:16:25,787 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IUserAccountData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, UserAccounts System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,818 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.UserAccountService.dll, exception System.Exception: Could not find a storage interface in the given module

  at OpenSim.Services.UserAccountService.UserAccountServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.UserAccountService.UserAccountService..ctor(IConfigSource config)

2012-08-15 17:16:25,833 INFO - OpenSim.Server.OpenSimServer [SERVER]: UserAccountServiceConnector loaded successfully 2012-08-15 17:16:25,833 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:25,849 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading GridUserServiceConnector 2012-08-15 17:16:25,849 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IGridUserData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, GridUser System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,880 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.UserAccountService.dll, exception System.Exception: Could not find a storage interface in the given module OpenSim.Data.MySQL.dll

  at OpenSim.Services.UserAccountService.GridUserServiceBase..ctor(IConfigSource config)
  at OpenSim.Services.UserAccountService.GridUserService..ctor(IConfigSource config)

2012-08-15 17:16:25,896 INFO - OpenSim.Server.OpenSimServer [SERVER]: GridUserServiceConnector loaded successfully 2012-08-15 17:16:25,896 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:25,896 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading FriendsServiceConnector 2012-08-15 17:16:25,911 ERROR - OpenSim.Services.Base.ServiceBase [SERVICE BASE]: Failed to load plugin OpenSim.Data.IFriendsData from OpenSim.Data.MySQL.dll with args Data Source=localhost;Database=opensim;User ID=admin;Password=admin;Old Guids=true;, Friends System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> MySql.Data.MySqlClient.MySqlException: Access denied for user 'admin'@'localhost' (using password: YES)

  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.AuthenticateNew()
  at MySql.Data.MySqlClient.NativeDriver.Open()
  at MySql.Data.MySqlClient.Driver.Open()
  at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
  at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at OpenSim.Data.MySQL.MySQLGenericTableHandler`1..ctor(String connectionString, String realm, String storeName)
  --- End of inner exception stack trace ---
  at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
  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)
  at System.Activator.CreateInstance(Type type, Object[] args)
  at OpenSim.Services.Base.ServiceBase.LoadPlugin[T](String dllName, String className, Object[] args)

2012-08-15 17:16:25,943 ERROR - OpenSim.Server.Base.ServerUtils Error loading plugin from OpenSim.Services.FriendsService.dll, exception 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)

2012-08-15 17:16:25,943 INFO - OpenSim.Server.OpenSimServer [SERVER]: FriendsServiceConnector loaded successfully 2012-08-15 17:16:25,943 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8003 2012-08-15 17:16:25,943 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading MapAddServiceConnector 2012-08-15 17:16:25,958 DEBUG - OpenSim.Services.MapImageService.MapImageService [MAP IMAGE SERVICE]: Starting MapImage service 2012-08-15 17:16:25,958 INFO - OpenSim.Server.OpenSimServer [SERVER]: MapAddServiceConnector loaded successfully 2012-08-15 17:16:25,974 INFO - OpenSim.Server.Base.HttpServerBase [SERVER]: Requested port 8002 2012-08-15 17:16:25,974 INFO - OpenSim.Server.OpenSimServer [SERVER]: Loading MapGetServiceConnector on port 8002 2012-08-15 17:16:25,974 INFO - OpenSim.Server.OpenSimServer [SERVER]: MapGetServiceConnector loaded successfully

Personal tools
General
About This Wiki