18.11.2013, 22:15
Ich poste hier mal alle von mir geänderten Dateien:
OpenSim.ini
OpenSimDefaults.ini
config-include/StandaloneCommon.ini
Teil 2: config-include/StandaloneCommon.ini
Alles andere blieb unverändert und die Datenbank war komplett leer bzw. neu erstellt.
Fehlermeldung in der Console
Fehlermeldungen im Viewer:
Es werden drei Nachrichtendialoge geöffnet welche jeweils folgenden Inhalt haben :
Error updating pickrequests
Error updating interests
Error updating properties
Zusammenfassung der Versionen:
Apache 2.4.3
PHP 5.4.7
MySQL 5.0.10
OpenSimulator 0.7.6
dotNet Framework 4.0
Ich vermute das bei einer leeren/neuen Datenbank die Tabelle "UserProfiles" samt Struktur gar nicht erst angelegt wird aus welchem Grund auch immer ...
@Catie ich hab alles so drin wie von dir beschrieben es funktioniert leider trotzdem nicht, vielleicht liegt es daran das alle Tabellen in der DB bei dir schon vorhanden waren da du (vermute ich mal) nicht komplett neu installiert hast.
Lukas
OpenSim.ini
Zitat:[UserProfiles]Teil2: OpenSim.ini
;# {ProfileURL} {} {Set url to UserProfilesService} {}
;; Set the value of the url to your UserProfilesService
;; If un-set / "" the module is disabled
ProfileServiceURL = http://127.0.0.1:9000
Zitat:[Architecture]
Include-Architecture = "config-include/Standalone.ini"
OpenSimDefaults.ini
Zitat:[UserProfiles]
;# {ProfileURL} {} {Set url to UserProfilesService} {}
;; Set the value of the url to your UserProfilesService
;; If un-set / "" the module is disabled
;; If the ProfileURL is not set, then very BASIC
;; profile support will be configured. If the ProfileURL is set to a
;; valid URL, then full profile support will be configured. The URL
;; points to your grid's Robust user profiles service
;;
ProfileURL = http://127.0.0.1:9000
config-include/StandaloneCommon.ini
Zitat:[DatabaseService]
;
; ### Choose the DB
;
; SQLite
;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
; MySql
; Uncomment these lines if you want to use mysql storage
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=geheim;Old Guids=true;"
Teil 2: config-include/StandaloneCommon.ini
Zitat:;; UserProfiles Service
;;
;; To use, set Enabled to true then configure for your site...
[UserProfilesService]
LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
Enabled = true
;; Configure this for separate databse
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=geheim;Old Guids=true;"
Realm = UserProfiles
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dllasswordAuthenticationService"
Alles andere blieb unverändert und die Datenbank war komplett leer bzw. neu erstellt.
Fehlermeldung in der Console
Zitat:[LLCLIENTVIEW]: Exeception when handling generic message Das Objekt des Typs "OpenMetaverse.StructuredData.OSD" kann nicht in Typ "OpenMetaverse.StructuredData.OSDArray" umgewandelt werden. bei OpenSim.Region.OptionalModules.Avatar.UserProfiles.UserProfileModule.ClassifiedsRequest(Object sender, String method, List`1 args)
Fehlermeldungen im Viewer:
Es werden drei Nachrichtendialoge geöffnet welche jeweils folgenden Inhalt haben :
Error updating pickrequests
Error updating interests
Error updating properties
Zusammenfassung der Versionen:
Apache 2.4.3
PHP 5.4.7
MySQL 5.0.10
OpenSimulator 0.7.6
dotNet Framework 4.0
Ich vermute das bei einer leeren/neuen Datenbank die Tabelle "UserProfiles" samt Struktur gar nicht erst angelegt wird aus welchem Grund auch immer ...
@Catie ich hab alles so drin wie von dir beschrieben es funktioniert leider trotzdem nicht, vielleicht liegt es daran das alle Tabellen in der DB bei dir schon vorhanden waren da du (vermute ich mal) nicht komplett neu installiert hast.
Lukas