Advertisement
Guest User

Untitled

a guest
Jan 18th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. 2022-01-13 20:02:59,069 ERROR [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IUserAccountService from OpenSim.Services.UserAccountService.dll. Exception: Can't convert .NET type >
  2. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidCastException: Can't convert .NET type OpenMetaverse.UUID to PostgreSQL uu>
  3. at Npgsql.TypeHandlers.UuidHandler.ValidateAndGetLength (System.Object value, Npgsql.NpgsqlParameter parameter) [0x00048] in <eb33458f23da4b6db3190127f501e0de>:0
  4. at Npgsql.SimpleTypeHandler`1[T].ValidateAndGetLength (System.Object value, Npgsql.LengthCache& lengthCache, Npgsql.NpgsqlParameter parameter) [0x00000] in <eb33458f23da4b6db3190127f501e0de>:0
  5. at Npgsql.NpgsqlParameter.ValidateAndGetLength () [0x00040] in <eb33458f23da4b6db3190127f501e0de>:0
  6. at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlParameter.ValidateAndGetLength()
  7. at Npgsql.NpgsqlCommand.ValidateParameters () [0x00040] in <eb33458f23da4b6db3190127f501e0de>:0
  8. at Npgsql.NpgsqlCommand.Execute (System.Data.CommandBehavior behavior, System.Boolean async, System.Threading.CancellationToken cancellationToken) [0x00014] in <eb33458f23da4b6db3190127f501e0de>>
  9. at Npgsql.NpgsqlCommand.ExecuteDbDataReader (System.Data.CommandBehavior behavior, System.Boolean async, System.Threading.CancellationToken cancellationToken) [0x000c5] in <eb33458f23da4b6db3190>
  10. at Npgsql.NpgsqlCommand.ExecuteDbDataReader (System.Data.CommandBehavior behavior) [0x00016] in <eb33458f23da4b6db3190127f501e0de>:0
  11. at System.Data.Common.DbCommand.ExecuteReader () [0x00000] in /root/mono-dev/mono/external/corefx/src/System.Data.Common/src/System/Data/Common/DbCommand.cs:110
  12. at Npgsql.NpgsqlCommand.ExecuteReader () [0x00000] in <eb33458f23da4b6db3190127f501e0de>:0
  13. at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlCommand.ExecuteReader()
  14. at OpenSim.Data.PGSQL.PGSQLGenericTableHandler`1[T].DoQuery (Npgsql.NpgsqlCommand cmd) [0x00048] in /home/opensim/opensim/OpenSim/Data/PGSQL/PGSQLGenericTableHandler.cs:277
  15. at OpenSim.Data.PGSQL.PGSQLGenericTableHandler`1[T].Get (System.String[] fields, System.String[] keys) [0x0011a] in /home/opensim/opensim/OpenSim/Data/PGSQL/PGSQLGenericTableHandler.cs:262
  16. at OpenSim.Services.UserAccountService.UserAccountService.GetUserAccount (OpenMetaverse.UUID scopeID, OpenMetaverse.UUID principalID) [0x000b9] in /home/opensim/opensim/OpenSim/Services/UserAcco>
  17. at OpenSim.Services.UserAccountService.UserAccountService..ctor (Nini.Config.IConfigSource config) [0x0017c] in /home/opensim/opensim/OpenSim/Services/UserAccountService/UserAccountService.cs:94
  18. at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&)
  19. at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00005] in /root/mono-dev/mono/mcs/class/corlib/System>
  20. --- End of inner exception stack trace ---
  21. at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00015] in /root/mono-dev/mono/mcs/class/corlib/System>
  22. at System.Reflection.RuntimeConstructorInfo.DoInvoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalizat>
  23. at System.Reflection.RuntimeConstructorInfo.Invoke (System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo cultu>
  24. at System.RuntimeType.CreateInstanceImpl (System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Obje>
  25. at System.Activator.CreateInstance (System.Type type, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture,>
  26. at System.Activator.CreateInstance (System.Type type, System.Object[] args) [0x00000] in /root/mono-dev/mono/mcs/class/referencesource/mscorlib/system/activator.cs:112
  27. at OpenSim.Server.Base.ServerUtils.LoadPlugin[T] (System.String dllName, System.String className, System.Object[] args) [0x0009d] in /home/opensim/opensim/OpenSim/Server/Base/ServerUtils.cs:290
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement