[Opensim-users] error in sqlite

Jürgen Hamel jh at cyrus.de
Tue May 13 13:26:48 UTC 2008


Hi, since nearly 400 SVN-updates, now version 4643 (last ok is
version 4242) I became this error, can someone help me, I can't
find any solution:

many thanks, 
Jürgen Hamel 


15:20:04 -
====================================================================
15:20:04 - ========================= STARTING OPENSIM
========================= 15:20:04 -
====================================================================
15:20:04 - [OPENSIM MAIN]: Running in grid mode 15:20:04 -
[Region]: Started at 5/13/2008 3:20:04 PM 15:20:04 - [STARTUP]:
OpenSim version: trunk (0.5.6 and additional code), SVN build r4643
15:20:05 - [DATASTORE]: Attempting to load
OpenSim.Framework.Data.SQLite.dll no implementation for interface
method OpenSim.Framework.IAssetProvider::Initialise(string) in
class OpenSim.Framework.Data.SQLite.SQLiteAssetData METHOD .ctor()
METHOD .cctor() METHOD get_Version() METHOD get_Name() METHOD
Initialise(string,string) METHOD FetchAsset(libsecondlife.LLUUID)
METHOD CreateAsset(OpenSim.Framework.AssetBase)
METHOD UpdateAsset(OpenSim.Framework.AssetBase)
METHOD LogAssetLoad(OpenSim.Framework.AssetBase)
METHOD ExistsAsset(libsecondlife.LLUUID)
METHOD DeleteAsset(libsecondlife.LLUUID)
METHOD CommitAssets()
METHOD createAssetsTable()
METHOD buildAsset(System.Data.IDataReader)
METHOD InitDB(Mono.Data.SqliteClient.SqliteConnection)
METHOD TestTables(Mono.Data.SqliteClient.SqliteConnection)
METHOD Initialise()
no implementation for interface method
OpenSim.Framework.IInventoryData::Initialise(string) in class
OpenSim.Framework.Data.SQLite.SQLiteInventoryStore METHOD .ctor()
METHOD .cctor() METHOD Initialise()
METHOD Initialise(string,string)
METHOD buildItem(System.Data.DataRow)
METHOD
fillItemRow(System.Data.DataRow,OpenSim.Framework.InventoryItemBase)
METHOD addFolder(OpenSim.Framework.InventoryFolderBase) METHOD
moveFolder(OpenSim.Framework.InventoryFolderBase) METHOD
addItem(OpenSim.Framework.InventoryItemBase) METHOD Shutdown()
METHOD Close()
METHOD getName()
METHOD getVersion()
METHOD getInventoryInFolder(libsecondlife.LLUUID)
METHOD getUserRootFolders(libsecondlife.LLUUID)
METHOD getUserRootFolder(libsecondlife.LLUUID)
METHOD
getInventoryFolders(System.Collections.Generic.List`1&,libsecondlife.LLUUID)
METHOD getInventoryFolders(libsecondlife.LLUUID) METHOD
getFolderHierarchy(libsecondlife.LLUUID) METHOD
getInventoryItem(libsecondlife.LLUUID) METHOD
getInventoryFolder(libsecondlife.LLUUID) METHOD
addInventoryItem(OpenSim.Framework.InventoryItemBase) METHOD
updateInventoryItem(OpenSim.Framework.InventoryItemBase) METHOD
deleteInventoryItem(libsecondlife.LLUUID) METHOD
deleteItemsInFolder(libsecondlife.LLUUID) METHOD
addInventoryFolder(OpenSim.Framework.InventoryFolderBase) METHOD
updateInventoryFolder(OpenSim.Framework.InventoryFolderBase) METHOD
moveInventoryFolder(OpenSim.Framework.InventoryFolderBase) METHOD
deleteInventoryFolder(libsecondlife.LLUUID) METHOD
createInventoryItemsTable() METHOD createInventoryFoldersTable()
METHOD
setupItemsCommands(Mono.Data.SqliteClient.SqliteDataAdapter,Mono.Data.SqliteClient.SqliteConnection)
METHOD
setupFoldersCommands(Mono.Data.SqliteClient.SqliteDataAdapter,Mono.Data.SqliteClient.SqliteConnection)
METHOD buildFolder(System.Data.DataRow) METHOD
fillFolderRow(System.Data.DataRow,OpenSim.Framework.InventoryFolderBase)
METHOD
moveFolderRow(System.Data.DataRow,OpenSim.Framework.InventoryFolderBase)
METHOD InitDB(Mono.Data.SqliteClient.SqliteConnection) METHOD
TestTables(Mono.Data.SqliteClient.SqliteConnection) no
implementation for interface method
OpenSim.Framework.IUserData::get_Version() in class
OpenSim.Framework.Data.SQLite.SQLiteUserData METHOD .ctor()
METHOD .cctor() METHOD Initialise() METHOD
GetUserByUUID(libsecondlife.LLUUID) METHOD
GetUserByName(string,string) METHOD
AddNewUserFriend(libsecondlife.LLUUID,libsecondlife.LLUUID,uint)
METHOD RemoveUserFriend(libsecondlife.LLUUID,libsecondlife.LLUUID)
METHOD
UpdateUserFriendPerms(libsecondlife.LLUUID,libsecondlife.LLUUID,uint)
METHOD GetUserFriendList(libsecondlife.LLUUID) METHOD
UpdateUserCurrentRegion(libsecondlife.LLUUID,libsecondlife.LLUUID)
METHOD GeneratePickerResults(libsecondlife.LLUUID,string) METHOD
GetAgentByUUID(libsecondlife.LLUUID) METHOD GetAgentByName(string)
METHOD GetAgentByName(string,string) METHOD
StoreWebLoginKey(libsecondlife.LLUUID,libsecondlife.LLUUID) METHOD
AddNewUserProfile(OpenSim.Framework.UserProfileData) METHOD
UpdateUserProfile(OpenSim.Framework.UserProfileData) METHOD
AddNewUserAgent(OpenSim.Framework.UserAgentData) METHOD
MoneyTransferRequest(libsecondlife.LLUUID,libsecondlife.LLUUID,uint)
METHOD
InventoryTransferRequest(libsecondlife.LLUUID,libsecondlife.LLUUID,libsecondlife.LLUUID)
METHOD getName() METHOD GetVersion() METHOD createUsersTable()
METHOD createUserAgentsTable() METHOD createUserFriendsTable()
METHOD buildUserProfile(System.Data.DataRow) METHOD
fillUserRow(System.Data.DataRow,OpenSim.Framework.UserProfileData)
METHOD buildUserAgent(System.Data.DataRow) METHOD
fillUserAgentRow(System.Data.DataRow,OpenSim.Framework.UserAgentData)
METHOD
setupUserCommands(Mono.Data.SqliteClient.SqliteDataAdapter,Mono.Data.SqliteClient.SqliteConnection)
METHOD
setupUserFriendsCommands(Mono.Data.SqliteClient.SqliteDataAdapter,Mono.Data.SqliteClient.SqliteConnection)
METHOD InitDB(Mono.Data.SqliteClient.SqliteConnection) METHOD
TestTables(Mono.Data.SqliteClient.SqliteConnection) [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.Reflection.ReflectionTypeLoadException: The
classes in the module cannot be loaded. at (wrapper
managed-to-native) System.Reflection.Assembly:GetTypes (bool) at
System.Reflection.Assembly.GetTypes () [0x00000] at
OpenSim.Region.Environment.StorageManager..ctor (System.String
dllName, System.String connectionstring, Boolean
persistPrimInventories) [0x00000] at
OpenSim.OpenSimMain.CreateStorageManager (System.String
connectionstring) [0x00000] at
OpenSim.Region.ClientStack.RegionApplicationBase.StartUp ()
[0x00000] at OpenSim.OpenSimMain.InternalStartUp () [0x00000] at
OpenSim.OpenSimMainConsole.StartUp () [0x00000] at
OpenSim.Application.Main (System.String[] args) [0x00000] 

Application is terminating: True


-- 
Cyrus-Computer GmbH Linux Server Support Jürgen Hamel
Cuon - Warenwirtschaft mit Linux  http://www.cuon.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20080513/1666890e/attachment.pgp>


More information about the Opensim-users mailing list