| Anonymous | Login | Signup for a new account | 2013-05-22 05:35 UTC | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0005611 | opensim | [GRID] Asset Service | public | 2011-07-29 01:12 | 2011-07-31 11:20 | ||||
| Reporter | zadark | ||||||||
| Assigned To | zadark | ||||||||
| Priority | normal | Severity | minor | Reproducibility | N/A | ||||
| Status | resolved | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | master (dev code) | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0005611: fcache file and memory increment by 2 at 10 second intervals | ||||||||
| Description | With no logins, fcache status reports an increase of 2 items every 10 seconds. In the file system, 1 item can be found assetcache/j2k and the second item in assetcache/[nnn] | ||||||||
| Additional Information | Additional recent observations. It is not known when this behaviour began, however since 2011-07-21/22 an increase of the following error can be observed in the opensim.log file. Prior to this date errors reported once every few days, since then the occurance has increase to more than 10 errors per day. 2011-07-25 19:01:52,177 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: System.IO.IOException: Win32 IO returned ERROR_ALREADY_EXISTS. Path: 2011-07-25 19:01:52,178 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00000] in <filename unknown>:0 2011-07-25 19:01:52,179 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: at Flotsam.RegionModules.AssetCache.FlotsamAssetCache.WriteFileCache (System.String filename, OpenSim.Framework.AssetBase asset) [0x00000] in <filename unknown>:0 Mono Release 2.6.7 (Not included im list) | ||||||||
| Tags | No tags attached. | ||||||||
| Git Revision or version number | r/16373 | ||||||||
| Run Mode | Grid (1 Region per Sim) | ||||||||
| Physics Engine | ODE | ||||||||
| Environment | Mono / Linux64 | ||||||||
| Mono Version | Other | ||||||||
| Viewer | No logins | ||||||||
| Attached Files | 2011-07-30 03:54:20,768 INFO - OpenSim.Application [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config
2011-07-30 03:54:20,806 DEBUG - OpenSim.Application [OPENSIM MAIN]: System Locale is en-US
2011-07-30 03:54:20,813 INFO - OpenSim.Application [OPENSIM MAIN]: Runtime gave us 60 worker threads and 30 IOCP threads
2011-07-30 03:54:20,813 INFO - OpenSim.Application [OPENSIM MAIN]: Bumping up to 500 worker threads and 1000 IOCP threads
2011-07-30 03:54:20,814 INFO - OpenSim.Application Performing compatibility checks...
2011-07-30 03:54:20,840 INFO - OpenSim.Application Environment is compatible.
2011-07-30 03:54:20,944 INFO - OpenSim.ConfigurationLoader [CONFIG]: Reading configuration settings
2011-07-30 03:54:20,945 INFO - OpenSim.ConfigurationLoader [CONFIG]: Reading configuration file /home/user1/HG15region0/opensim/bin/OpenSimDefaults.ini
2011-07-30 03:54:20,974 INFO - OpenSim.ConfigurationLoader [CONFIG]: Reading configuration file /home/user1/HG15region0/opensim/bin/OpenSim.ini
2011-07-30 03:54:20,985 INFO - OpenSim.ConfigurationLoader [CONFIG]: Reading configuration file /home/user1/HG15region0/opensim/bin/config-include/GridHypergrid.ini
2011-07-30 03:54:20,990 INFO - OpenSim.ConfigurationLoader [CONFIG]: Reading configuration file /home/user1/HG15region0/opensim/bin/config-include/GridCommon.ini
2011-07-30 03:54:20,997 INFO - OpenSim.ConfigurationLoader [CONFIG]: Reading configuration file /home/user1/HG15region0/opensim/bin/config-include/FlotsamCache.ini
2011-07-30 03:54:21,008 INFO - OpenSim.OpenSim [LOGGING]: Logging started to file /home/user1/HG15region0/opensim/bin/OpenSim.log
2011-07-30 03:54:21,021 INFO - OpenSim.OpenSim [OPENSIM MAIN]: Using async_call_method SmartThreadPool
2011-07-30 03:54:21,022 INFO - OpenSim.Framework.Servers.BaseOpenSimServer [STARTUP]: Beginning startup processing
2011-07-30 03:54:21,048 INFO - OpenSim.Framework.Servers.BaseOpenSimServer [STARTUP]: OpenSimulator version: OpenSim 0.7.2 Dev 9fc59e2
2011-07-30 03:54:21,048 INFO - OpenSim.Framework.Servers.BaseOpenSimServer [STARTUP]: Operating system version: Unix 2.6.35.12
2011-07-30 03:54:21,051 INFO - OpenSim.OpenSim ====================================================================
2011-07-30 03:54:21,052 INFO - OpenSim.OpenSim ========================= STARTING OPENSIM =========================
2011-07-30 03:54:21,052 INFO - OpenSim.OpenSim ====================================================================
2011-07-30 03:54:21,324 DEBUG - OpenSim.Data.Migration [MIGRATIONS]: RegionStore data tables already up to date at revision 38
2011-07-30 03:54:21,333 INFO - OpenSim.Data.MySQL.MySQLEstateStore [REGION DB]: MySql - connecting: Data Source=192.168.252.240;Database=uobgsim05_db;User ID=uobgsim05;Password=***;Old Guids=true;
2011-07-30 03:54:21,343 DEBUG - OpenSim.Data.MySQL.MySQLEstateStore [REGION DB]: Connection wait timeout 28860 seconds
2011-07-30 03:54:21,347 DEBUG - OpenSim.Data.Migration [MIGRATIONS]: EstateStore data tables already up to date at revision 32
2011-07-30 03:54:21,350 INFO - OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]: Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll
2011-07-30 03:54:21,376 INFO - OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]: Added IClientNetworkServer Interface
2011-07-30 03:54:21,381 INFO - OpenSim.Region.ClientStack.RegionApplicationBase [REGION SERVER]: Starting HTTP server on port 3389
2011-07-30 03:54:21,409 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Initializing addin manager
2011-07-30 03:54:26,306 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim
2011-07-30 03:54:26,309 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.Data
2011-07-30 03:54:26,362 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Loading extension point /OpenSim/Startup
2011-07-30 03:54:26,400 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Trying plugin /OpenSim/Startup/RestRegions
2011-07-30 03:54:26,401 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.Rest.Regions
2011-07-30 03:54:26,407 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
2011-07-30 03:54:26,407 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.LoadRegions
2011-07-30 03:54:26,409 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Trying plugin /OpenSim/Startup/RemoteController
2011-07-30 03:54:26,409 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RemoteController
2011-07-30 03:54:26,411 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Trying plugin /OpenSim/Startup/RestInventory
2011-07-30 03:54:26,411 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.Rest.Inventory
2011-07-30 03:54:26,420 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Trying plugin /OpenSim/Startup/RegionModulesController
2011-07-30 03:54:26,420 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RegionModulesController
2011-07-30 03:54:26,432 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Initializing...
2011-07-30 03:54:26,440 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: RegionCombinerModule
2011-07-30 03:54:26,442 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.RegionCombinerModule.RegionCombinerModule, class OpenSim.Region.RegionCombinerModule.RegionCombinerModule
2011-07-30 03:54:26,442 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: BareBonesSharedModule
2011-07-30 03:54:26,443 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module RegionReady, class OpenSim.Region.OptionalModules.Scripting.RegionReady.RegionReadyModule
2011-07-30 03:54:26,444 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module IRCBridge, class OpenSim.Region.OptionalModules.Avatar.Chat.IRCBridgeModule
2011-07-30 03:54:26,445 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module Concierge, class OpenSim.Region.OptionalModules.Avatar.Concierge.ConciergeModule
2011-07-30 03:54:26,445 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module VivoxVoice, class OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice.VivoxVoiceModule
2011-07-30 03:54:26,446 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module WorldViewModule, class OpenSim.Region.OptionalModules.World.WorldView.WorldViewModule
2011-07-30 03:54:26,446 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module AutoBackupModule, class OpenSim.Region.OptionalModules.World.AutoBackup.AutoBackupModule
2011-07-30 03:54:26,446 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LindenUDPInfoModule, class OpenSim.Region.CoreModules.UDP.Linden.LindenUDPInfoModule
2011-07-30 03:54:26,447 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module AppearanceInfoModule, class OpenSim.Region.OptionalModules.Avatar.Appearance.AppearanceInfoModule
2011-07-30 03:54:26,447 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module FreeSwitchVoiceModule, class OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice.FreeSwitchVoiceModule
2011-07-30 03:54:26,447 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.GroupsMessagingModule, class OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.GroupsMessagingModule
2011-07-30 03:54:26,448 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.GroupsModule, class OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.GroupsModule
2011-07-30 03:54:26,449 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.SimianGroupsServicesConnectorModule, class OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.SimianGroupsServicesConnectorModule
2011-07-30 03:54:26,450 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsServicesConnectorModule, class OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsServicesConnectorModule
2011-07-30 03:54:26,450 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module MonitorServicesModule, class OpenSim.Region.OptionalModules.Framework.Monitoring.MonitorServicesModule
2011-07-30 03:54:26,450 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module PrimLimitsModule, class OpenSim.Region.OptionalModules.PrimLimitsModule
2011-07-30 03:54:26,451 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module ScriptModuleCommsModule, class OpenSim.Region.OptionalModules.Scripting.ScriptModuleComms.ScriptModuleCommsModule
2011-07-30 03:54:26,451 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.OptionalModules.World.MoneyModule.SampleMoneyModule, class OpenSim.Region.OptionalModules.World.MoneyModule.SampleMoneyModule
2011-07-30 03:54:26,452 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: FlotsamAssetCache
2011-07-30 03:54:26,452 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module UserManagementModule, class OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule
2011-07-30 03:54:26,452 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module EntityTransferModule, class OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule
2011-07-30 03:54:26,453 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module HGEntityTransferModule, class OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule
2011-07-30 03:54:26,453 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module InventoryAccessModule, class OpenSim.Region.CoreModules.Framework.InventoryAccess.BasicInventoryAccessModule
2011-07-30 03:54:26,454 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module HGInventoryAccessModule, class OpenSim.Region.CoreModules.Framework.InventoryAccess.HGInventoryAccessModule
2011-07-30 03:54:26,454 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module LandManagementModule, class OpenSim.Region.CoreModules.World.Land.LandManagementModule
2011-07-30 03:54:26,455 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module PrimCountModule, class OpenSim.Region.CoreModules.World.Land.PrimCountModule
2011-07-30 03:54:26,455 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module ExportSerialisationModule, class OpenSim.Region.CoreModules.World.Serialiser.SerialiserModule
2011-07-30 03:54:26,455 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module ArchiverModule, class OpenSim.Region.CoreModules.World.Archiver.ArchiverModule
2011-07-30 03:54:26,456 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module TerrainModule, class OpenSim.Region.CoreModules.World.Terrain.TerrainModule
2011-07-30 03:54:26,456 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module WorldMapModule, class OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule
2011-07-30 03:54:26,458 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module Warp3DImageModule, class OpenSim.Region.CoreModules.World.Warp3DMap.Warp3DImageModule
2011-07-30 03:54:26,458 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module HGWorldMapModule, class OpenSim.Region.CoreModules.Hypergrid.HGWorldMapModule
2011-07-30 03:54:26,459 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module UrlModule, class OpenSim.Region.CoreModules.Scripting.LSLHttp.UrlModule
2011-07-30 03:54:26,459 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module Chat, class OpenSim.Region.CoreModules.Avatar.Chat.ChatModule
2011-07-30 03:54:26,459 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module FriendsModule, class OpenSim.Region.CoreModules.Avatar.Friends.FriendsModule
2011-07-30 03:54:26,460 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module HGFriendsModule, class OpenSim.Region.CoreModules.Avatar.Friends.HGFriendsModule
2011-07-30 03:54:26,460 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module PresenceModule, class OpenSim.Region.CoreModules.Avatar.InstantMessage.PresenceModule
2011-07-30 03:54:26,460 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module MuteListModule, class OpenSim.Region.CoreModules.Avatar.InstantMessage.MuteListModule
2011-07-30 03:54:26,460 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OfflineMessageModule, class OpenSim.Region.CoreModules.Avatar.InstantMessage.OfflineMessageModule
2011-07-30 03:54:26,461 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module InstantMessageModule, class OpenSim.Region.CoreModules.Avatar.InstantMessage.InstantMessageModule
2011-07-30 03:54:26,461 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module MessageTransferModule, class OpenSim.Region.CoreModules.Avatar.InstantMessage.MessageTransferModule
2011-07-30 03:54:26,461 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LureModule, class OpenSim.Region.CoreModules.Avatar.Lure.LureModule
2011-07-30 03:54:26,462 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module InventoryTransferModule, class OpenSim.Region.CoreModules.Avatar.Inventory.Transfer.InventoryTransferModule
2011-07-30 03:54:26,462 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module CoreAssetCache, class OpenSim.Region.CoreModules.Asset.CoreAssetCache
2011-07-30 03:54:26,463 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module GlynnTuckerAssetCache, class OpenSim.Region.CoreModules.Asset.GlynnTuckerAssetCache
2011-07-30 03:54:26,463 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module CenomeMemoryAssetCache, class OpenSim.Region.CoreModules.Asset.CenomeMemoryAssetCache
2011-07-30 03:54:26,464 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LibraryModule, class OpenSim.Region.CoreModules.Framework.Library.LibraryModule
2011-07-30 03:54:26,464 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalAssetServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.LocalAssetServicesConnector
2011-07-30 03:54:26,464 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteAssetServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.RemoteAssetServicesConnector
2011-07-30 03:54:26,465 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalAvatarServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Avatar.LocalAvatarServicesConnector
2011-07-30 03:54:26,465 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteAvatarServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Avatar.RemoteAvatarServicesConnector
2011-07-30 03:54:26,465 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalAuthenticationServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication.LocalAuthenticationServicesConnector
2011-07-30 03:54:26,466 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteAuthenticationServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication.RemoteAuthenticationServicesConnector
2011-07-30 03:54:26,466 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalAuthorizationServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization.LocalAuthorizationServicesConnector
2011-07-30 03:54:26,466 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteAuthorizationServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization.RemoteAuthorizationServicesConnector
2011-07-30 03:54:26,467 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module HGAssetBroker, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker
2011-07-30 03:54:26,467 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalInventoryServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory.LocalInventoryServicesConnector
2011-07-30 03:54:26,467 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteXInventoryServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory.RemoteXInventoryServicesConnector
2011-07-30 03:54:26,468 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module HGInventoryBroker, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory.HGInventoryBroker
2011-07-30 03:54:26,468 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalNeighbourServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour.LocalNeighbourServicesConnector
2011-07-30 03:54:26,468 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteNeighbourServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour.RemoteNeighbourServicesConnector
2011-07-30 03:54:26,469 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalLandServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Land.LocalLandServicesConnector
2011-07-30 03:54:26,469 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteLandServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Land.RemoteLandServicesConnector
2011-07-30 03:54:26,469 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalGridServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid.LocalGridServicesConnector
2011-07-30 03:54:26,470 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteGridServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid.RemoteGridServicesConnector
2011-07-30 03:54:26,470 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalPresenceServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.LocalPresenceServicesConnector
2011-07-30 03:54:26,470 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemotePresenceServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.RemotePresenceServicesConnector
2011-07-30 03:54:26,471 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalUserAccountServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts.LocalUserAccountServicesConnector
2011-07-30 03:54:26,471 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteUserAccountServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts.RemoteUserAccountServicesConnector
2011-07-30 03:54:26,471 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalGridUserServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.LocalGridUserServicesConnector
2011-07-30 03:54:26,472 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteGridUserServicesConnector, class OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.RemoteGridUserServicesConnector
2011-07-30 03:54:26,472 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LocalSimulationConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule
2011-07-30 03:54:26,472 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module RemoteSimulationConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.RemoteSimulationConnectorModule
2011-07-30 03:54:26,473 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module AssetServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Asset.AssetServiceInConnectorModule
2011-07-30 03:54:26,473 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module InventoryServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory.InventoryServiceInConnectorModule
2011-07-30 03:54:26,473 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LandServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Land.LandServiceInConnectorModule
2011-07-30 03:54:26,473 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module NeighbourServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Neighbour.NeighbourServiceInConnectorModule
2011-07-30 03:54:26,474 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module HypergridServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Hypergrid.HypergridServiceInConnectorModule
2011-07-30 03:54:26,475 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module LLLoginServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Login.LLLoginServiceInConnectorModule
2011-07-30 03:54:26,475 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module SimulationServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Simulation.SimulationServiceInConnectorModule
2011-07-30 03:54:26,475 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module GridInfoServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Grid.GridInfoServiceInConnectorModule
2011-07-30 03:54:26,476 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module AuthenticationServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.Authentication.AuthenticationServiceInConnectorModule
2011-07-30 03:54:26,476 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module AccessModule, class OpenSim.Region.CoreModules.World.AccessModule
2011-07-30 03:54:26,476 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module MapImageModule, class OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule
2011-07-30 03:54:26,476 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module Warp3DImageModule, class OpenSim.Region.CoreModules.World.Warp3DMap.Warp3DImageModule
2011-07-30 03:54:26,477 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module AssetTransactionModule, class OpenSim.Region.CoreModules.Agent.AssetTransaction.AssetTransactionModule
2011-07-30 03:54:26,477 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module Flotsam.RegionModules.AssetCache.FlotsamAssetCache, class Flotsam.RegionModules.AssetCache.FlotsamAssetCache
2011-07-30 03:54:26,478 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module AttachmentsModule, class OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule
2011-07-30 03:54:26,478 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.CoreModules.Avatar.InstantMessage.HGMessageTransferModule, class OpenSim.Region.CoreModules.Avatar.InstantMessage.HGMessageTransferModule
2011-07-30 03:54:26,478 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.CoreModules.Avatar.Lure.HGLureModule, class OpenSim.Region.CoreModules.Avatar.Lure.HGLureModule
2011-07-30 03:54:26,479 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.CoreModules.Avatar.Profile.BasicProfileModule, class OpenSim.Region.CoreModules.Avatar.Profile.BasicProfileModule
2011-07-30 03:54:26,480 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.CoreModules.Framework.CapabilitiesModule, class OpenSim.Region.CoreModules.Framework.CapabilitiesModule
2011-07-30 03:54:26,480 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module BinaryLoggingModule, class OpenSim.Region.CoreModules.Avatar.Attachments.BinaryLoggingModule
2011-07-30 03:54:26,480 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.CoreModules.ServiceConnectorsIn.MapImage.MapImageServiceInConnectorModule, class OpenSim.Region.CoreModules.ServiceConnectorsIn.MapImage.MapImageServiceInConnectorModule
2011-07-30 03:54:26,481 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule, class OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule
2011-07-30 03:54:26,481 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module EstateManagementModule, class OpenSim.Region.CoreModules.World.Estate.EstateManagementModule
2011-07-30 03:54:26,481 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module MoapModule, class OpenSim.Region.CoreModules.World.Media.Moap.MoapModule
2011-07-30 03:54:26,482 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module BuySellModule, class OpenSim.Region.CoreModules.World.Objects.BuySell.BuySellModule
2011-07-30 03:54:26,482 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module RestartModule, class OpenSim.Region.CoreModules.World.Region.RestartModule
2011-07-30 03:54:26,482 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: OpenSim.Region.ScriptEngine.XEngine
2011-07-30 03:54:26,485 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module XEngine, class OpenSim.Region.ScriptEngine.XEngine.XEngine
2011-07-30 03:54:26,485 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: LindenCaps
2011-07-30 03:54:26,486 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.GetMeshModule, class OpenSim.Region.ClientStack.Linden.GetMeshModule
2011-07-30 03:54:26,486 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.GetTextureModule, class OpenSim.Region.ClientStack.Linden.GetTextureModule
2011-07-30 03:54:26,487 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.MeshUploadFlagModule, class OpenSim.Region.ClientStack.Linden.MeshUploadFlagModule
2011-07-30 03:54:26,487 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.NewFileAgentInventoryVariablePriceModule, class OpenSim.Region.ClientStack.Linden.NewFileAgentInventoryVariablePriceModule
2011-07-30 03:54:26,487 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Region.ClientStack.Linden.SimulatorFeaturesModule, class OpenSim.Region.ClientStack.Linden.SimulatorFeaturesModule
2011-07-30 03:54:26,488 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.WebFetchInvDescModule, class OpenSim.Region.ClientStack.Linden.WebFetchInvDescModule
2011-07-30 03:54:26,488 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.BunchOfCapsModule, class OpenSim.Region.ClientStack.Linden.BunchOfCapsModule
2011-07-30 03:54:26,488 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Region.ClientStack.Linden.UploadObjectAssetModule, class OpenSim.Region.ClientStack.Linden.UploadObjectAssetModule
2011-07-30 03:54:26,488 INFO - OpenSim.Framework.PluginLoader`1[[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] [PLUGINS]: Plugin Loaded: SimianGrid
2011-07-30 03:54:26,489 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Services.Connectors.SimianGrid.SimianAssetServiceConnector, class OpenSim.Services.Connectors.SimianGrid.SimianAssetServiceConnector
2011-07-30 03:54:26,489 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Services.Connectors.SimianGrid.SimianAuthenticationServiceConnector, class OpenSim.Services.Connectors.SimianGrid.SimianAuthenticationServiceConnector
2011-07-30 03:54:26,489 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Services.Connectors.SimianGrid.SimianAvatarServiceConnector, class OpenSim.Services.Connectors.SimianGrid.SimianAvatarServiceConnector
2011-07-30 03:54:26,490 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module SimianGridMaptile, class OpenSim.Region.OptionalModules.Simian.SimianGridMaptile
2011-07-30 03:54:26,490 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Services.Connectors.SimianGrid.SimianInventoryServiceConnector, class OpenSim.Services.Connectors.SimianGrid.SimianInventoryServiceConnector
2011-07-30 03:54:26,490 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Services.Connectors.SimianGrid.SimianPresenceServiceConnector, class OpenSim.Services.Connectors.SimianGrid.SimianPresenceServiceConnector
2011-07-30 03:54:26,490 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found non-shared region module OpenSim.Services.Connectors.SimianGrid.SimianProfiles, class OpenSim.Services.Connectors.SimianGrid.SimianProfiles
2011-07-30 03:54:26,491 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: Found shared region module OpenSim.Services.Connectors.SimianGrid.SimianUserAccountServiceConnector, class OpenSim.Services.Connectors.SimianGrid.SimianUserAccountServiceConnector
2011-07-30 03:54:26,524 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: HGEntityTransferModule enabled.
2011-07-30 03:54:26,525 INFO - OpenSim.Region.CoreModules.World.Serialiser.SerialiserModule [Serialiser] Enabled, using save dir "exports"
2011-07-30 03:54:26,535 INFO - OpenSim.Region.CoreModules.Avatar.Friends.FriendsModule [FRIENDS MODULE]: HGFriendsModule enabled.
2011-07-30 03:54:26,538 DEBUG - OpenSim.Region.CoreModules.Avatar.InstantMessage.MessageTransferModule [MESSAGE TRANSFER]: Disabled by configuration
2011-07-30 03:54:26,543 DEBUG - OpenSim.Region.CoreModules.Framework.Library.LibraryModule [LIBRARY MODULE]: Library service dll is OpenSim.Services.InventoryService.dll:LibraryService
2011-07-30 03:54:26,547 DEBUG - OpenSim.Services.InventoryService.LibraryService [LIBRARY]: Starting library service...
2011-07-30 03:54:26,549 INFO - OpenSim.Services.InventoryService.LibraryService [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml
2011-07-30 03:54:26,621 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Avatar.RemoteAvatarServicesConnector [AVATAR CONNECTOR]: Remote avatars enabled
2011-07-30 03:54:26,623 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication.RemoteAuthenticationServicesConnector [AUTH CONNECTOR]: Remote Authentication enabled
2011-07-30 03:54:26,624 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Authorization.LocalAuthorizationServicesConnector [AUTHORIZATION CONNECTOR]: Initialise
2011-07-30 03:54:26,628 INFO - OpenSim.Services.Connectors.HGAssetServiceConnector [HG ASSET SERVICE]: HG asset service enabled
2011-07-30 03:54:26,628 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker [HG ASSET CONNECTOR]: HG asset broker enabled
2011-07-30 03:54:26,641 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory.HGInventoryBroker [HG INVENTORY CONNECTOR]: HG inventory broker enabled with inner connector of type OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory.RemoteXInventoryServicesConnector
2011-07-30 03:54:26,643 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour.RemoteNeighbourServicesConnector [NEIGHBOUR CONNECTOR]: Remote Neighbour connector enabled
2011-07-30 03:54:26,645 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Land.RemoteLandServicesConnector [LAND CONNECTOR]: Remote Land connector enabled
2011-07-30 03:54:26,655 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid.LocalGridServicesConnector [LOCAL GRID CONNECTOR]: LocalGridServicesConnector instantiated
2011-07-30 03:54:26,661 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: Starting...
2011-07-30 03:54:26,664 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Starting with db OpenSim.Data.Null.NullRegionData
2011-07-30 03:54:26,667 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Loaded all services...
2011-07-30 03:54:26,668 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid.RemoteGridServicesConnector [REMOTE GRID CONNECTOR]: Remote grid enabled
2011-07-30 03:54:26,670 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.RemotePresenceServicesConnector [REMOTE PRESENCE CONNECTOR]: Remote presence enabled
2011-07-30 03:54:26,674 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.UserAccounts.RemoteUserAccountServicesConnector [USER CONNECTOR]: Remote users enabled
2011-07-30 03:54:26,677 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.ActivityDetector [ACTIVITY DETECTOR]: starting
2011-07-30 03:54:26,677 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.RemoteGridUserServicesConnector [REMOTE GRID USER CONNECTOR]: Remote grid user enabled
2011-07-30 03:54:26,678 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.RemoteSimulationConnectorModule [SIMULATION CONNECTOR]: Remote simulation enabled
2011-07-30 03:54:26,680 INFO - OpenSim.Region.CoreModules.ServiceConnectorsIn.Land.LandServiceInConnectorModule [LAND IN CONNECTOR]: LandServiceInConnector enabled
2011-07-30 03:54:26,681 INFO - OpenSim.Region.CoreModules.ServiceConnectorsIn.Neighbour.NeighbourServiceInConnectorModule [NEIGHBOUR IN CONNECTOR]: NeighbourServiceInConnector enabled
2011-07-30 03:54:26,682 INFO - OpenSim.Region.CoreModules.ServiceConnectorsIn.Simulation.SimulationServiceInConnectorModule [SIM SERVICE]: SimulationService IN connector enabled
2011-07-30 03:54:26,689 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: FlotsamAssetCache enabled
2011-07-30 03:54:26,690 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Cache Directory ./assetcache
2011-07-30 03:54:26,697 DEBUG - OpenSim.Services.HypergridService.HGInstantMessageService [HG IM SERVICE]: Starting... InRobust? False
2011-07-30 03:54:26,699 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: UserAgentServiceConnector started for http://www.viewtwo.net:3389/
2011-07-30 03:54:26,702 DEBUG - OpenSim.Region.CoreModules.Avatar.Lure.HGLureModule [LURE MODULE]: HGLureModule enabled
2011-07-30 03:54:26,703 DEBUG - OpenSim.Region.CoreModules.Avatar.Profile.BasicProfileModule [PROFILE MODULE]: Basic Profile Module enabled
2011-07-30 03:54:26,708 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: enabled with refresh time 60min and service object OpenSim.Services.Connectors.dll:MapImageServicesConnector
2011-07-30 03:54:26,713 DEBUG - OpenSim.Services.Connectors.SimianGrid.SimianActivityDetector [SIMIAN ACTIVITY DETECTOR]: Started
2011-07-30 03:54:26,719 INFO - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: Loading region configurations from filesystem
2011-07-30 03:54:26,721 INFO - OpenSim.Framework.RegionLoader.Filesystem.RegionLoaderFileSystem [REGION LOADER FILE SYSTEM]: Loading config files from ./Regions
2011-07-30 03:54:26,722 INFO - OpenSim.Framework.RegionLoader.Filesystem.RegionLoaderFileSystem [REGION LOADER FILE SYSTEM]: Loading config file ./Regions/Regions.ini
2011-07-30 03:54:26,728 INFO - OpenSim.Framework.RegionLoader.Filesystem.RegionLoaderFileSystem [REGION LOADER FILE SYSTEM]: Loaded config for region UOBHGR0
2011-07-30 03:54:26,729 INFO - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: Loading specific shared modules...
2011-07-30 03:54:26,729 INFO - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: DynamicTextureModule...
2011-07-30 03:54:26,730 INFO - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: LoadImageURLModule...
2011-07-30 03:54:26,731 INFO - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: XMLRPCModule...
2011-07-30 03:54:26,732 INFO - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: Done.
2011-07-30 03:54:26,733 DEBUG - OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin [LOAD REGIONS PLUGIN]: Creating Region: UOBHGR0 (ThreadID: 3)
2011-07-30 03:54:26,790 INFO - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Average Environment.TickCount resolution: 1ms
2011-07-30 03:54:26,845 INFO - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Using the BestAvatarResponsiveness prioritization scheme
2011-07-30 03:54:26,912 INFO - OpenSim.Data.MySQL.MySQLSimulationData [REGION DB]: Loaded terrain revision r1
2011-07-30 03:54:26,915 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added meshing engine: ZeroMesher
2011-07-30 03:54:26,919 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added physics engine: basicphysics
2011-07-30 03:54:26,923 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added physics engine: BulletDotNETPlugin
2011-07-30 03:54:26,928 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added physics engine: modified_BulletX
2011-07-30 03:54:26,931 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added meshing engine: Meshmerizer
2011-07-30 03:54:26,936 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added physics engine: OpenDynamicsEngine
2011-07-30 03:54:26,939 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added physics engine: POS
2011-07-30 03:54:26,943 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: Added physics engine: RealPhysX
2011-07-30 03:54:26,945 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: creating meshing engine Meshmerizer
2011-07-30 03:54:26,947 INFO - OpenSim.Region.Physics.Manager.PhysicsPluginManager [PHYSICS]: creating OpenDynamicsEngine
2011-07-30 03:54:26,998 INFO - OpenSim.OpenSimBase [MODULES]: Loading Region's modules (old style)
2011-07-30 03:54:27,485 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: Found Module Library [/home/user1/HG15region0/opensim/bin/OpenSim.Region.ClientStack.LindenCaps.dll]
2011-07-30 03:54:27,486 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [EventQueueGetModule]: Initializing.
2011-07-30 03:54:27,489 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [ObjectAddModule]: Initializing.
2011-07-30 03:54:27,528 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: Found Module Library [/home/user1/HG15region0/opensim/bin/OpenSim.Region.CoreModules.dll]
2011-07-30 03:54:27,529 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [IPBanModule]: Loading Shared Module.
2011-07-30 03:54:27,530 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [J2KDecoderModule]: Loading Shared Module.
2011-07-30 03:54:27,531 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [XferModule]: Initializing.
2011-07-30 03:54:27,534 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Default Avatar Factory]: Initializing.
2011-07-30 03:54:27,537 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [CombatModule]: Loading Shared Module.
2011-07-30 03:54:27,537 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Dialog Module]: Initializing.
2011-07-30 03:54:27,539 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Gestures Module]: Initializing.
2011-07-30 03:54:27,539 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Gods Module]: Initializing.
2011-07-30 03:54:27,540 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [GroupsModule]: Loading Shared Module.
2011-07-30 03:54:27,540 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Inventory Archiver Module]: Loading Shared Module.
2011-07-30 03:54:27,541 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Region Health Monitoring Module]: Initializing.
2011-07-30 03:54:27,542 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [OGS Supporting RAdmin]: Loading Shared Module.
2011-07-30 03:54:27,542 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [OpenGridProtocolModule]: Loading Shared Module.
2011-07-30 03:54:27,542 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [LightShareModule]: Initializing.
2011-07-30 03:54:27,545 DEBUG - OpenSim.Region.CoreModules.World.LightShare.LightShareModule [WINDLIGHT]: Initialised windlight module
2011-07-30 03:54:27,545 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [DynamicTextureModule]: Loading Shared Module.
2011-07-30 03:54:27,545 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [DefaultEmailModule]: Loading Shared Module.
2011-07-30 03:54:27,546 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [HttpScriptRequests]: Loading Shared Module.
2011-07-30 03:54:27,546 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [LoadImageURL]: Loading Shared Module.
2011-07-30 03:54:27,546 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [VectorRenderModule]: Loading Shared Module.
2011-07-30 03:54:27,546 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [WorldCommModule]: Initializing.
2011-07-30 03:54:27,549 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [XMLRPCModule]: Loading Shared Module.
2011-07-30 03:54:27,550 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [CloudModule]: Initializing.
2011-07-30 03:54:27,551 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [PermissionsModule]: Initializing.
2011-07-30 03:54:27,558 DEBUG - OpenSim.Region.CoreModules.World.Permissions.PermissionsModule [PERMISSIONS]: allowed_script_creators All
2011-07-30 03:54:27,559 DEBUG - OpenSim.Region.CoreModules.World.Permissions.PermissionsModule [PERMISSIONS]: allowed_script_editors All
2011-07-30 03:54:27,559 DEBUG - OpenSim.Region.CoreModules.World.Permissions.PermissionsModule [PERMISSIONS]: Enabling all region service permission checks
2011-07-30 03:54:27,571 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Sound Module]: Initializing.
2011-07-30 03:54:27,572 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [SunModule]: Initializing.
2011-07-30 03:54:27,575 DEBUG - OpenSim.Region.CoreModules.SunModule [SUN]: localtime offset is 36000000000
2011-07-30 03:54:27,576 DEBUG - OpenSim.Region.CoreModules.SunModule [SUN]: Mode is SL
2011-07-30 03:54:27,577 DEBUG - OpenSim.Region.CoreModules.SunModule [SUN]: Initialization completed. Day is 14400 seconds, and year is 60 days
2011-07-30 03:54:27,577 DEBUG - OpenSim.Region.CoreModules.SunModule [SUN]: Axis offset is 0.5
2011-07-30 03:54:27,577 DEBUG - OpenSim.Region.CoreModules.SunModule [SUN]: Percentage of time for daylight 0.5
2011-07-30 03:54:27,578 DEBUG - OpenSim.Region.CoreModules.SunModule [SUN]: Positional data updated every 100 frames
2011-07-30 03:54:27,578 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [Vegetation Module]: Initializing.
2011-07-30 03:54:27,579 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [WindModule]: Initializing.
2011-07-30 03:54:27,583 INFO - OpenSim.Region.CoreModules.WindModule [WIND] Enabled with an update rate of 150 frames.
2011-07-30 03:54:27,586 INFO - OpenSim.Region.CoreModules.WindModule [WIND] Found Plugin: ConfigurableWind
2011-07-30 03:54:27,587 INFO - OpenSim.Region.CoreModules.WindModule [WIND] Found Plugin: SimpleRandomWind
2011-07-30 03:54:27,587 INFO - OpenSim.Region.CoreModules.WindModule [WIND] SimpleRandomWind plugin found, initializing.
2011-07-30 03:54:27,591 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [MapSearchModule]: Loading Shared Module.
2011-07-30 03:54:27,594 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: Found Module Library [/home/user1/HG15region0/opensim/bin/OpenSim.Region.DataSnapshot.dll]
2011-07-30 03:54:27,595 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [External Data Generator]: Loading Shared Module.
2011-07-30 03:54:27,656 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: Found Module Library [/home/user1/HG15region0/opensim/bin/OpenSim.Region.OptionalModules.dll]
2011-07-30 03:54:27,657 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [IRCClientStackModule]: Initializing.
2011-07-30 03:54:27,658 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [MiniRegionModule]: Initializing.
2011-07-30 03:54:27,659 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [XmlRpcGridRouterModule]: Initializing.
2011-07-30 03:54:27,659 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [XmlRpcRouterModule]: Initializing.
2011-07-30 03:54:27,660 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [NPCModule]: Loading Shared Module.
2011-07-30 03:54:27,660 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [TreePopulatorModule]: Initializing.
2011-07-30 03:54:27,662 DEBUG - OpenSim.Region.OptionalModules.World.TreePopulator.TreePopulatorModule [TREES]: Initialised tree module
2011-07-30 03:54:27,722 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: Found Module Library [/home/user1/HG15region0/opensim/bin/OpenSim.Region.UserStatistics.dll]
2011-07-30 03:54:27,723 INFO - OpenSim.Region.Framework.ModuleLoader [MODULES]: [ViewerStatsModule]: Loading Shared Module.
2011-07-30 03:54:27,851 INFO - OpenSim.Region.CoreModules.Avatar.Groups.GroupsModule [GROUPS]: Groups disabled in configuration
2011-07-30 03:54:27,887 DEBUG - OpenSim.Region.CoreModules.Scripting.VectorRender.VectorRenderModule [VECTORRENDERMODULE]: using font "Arial" for text rendering.
2011-07-30 03:54:27,891 INFO - OpenSim.OpenSimBase [REGIONMODULES]: Loading Region's modules (new style)
2011-07-30 03:54:27,898 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RegionCombinerModule
2011-07-30 03:54:27,899 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module ConciergeModule
2011-07-30 03:54:27,900 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module VivoxVoiceModule
2011-07-30 03:54:27,901 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module AutoBackupModule
2011-07-30 03:54:27,901 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module Linden UDP Module
2011-07-30 03:54:27,902 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module Appearance Information Module
2011-07-30 03:54:27,903 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module FreeSwitchVoiceModule
2011-07-30 03:54:27,903 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module GroupsMessagingModule
2011-07-30 03:54:27,904 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module GroupsModule
2011-07-30 03:54:27,904 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianGroupsServicesConnector
2011-07-30 03:54:27,905 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module XmlRpcGroupsServicesConnector
2011-07-30 03:54:27,906 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module Services Health Monitoring Module
2011-07-30 03:54:27,907 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Deferred load of BetaGridLikeMoneyModule
2011-07-30 03:54:27,907 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module UserManagement Module
2011-07-30 03:54:27,908 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module BasicEntityTransferModule
2011-07-30 03:54:27,909 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HGEntityTransferModule
2011-07-30 03:54:27,909 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module ExportSerialisationModule
2011-07-30 03:54:27,910 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module UrlModule
2011-07-30 03:54:27,911 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module ChatModule
2011-07-30 03:54:27,912 INFO - OpenSim.Region.CoreModules.Avatar.Chat.ChatModule [CHAT]: Initialized for UOBHGR0 w:10 s:30 S:100
2011-07-30 03:54:27,912 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module FriendsModule
2011-07-30 03:54:27,913 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HGFriendsModule
2011-07-30 03:54:27,913 DEBUG - OpenSim.Region.CoreModules.Avatar.Friends.FriendsModule [FRIENDS MODULE]: AddRegion on HGFriendsModule
2011-07-30 03:54:27,914 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module PresenceModule
2011-07-30 03:54:27,915 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module MuteListModule
2011-07-30 03:54:27,915 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module OfflineMessageModule
2011-07-30 03:54:27,916 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module InstantMessageModule
2011-07-30 03:54:27,916 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module MessageTransferModule
2011-07-30 03:54:27,917 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LureModule
2011-07-30 03:54:27,918 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module InventoryModule
2011-07-30 03:54:27,919 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module CoreAssetCache
2011-07-30 03:54:27,919 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module GlynnTuckerAssetCache
2011-07-30 03:54:27,920 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module CenomeMemoryAssetCache
2011-07-30 03:54:27,920 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module Library Module
2011-07-30 03:54:27,921 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalAssetServicesConnector
2011-07-30 03:54:27,921 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteAssetServicesConnector
2011-07-30 03:54:27,921 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalAvatarServicesConnector
2011-07-30 03:54:27,922 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteAvatarServicesConnector
2011-07-30 03:54:27,922 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalAuthenticationServicesConnector
2011-07-30 03:54:27,923 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteAuthenticationServicesConnector
2011-07-30 03:54:27,923 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalAuthorizationServicesConnector
2011-07-30 03:54:27,924 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteAuthorizationServicesConnector
2011-07-30 03:54:27,924 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HGAssetBroker
2011-07-30 03:54:27,925 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalInventoryServicesConnector
2011-07-30 03:54:27,925 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteXInventoryServicesConnector
2011-07-30 03:54:27,926 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HGInventoryBroker
2011-07-30 03:54:27,926 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalNeighbourServicesConnector
2011-07-30 03:54:27,927 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteNeighbourServicesConnector
2011-07-30 03:54:27,927 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalLandServicesConnector
2011-07-30 03:54:27,928 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteLandServicesConnector
2011-07-30 03:54:27,928 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalGridServicesConnector
2011-07-30 03:54:27,929 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteGridServicesConnector
2011-07-30 03:54:27,932 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalPresenceServicesConnector
2011-07-30 03:54:27,932 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemotePresenceServicesConnector
2011-07-30 03:54:28,187 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.RemotePresenceServicesConnector [REMOTE PRESENCE CONNECTOR]: Enabled remote presence for region UOBHGR0
2011-07-30 03:54:28,188 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalUserAccountServicesConnector
2011-07-30 03:54:28,188 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteUserAccountServicesConnector
2011-07-30 03:54:28,189 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalGridUserServicesConnector
2011-07-30 03:54:28,189 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteGridUserServicesConnector
2011-07-30 03:54:28,190 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.RemoteGridUserServicesConnector [REMOTE GRID USER CONNECTOR]: Enabled remote grid user for region UOBHGR0
2011-07-30 03:54:28,190 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LocalSimulationConnectorModule
2011-07-30 03:54:28,190 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RemoteSimulationConnectorModule
2011-07-30 03:54:28,192 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RegionAssetService
2011-07-30 03:54:28,192 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module RegionInventoryService
2011-07-30 03:54:28,193 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LandServiceInConnectorModule
2011-07-30 03:54:28,196 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module NeighbourServiceInConnectorModule
2011-07-30 03:54:28,198 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HypergridService
2011-07-30 03:54:28,199 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module LLLoginServiceInConnectorModule
2011-07-30 03:54:28,199 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimulationServiceInConnectorModule
2011-07-30 03:54:28,199 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module GridInfoService
2011-07-30 03:54:28,200 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module AuthenticationServiceInConnectorModule
2011-07-30 03:54:28,200 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module AccessModule
2011-07-30 03:54:28,201 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module FlotsamAssetCache
2011-07-30 03:54:28,201 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HGMessageTransferModule
2011-07-30 03:54:28,202 DEBUG - OpenSim.Region.CoreModules.Avatar.InstantMessage.HGMessageTransferModule [HG MESSAGE TRANSFER]: Message transfer module HGMessageTransferModule active
2011-07-30 03:54:28,202 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module HGLureModule
2011-07-30 03:54:28,203 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module BasicProfileModule
2011-07-30 03:54:28,203 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module MapImageServiceIn
2011-07-30 03:54:28,204 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module MapImageServiceModule
2011-07-30 03:54:28,204 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimulatorFeaturesModule
2011-07-30 03:54:28,205 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianAssetServiceConnector
2011-07-30 03:54:28,205 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianAuthenticationServiceConnector
2011-07-30 03:54:28,206 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianAvatarServiceConnector
2011-07-30 03:54:28,206 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianGridMaptile
2011-07-30 03:54:28,207 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianInventoryServiceConnector
2011-07-30 03:54:28,208 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianPresenceServiceConnector
2011-07-30 03:54:28,208 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module SimianUserAccountServiceConnector
2011-07-30 03:54:28,209 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module RegionReadyModule
2011-07-30 03:54:28,210 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module IRCBridgeModule
2011-07-30 03:54:28,211 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module WorldViewModule
2011-07-30 03:54:28,212 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module PrimLimitsModule
2011-07-30 03:54:28,214 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module ScriptModuleCommsModule
2011-07-30 03:54:28,215 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module BasicInventoryAccessModule
2011-07-30 03:54:28,215 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module HGInventoryAccessModule
2011-07-30 03:54:28,216 INFO - OpenSim.Region.CoreModules.Framework.InventoryAccess.HGInventoryAccessModule [HG INVENTORY ACCESS MODULE]: HGInventoryAccessModule enabled.
2011-07-30 03:54:28,219 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module LandManagementModule
2011-07-30 03:54:28,222 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module PrimCountModule
2011-07-30 03:54:28,222 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module RegionArchiverModule
2011-07-30 03:54:28,227 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module TerrainModule
2011-07-30 03:54:28,231 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module WorldMapModule
2011-07-30 03:54:28,234 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module Warp3DImageModule
2011-07-30 03:54:28,236 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module HGWorldMap
2011-07-30 03:54:28,237 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module MapImageModule
2011-07-30 03:54:28,238 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module Warp3DImageModule
2011-07-30 03:54:28,239 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Deferred load of AgentTransactionModule
2011-07-30 03:54:28,240 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module Attachments Module
2011-07-30 03:54:28,243 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module Capabilities Module
2011-07-30 03:54:28,244 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module Binary Statistics Logging Module
2011-07-30 03:54:28,245 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module EstateManagementModule
2011-07-30 03:54:28,247 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module MoapModule
2011-07-30 03:54:28,248 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module Object BuySell Module
2011-07-30 03:54:28,248 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Deferred load of RestartModule
2011-07-30 03:54:28,255 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module XEngine
2011-07-30 03:54:28,256 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module GetMeshModule
2011-07-30 03:54:28,257 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module GetTextureModule
2011-07-30 03:54:28,258 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module MeshUploadFlagModule
2011-07-30 03:54:28,258 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module NewFileAgentInventoryVariablePriceModule
2011-07-30 03:54:28,259 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module WebFetchInvDescModule
2011-07-30 03:54:28,260 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module BunchOfCapsModule
2011-07-30 03:54:28,261 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module UploadObjectAssetModuleModule
2011-07-30 03:54:28,262 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module SimianProfiles
2011-07-30 03:54:28,775 INFO - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLD MAP]: JPEG Map location: http://193.63.48.70:3389/index.php?method=regionImagee7659b6762e04eb88690e308c390f1b5
2011-07-30 03:54:28,779 DEBUG - OpenSim.Region.CoreModules.World.Estate.EstateManagementCommands [ESTATE MODULE]: Setting up estate commands for region UOBHGR0
2011-07-30 03:54:28,800 INFO - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Initializing scripts in region UOBHGR0
2011-07-30 03:54:28,804 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to shared module BetaGridLikeMoneyModule (deferred)
2011-07-30 03:54:28,806 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module AgentTransactionModule (deferred)
2011-07-30 03:54:28,806 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULE]: Adding scene UOBHGR0 to non-shared module RestartModule (deferred)
2011-07-30 03:54:28,818 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker [HG ASSET CONNECTOR]: Enabled hypergrid asset broker for region UOBHGR0
2011-07-30 03:54:28,818 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker [HG ASSET CONNECTOR]: Enabled asset caching for region UOBHGR0
2011-07-30 03:54:28,819 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory.HGInventoryBroker [HG INVENTORY CONNECTOR]: Enabled HG inventory for region UOBHGR0
2011-07-30 03:54:28,819 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour.LocalNeighbourServicesConnector [NEIGHBOUR CONNECTOR]: Local neighbour connector enabled for region UOBHGR0
2011-07-30 03:54:28,820 INFO - OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour.RemoteNeighbourServicesConnector [NEIGHBOUR CONNECTOR]: Enabled remote neighbours for region UOBHGR0
2011-07-30 03:54:28,822 INFO - OpenSim.Region.CoreModules.ServiceConnectorsIn.Simulation.SimulationServiceInConnectorModule [SIM SERVICE]: Starting...
2011-07-30 03:54:28,828 INFO - OpenSim.Region.OptionalModules.Scripting.ScriptModuleComms.ScriptModuleCommsModule [MODULE COMMANDS]: Script engine found, module active
2011-07-30 03:54:28,842 INFO - OpenSim.Region.ScriptEngine.XEngine.EventManager [XEngine] Hooking up to server events
2011-07-30 03:54:28,875 DEBUG - OpenSim.Region.ScriptEngine.Shared.CodeTools.Compiler [Compiler]: Allowed languages: cs
2011-07-30 03:54:28,892 INFO - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Loading objects from datastore
2011-07-30 03:54:29,055 DEBUG - OpenSim.Data.MySQL.MySQLSimulationData [REGION DB]: Loaded 80 objects using 112 prims
2011-07-30 03:54:29,210 DEBUG - OpenSim.Data.MySQL.MySQLSimulationData [REGION DB]: Loaded inventory from 56 objects
2011-07-30 03:54:29,212 INFO - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Loaded 80 objects from the datastore
2011-07-30 03:54:29,291 INFO - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Loaded 80 SceneObject(s)
2011-07-30 03:54:29,296 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Caching creators' data from UOBHGR0 (80 objects)...
2011-07-30 03:54:29,804 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user 81b42673-518a-4a50-99fe-b3bc399eadd1 HGR0 Master
2011-07-30 03:54:29,812 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user 27db0182-c8f9-39a5-fef9-eb263a12131f Unknown User
2011-07-30 03:54:29,819 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user ae20c524-1f43-e282-6eba-e30e6ac2013b Unknown User
2011-07-30 03:54:29,827 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user a1014343-1e04-481f-9536-1fede9970950 user twelve
2011-07-30 03:54:29,834 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user 6758544b-9ddf-42e8-8b19-c69ecb4222ec zadark.hrethra @82.2.129.85:3389 http://82.2.129.85:3389/profiles/6758544b-9ddf-42e8-8b19-c69ecb4222ec
2011-07-30 03:54:29,842 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user 00000000-0000-0000-0000-000000000000 Unknown User
2011-07-30 03:54:29,849 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user 67240bd7-af9f-4727-b81a-12778a949f2c the.master @82.2.129.85:3388 http://82.2.129.85:3388/profiles/67240bd7-af9f-4727-b81a-12778a949f2c
2011-07-30 03:54:29,851 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: upload maptile for UOBHGR0
2011-07-30 03:54:29,857 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Terrain
2011-07-30 03:54:29,882 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture b8d3965a-ad78-bf43-699b-bff8eca6c975, found: True
2011-07-30 03:54:29,931 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: True
2011-07-30 03:54:29,971 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: True
2011-07-30 03:54:30,004 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: True
2011-07-30 03:54:30,204 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Done in 347 ms
2011-07-30 03:54:30,210 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Object Volume Profile
2011-07-30 03:54:30,228 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Done in 18 ms
2011-07-30 03:54:30,572 DEBUG - OpenSim.Services.Connectors.MapImageServicesConnector [MAP IMAGE CONNECTOR]: map tile uploaded in 330ms
2011-07-30 03:54:30,591 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: Region UOBHGR0 (e7659b67-62e0-4eb8-8690-e308c390f1b5) registered successfully at 2048000-2048000
2011-07-30 03:54:30,657 INFO - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Loading land objects from storage
2011-07-30 03:54:30,659 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Terrain
2011-07-30 03:54:30,660 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture b8d3965a-ad78-bf43-699b-bff8eca6c975, found: True
2011-07-30 03:54:30,669 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: True
2011-07-30 03:54:30,695 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: True
2011-07-30 03:54:30,704 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: True
2011-07-30 03:54:30,751 INFO - OpenSim.Region.Framework.Scenes.Scene [PRIM INVENTORY]: Starting scripts in scene
2011-07-30 03:54:30,904 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Done in 245 ms
2011-07-30 03:54:30,904 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Object Volume Profile
2011-07-30 03:54:30,907 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Done in 2 ms
2011-07-30 03:54:30,977 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLDMAP]: STORING MAPTILE IMAGE
2011-07-30 03:54:30,978 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLDMAP]: Storing map tile 6959909d-b452-461a-aa72-cc9cbca56198
2011-07-30 03:54:31,159 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLDMAP]: Deleting old map tile 81381ff0-19bf-4848-b655-5cb9adfd9c22
2011-07-30 03:54:31,169 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing uobhgr0 to uobhgr0
2011-07-30 03:54:31,169 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: Region UOBHGR0 (e7659b67-62e0-4eb8-8690-e308c390f1b5) registered successfully at 2048000-2048000
2011-07-30 03:54:32,090 INFO - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Starting the LLUDP server in asynchronous mode
2011-07-30 03:54:32,091 DEBUG - OpenMetaverse.OpenSimUDPBase [UDPBASE]: Binding UDP listener using internal IP address config 172.27.0.100:3389
2011-07-30 03:54:32,092 DEBUG - OpenMetaverse.OpenSimUDPBase [UDPBASE]: SIO_UDP_CONNRESET flag not supported on this platform, ignoring
2011-07-30 03:54:32,106 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "Outgoing Packets (UOBHGR0)" (ID 8)
2011-07-30 03:54:32,131 WARN - OpenSim.Region.CoreModules.World.Permissions.PermissionsModule [PERMISSIONS]: Groups module not found, group permissions will not work
2011-07-30 03:54:32,153 DEBUG - OpenSim.ApplicationPlugins.RemoteController.RemoteAdminPlugin [RADMIN]: Creating default avatar entries
2011-07-30 03:54:32,153 DEBUG - OpenSim.ApplicationPlugins.RemoteController.RemoteAdminPlugin [RADMIN]: No default avatar information available
2011-07-30 03:54:32,154 INFO - OpenSim.ApplicationPlugins.RemoteController.RemoteAdminPlugin [RADMIN]: Default avatars not loaded
2011-07-30 03:54:32,155 DEBUG - OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin [REGIONMODULES]: PostInitializing...
2011-07-30 03:54:32,165 INFO - OpenSim.Region.CoreModules.ServiceConnectorsIn.Land.LandServiceInConnectorModule [LAND IN CONNECTOR]: Starting...
2011-07-30 03:54:32,166 INFO - OpenSim.Region.CoreModules.ServiceConnectorsIn.Neighbour.NeighbourServiceInConnectorModule [NEIGHBOUR IN CONNECTOR]: Starting...
2011-07-30 03:54:32,179 INFO - OpenSim.OpenSim [!]STARTUP COMPLETE
2011-07-30 03:54:32,181 INFO - OpenSim.Framework.Servers.BaseOpenSimServer [STARTUP]: Startup took 0m 11s
2011-07-30 03:54:32,202 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "Incoming Packets (UOBHGR0)" (ID 9)
2011-07-30 03:54:32,243 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/f53e2e4c-22a2-4475-9b48-b38afde07658
2011-07-30 03:54:32,281 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/6b4c6346-0d10-49c1-bab9-d61697682802
2011-07-30 03:54:32,286 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/3ccc91cd-3beb-4209-99f5-01a4f39fc50a
2011-07-30 03:54:32,287 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/1cd8b457-e37b-45bb-b31d-56ba9135979f
2011-07-30 03:54:32,288 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/e9eba0dd-36bc-4d5c-a809-ca8cb8485736
2011-07-30 03:54:32,290 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/8d8ec8cf-ebaa-4c12-81af-57cbcd342aa4
2011-07-30 03:54:32,291 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/7065c4ff-bb61-4492-8a9e-b4b3619bdbbd
2011-07-30 03:54:32,293 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/3deff5af-f459-4811-bb55-8e59e0316cc3
2011-07-30 03:54:32,294 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/1391de19-2d42-4103-aeb1-bca07dd2e692
2011-07-30 03:54:32,295 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/ab3c7a89-1a48-42c4-bbc0-d8b7a7a881f5
2011-07-30 03:54:32,296 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/02d2d1cf-2ae7-4b8e-9d90-244be8f920d0
2011-07-30 03:54:32,297 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/bc525671-cbb6-440d-9d2f-7de24859bb88
2011-07-30 03:54:32,298 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/b866e5af-3c03-4d6a-b439-52ae49bded63
2011-07-30 03:54:32,299 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/f60b2245-c65c-4956-8501-14258d9ec384
2011-07-30 03:54:32,300 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/0d7b3a5c-9fd5-48cf-8440-653a27a6e3ce
2011-07-30 03:54:32,301 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/09e7cbed-0c34-4563-b83d-dd72b58dbb90
2011-07-30 03:54:32,302 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/6806228c-1199-4a65-8813-11f7487435f8
2011-07-30 03:54:32,303 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/d3b7345a-9de0-49cc-af2e-865479b583f5
2011-07-30 03:54:32,304 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/d4e516f1-9b85-4715-88e2-27847d328e23
2011-07-30 03:54:32,305 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/8460f282-e97c-4eb6-ac4c-ba5b6f7d7fa8
2011-07-30 03:54:32,321 DEBUG - OpenSim.Region.Physics.Meshing.Meshmerizer [MESH]: experimental mesh proxy generation for ZadarkMesh01/9dfd84bb-2b5b-4758-9929-2d9bce9412f4
2011-07-30 03:54:32,341 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "Heartbeat for region UOBHGR0" (ID 10)
2011-07-30 03:54:33,968 DEBUG - OpenSim.Region.Framework.Scenes.Scene [REGION]: Enabling logins for UOBHGR0
2011-07-30 03:54:34,095 DEBUG - OpenSim.Region.Framework.Scenes.SceneCommunicationService [INTERGRID]: Informing 0 neighbours that this region is up
2011-07-30 03:54:47,449 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "AsyncLSLCmdHandlerThread" (ID 12)
2011-07-30 03:54:47,488 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script SignPanel512-256.DisplayPanelV03.cs, script UUID 6c966635-9d95-4389-8bf1-a1c4ba623d60, prim UUID 0881c41d-acb7-425b-815d-c26ff8b3005a @ <138.7218, 110.8249, 22.36871>.UOBHGR0
2011-07-30 03:54:49,072 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script SignPanel512-256.DisplayPanelV03.cs, script UUID 968c6d34-f4c1-42f4-9652-4ae61d5a7c28, prim UUID c3042ac6-8896-48e6-8ae5-e710795b8ff7 @ <145.0905, 138.6557, 22.5>.UOBHGR0
2011-07-30 03:54:50,682 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Let it Rain.DanceSyncMaster.cs, script UUID a1fda1bb-30ee-4d74-b4ab-be0fe3963053, prim UUID 9c282f35-8ba6-4812-bb8b-a7e1238a4919 @ <138.566, 131.7234, 22.75352>.UOBHGR0
2011-07-30 03:54:52,242 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Let it Rain.DanceSyncSlave.cs, script UUID 49cb80f9-02f0-400f-a863-925d42616307, prim UUID 05ab3af2-98ef-4cc4-9212-63dc6aec993c @ <138.566, 131.7234, 22.75352>.UOBHGR0
2011-07-30 03:54:53,826 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Primitive.LongBanner01.cs, script UUID 08b53930-13a7-4f58-b221-ba2183c4f47b, prim UUID 2d897af0-1452-4ebc-ac20-15f94d68dd14 @ <174.4047, 77.72902, 21.31749>.UOBHGR0
2011-07-30 03:54:55,465 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script SoloDance01.CCS04SingleAnimation01.cs, script UUID 5a4274a4-c0b6-4376-a33b-16f556dc5dc7, prim UUID d16b318b-a05d-4295-9d39-d334c20ab1fd @ <132.6632, 138.5875, 21.90531>.UOBHGR0
2011-07-30 03:54:57,076 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Simulator Status.SimulatorStatus01.cs, script UUID 9eb1eec9-e7b7-4568-a0ea-066c89f0e785, prim UUID f9109279-8e02-42b8-8d9a-39bda271eb04 @ <128, 128, 28>.UOBHGR0
2011-07-30 03:54:58,693 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Final Step.DanceSyncMaster.cs, script UUID 6cff4588-89e0-4e08-a0a3-7ee27a989e3c, prim UUID 1d5d9609-d913-4e5e-9b2c-51e7a61ca83e @ <139.4937, 126.5018, 22.7344>.UOBHGR0
2011-07-30 03:54:59,557 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Final Step.DanceSyncSlave.cs, script UUID 49cb80f9-02f0-400f-a863-925d42616307, prim UUID 0d8d5656-68b5-40e6-9064-d43422f8193a @ <139.4937, 126.5018, 22.7344>.UOBHGR0
2011-07-30 03:55:01,252 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Like the Sun.DanceSyncMaster.cs, script UUID bdeabe47-a272-4209-b14c-48cf1e26b684, prim UUID 31350f42-ff02-43a1-be61-63c288d0f7b0 @ <129.2785, 116.8247, 22.68295>.UOBHGR0
2011-07-30 03:55:02,113 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Like the Sun.DanceSyncSlave.cs, script UUID 49cb80f9-02f0-400f-a863-925d42616307, prim UUID a04975df-da05-4c83-9f96-6b13a7dd64d4 @ <129.2785, 116.8247, 22.68295>.UOBHGR0
2011-07-30 03:55:03,700 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Teleport German Grid.HGGermanGridCS02, script UUID c2d2e6cf-fa04-452e-a56a-4266cd531e24, prim UUID 51a35ed3-361c-4cff-9919-d51c845181be @ <248.6804, 20.47609, 21.85>.UOBHGR0
2011-07-30 03:55:05,318 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Single Dance 01.CSSingleDanceAnimation01, script UUID ce89ee52-c5eb-4f17-af4b-77966b7dba09, prim UUID f7619bf1-e156-48fc-ba27-ae7a84444e97 @ <64, 154, 21.95718>.UOBHGR0
2011-07-30 03:55:06,951 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport OSG Samsara.CCS05HGTeleportX1.cs, script UUID 2da2ae8a-1e63-441b-babd-cc1cb4296f99, prim UUID 4756fd7e-795c-483c-a894-0b5bb5aabdc3 @ <108.0918, 129.4971, 21.73447>.UOBHGR0
2011-07-30 03:55:08,605 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Single Dance 01.CSSingleDanceAnimation01, script UUID 6b12289f-6ab3-44d1-8e46-fb452e4400e5, prim UUID bfe98fc6-1abe-4451-9e10-07aa575eee13 @ <129.0262, 139.1687, 21.95718>.UOBHGR0
2011-07-30 03:55:10,185 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport RT Grid.CCS05HGTeleportX1.cs, script UUID 77dbf4c6-ea36-4bfb-983d-1001c61e729d, prim UUID fddda7a2-6f2b-4c11-8925-ec628149a13e @ <248.6804, 29.47609, 21.85>.UOBHGR0
2011-07-30 03:55:11,794 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Single Dance 01.CSSingleDanceAnimation01, script UUID c47754ac-af34-4689-ba4e-e15a2053b210, prim UUID 58cf3c60-38b2-4dd9-a880-5ed2435ff8ba @ <129.4228, 146.2007, 21.85718>.UOBHGR0
2011-07-30 03:55:13,355 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script DiplayPanel512-256.DisplayPanelV03.cs, script UUID d7d311c3-65c0-4780-8792-dfde558c0d3a, prim UUID c2e49d69-a07c-4f5e-a8f4-2edb2631d247 @ <114.4509, 245.3517, 26.331>.UOBHGR0
2011-07-30 03:55:14,972 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport VUE 9000.CCS05HGTeleportX1.cs, script UUID 0fd9b372-aa9c-4b5d-87c6-3c8fb92ba584, prim UUID 83d712f8-a2fc-41c4-ac46-dd760fc55445 @ <108.0532, 126.3555, 21.7313>.UOBHGR0
2011-07-30 03:55:16,587 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Game Development V01.CSGameDev01.cs, script UUID e916bffa-ed49-49f7-ae35-4773d6d4d80b, prim UUID d014840f-8c32-49f4-b126-e6a0e82b40f1 @ <67.4364, 154.8261, 21.45>.UOBHGR0
2011-07-30 03:55:18,187 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script SignPanel512-256.DisplayPanelV03.cs, script UUID 45e1166a-b535-4c75-95a1-ac1dc3d1dbdd, prim UUID b35da8f5-0aaf-487b-9c04-a0b34d406f85 @ <118.0202, 144.8624, 22.5>.UOBHGR0
2011-07-30 03:55:19,846 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script SignPanel512-256.DisplayPanelV03.cs, script UUID d9256503-2d08-4cdb-8869-f4950455c654, prim UUID 7dfdbee6-12c6-4b5c-a1e4-241c8577c4d3 @ <110.8737, 117.4588, 22.4002>.UOBHGR0
2011-07-30 03:55:21,559 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Sofitek HG 1.5.CCS05HGTeleportX1.cs, script UUID d66d48a1-de75-4773-b675-9c4316c6191b, prim UUID b1d6f1b9-a048-42ef-acdb-6f9c398bf775 @ <248.6804, 30.47609, 21.85>.UOBHGR0
2011-07-30 03:55:23,155 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script DiplayPanel512-256.DisplayPanelV03.cs, script UUID 43557229-8680-4437-9cdd-7ec7adc9b096, prim UUID a03e0745-7a4b-4bb6-9e65-b99bb82242f3 @ <249.5574, 25.60769, 24.21985>.UOBHGR0
2011-07-30 03:55:24,792 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Nirvana.CCS05HGTeleportX1.cs, script UUID b9c5335d-fbfc-4ee6-a755-ddfece79a73f, prim UUID d9113dd7-a4e6-4bac-a2cd-a59943713b14 @ <248.6804, 23.47609, 21.85>.UOBHGR0
2011-07-30 03:55:26,486 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 7995010a-7e4c-4392-84fa-257c6e08a941, prim UUID f6742452-da82-46f7-8293-71e766fb300e @ <249.5, 29.85, 25.85>.UOBHGR0
2011-07-30 03:55:28,093 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 7cb98e0e-f67b-40fc-9bc2-1657a202553d, prim UUID dc62cc0f-75e9-4560-9503-af1b5b66162c @ <249.5, 29.85, 25.3>.UOBHGR0
2011-07-30 03:55:29,710 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 95cfa57f-a56f-4ce7-959a-a8b5d5525c9f, prim UUID 14766766-7cce-4d34-bcbe-4818475cfd57 @ <249.5, 29.85, 24.75>.UOBHGR0
2011-07-30 03:55:31,315 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Metaverse.CCS05HGTeleportX2.cs, script UUID a3498c09-77e1-41aa-a41c-ad521a30ec99, prim UUID 37cc6f61-ce83-404d-96c4-9f0454a0fce4 @ <248.6804, 22.47609, 21.85>.UOBHGR0
2011-07-30 03:55:32,915 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 848c4261-3061-4a97-8851-3f6d606ed534, prim UUID dea8e40d-f684-4d85-894d-13ace879598b @ <249.5, 33, 25.85>.UOBHGR0
2011-07-30 03:55:34,523 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 8738d88e-2c51-478a-82a1-2725e0e666e9, prim UUID a0064a75-2750-4845-861a-60649300a866 @ <249.5, 26.65, 25.85>.UOBHGR0
2011-07-30 03:55:35,399 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 95cfa57f-a56f-4ce7-959a-a8b5d5525c9f, prim UUID cb09bffe-5cac-451b-9b6b-12bebccc88a9 @ <249.5, 23.57, 25.3>.UOBHGR0
2011-07-30 03:55:36,988 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 3bc5afb5-8f13-4132-b0a9-d4f707df111f, prim UUID 21f7ede2-2531-4090-ba38-190fecf8816e @ <249.5, 33, 25.3>.UOBHGR0
2011-07-30 03:55:38,578 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 1174bf7d-5788-4b67-81df-23d243b792fc, prim UUID 3618134e-1506-4364-ab25-818738006351 @ <249.5, 26.65, 25.3>.UOBHGR0
2011-07-30 03:55:39,444 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 95cfa57f-a56f-4ce7-959a-a8b5d5525c9f, prim UUID 54496142-b110-46fd-9e5d-eaa00e6fa27f @ <249.5, 23.57, 24.75>.UOBHGR0
2011-07-30 03:55:40,311 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 95cfa57f-a56f-4ce7-959a-a8b5d5525c9f, prim UUID 4a6436f8-5902-4e02-96ee-cad9b4ee3fb1 @ <249.5, 33, 24.75>.UOBHGR0
2011-07-30 03:55:41,938 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch0101.cs, script UUID d62213f7-8352-44ba-a6fd-a13981fbfd5a, prim UUID b2919d85-f7c0-489b-96a3-2c81f0983485 @ <249.5, 26.65, 24.75>.UOBHGR0
2011-07-30 03:55:43,669 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport sanctuary.CCS05HGTeleportX1.cs, script UUID d34a9ca8-b24a-4338-9ad3-0481dfdbdd18, prim UUID d1f4d5dc-c3b1-4998-b2c0-3fcabf49d2c4 @ <248.6804, 26.49273, 21.85>.UOBHGR0
2011-07-30 03:55:45,292 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Hanover.CCS05HGTeleportX1.cs, script UUID 4293e739-1024-44ca-b408-3a137d6f886d, prim UUID 5235ed52-aeab-449d-b5c3-0d662f024bb2 @ <248.6804, 21.47609, 21.85>.UOBHGR0
2011-07-30 03:55:46,892 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 58078473-230d-4b4e-960c-f41bae2ef72f, prim UUID c7f81417-59f1-41f6-9870-8ac62f9504a5 @ <249.5, 20.53668, 25.85>.UOBHGR0
2011-07-30 03:55:48,605 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Pmgrid reg12.CCS05HGTeleportX1.cs, script UUID 9a9a7294-3941-4295-94b5-1874a9d47a25, prim UUID b605cff3-cf14-41be-a590-50366d5c1fe6 @ <248.6804, 24.47609, 21.85>.UOBHGR0
2011-07-30 03:55:50,212 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport GridWorld.CCS05HGTeleportX1.cs, script UUID 71e2d627-c139-4806-a638-ad3fbe354899, prim UUID ba6b3a2e-3144-4418-b8de-63529b2c24b3 @ <248.6804, 25.47609, 21.85>.UOBHGR0
2011-07-30 03:55:51,823 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport VirtYou.CCS05HGTeleportX1.cs, script UUID 8028cba6-1891-48b4-aef6-0851257a3331, prim UUID e36f25fb-7519-4a3c-b6b8-f096a14da117 @ <248.6804, 31.47609, 21.85>.UOBHGR0
2011-07-30 03:55:53,441 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script TPLocal.CCS05HGTeleoprtHrethra1.cs, script UUID 6c32521c-2ee0-405b-9762-4ecca34d29f4, prim UUID 8b218b3f-8181-4983-8bf0-8a76b934b164 @ <140.5944, 112.2248, 21.90009>.UOBHGR0
2011-07-30 03:55:55,113 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script DiplayPanel512-256.DisplayPanelV03.cs, script UUID c856a1a6-5c1a-494a-9202-8b60a82029a9, prim UUID 21f54744-8753-4ae5-9d85-2e30bb9f195e @ <37.82098, 249.2906, 24.30945>.UOBHGR0
2011-07-30 03:55:56,708 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Hrethra 1.CCS05HGTeleoprtHrethra1.cs, script UUID 7435c60f-7991-40aa-8c3e-104b6ef30318, prim UUID 639cec23-67f4-4109-97db-e5b539bb6b15 @ <249, 17.23758, 21.85>.UOBHGR0
2011-07-30 03:55:57,613 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Like the Sun.DanceSyncMaster.cs, script UUID bdeabe47-a272-4209-b14c-48cf1e26b684, prim UUID f3da75ea-b1d4-4ffb-ae28-fbffd3d2984a @ <61.8591, 152.983, 21.51937>.UOBHGR0
2011-07-30 03:55:58,497 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script CS Couples dance- Like the Sun.DanceSyncSlave.cs, script UUID 49cb80f9-02f0-400f-a863-925d42616307, prim UUID e4970936-73fc-42d5-bfaa-944a76399e6a @ <61.8591, 152.983, 21.51937>.UOBHGR0
2011-07-30 03:56:00,118 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport Dorenas-world.CCS05HGTeleportX1.cs, script UUID 9ca30438-977a-4f50-9daa-38b2a9f716ff, prim UUID 68ac0174-457d-462b-b865-eb8c98b7438a @ <248.6804, 27.47609, 21.85>.UOBHGR0
2011-07-30 03:56:01,759 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HG Teleport OSG Maritime.CCS05HGTeleportX1.cs, script UUID 6a91eb4c-ecb8-4850-8bec-a27fad31e5b2, prim UUID 604042eb-b7b3-4d16-a4fd-7d209561ce7e @ <248.6804, 28.56618, 21.85>.UOBHGR0
2011-07-30 03:56:03,392 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Simulator Status.SimulatorStatus01.cs, script UUID a2e51c84-09dd-49f5-8753-c54acec08da5, prim UUID 2f2f9603-42a5-4b59-a153-2c2d1318b36d @ <128, 192, 27>.UOBHGR0
2011-07-30 03:56:05,032 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Simulator Status.SimulatorStatus01.cs, script UUID 296535bc-5504-482d-bf03-9059847a294d, prim UUID 9b89479c-16c9-48c8-922e-26c71be032f2 @ <64, 128, 27>.UOBHGR0
2011-07-30 03:56:06,674 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Simulator Status.SimulatorStatus01.cs, script UUID 591068a0-5232-4eb8-a059-59370ca04cd1, prim UUID a82458d4-828a-4ef6-b3fd-91eeeb33849c @ <128, 64, 27>.UOBHGR0
2011-07-30 03:56:08,302 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script Simulator Status.SimulatorStatus01.cs, script UUID 322b53a8-e258-4891-955c-ff767ae864a7, prim UUID 4821c013-e2a0-45d0-bdf6-46fef8a5c9b4 @ <192, 128, 27>.UOBHGR0
2011-07-30 03:56:09,185 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HGTPPanelSwitch.CSHGTPSwitch01.cs, script UUID 58078473-230d-4b4e-960c-f41bae2ef72f, prim UUID 3be8123a-63bd-493f-88e7-41e4743c9b14 @ <249.5, 23.57, 25.85>.UOBHGR0
2011-07-30 03:56:10,880 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script PrismInformationPoster.InformationrPoster001.cs, script UUID 82802c24-e7e7-4431-a022-1ec4bd10075c, prim UUID 2d3338fa-e909-4d22-92e4-6a9d6a3c7f1a @ <148.6498, 123.034, 21.99903>.UOBHGR0
2011-07-30 03:56:41,986 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPostHandler [SIMULATION]: Stream handler called
2011-07-30 03:56:42,046 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] agentid=d68ab02b-f927-4ed9-8a3b-2017bd3036b7, child=False, startpos=<141.1229, 133.753, 21.42338>
2011-07-30 03:56:42,059 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] unpacked appearance
2011-07-30 03:56:42,062 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 to send SendCreateChildAgent
2011-07-30 03:56:42,066 DEBUG - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 told of incoming root agent Friday Five d68ab02b-f927-4ed9-8a3b-2017bd3036b7 (circuit code 128787554, teleportflags 128)
2011-07-30 03:56:42,085 INFO - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 authenticated and authorized incoming root agent Friday Five d68ab02b-f927-4ed9-8a3b-2017bd3036b7 (circuit code 128787554)
2011-07-30 03:56:42,099 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Registered seed capability /CAPS/5811f86e-8f71-447c-8c3f-1e10c8f5bd810000/ for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:56:42,103 INFO - OpenSim.Region.ClientStack.Linden.GetMeshModule [GETMESH]: /CAPS/11489c57-34ae-4b2a-9898-a78ba2f8005f in region UOBHGR0
2011-07-30 03:56:42,105 INFO - OpenSim.Region.ClientStack.Linden.GetTextureModule [GETTEXTURE]: /CAPS/9d744ae9-f1a3-4fd0-8143-274abed62b2c in region UOBHGR0
2011-07-30 03:56:42,690 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Seed Caps Request in region: UOBHGR0
2011-07-30 03:56:42,693 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming client Friday Five in region UOBHGR0 via regular login. Client IP verification not performed.
2011-07-30 03:56:43,828 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 82.2.129.85:59349
2011-07-30 03:56:43,914 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Adding new agent Friday Five to scene UOBHGR0
2011-07-30 03:56:43,995 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user d68ab02b-f927-4ed9-8a3b-2017bd3036b7 Friday Five
2011-07-30 03:56:43,999 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Rezzing attachment to point Skull from item aa3b6018-706d-4974-b916-969ecc0ae5ae for Friday Five
2011-07-30 03:56:44,004 DEBUG - OpenSim.Region.CoreModules.Framework.InventoryAccess.HGInventoryAccessModule [HGScene] RezObject itemID=aa3b6018-706d-4974-b916-969ecc0ae5ae fromTaskID=d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:56:44,192 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Completing movement of Friday Five into region UOBHGR0
2011-07-30 03:56:44,199 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE]: Upgrading child to root agent for Friday Five in UOBHGR0
2011-07-30 03:56:44,308 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:56:44,682 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Adding attachment Attachments Module to avatar Friday Five in pt 2 pos <0.01322194, -0.401564, -0.130919> <0, 0, 0>
2011-07-30 03:56:44,698 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Rezzing attachment to point LeftFoot from item 8524c39c-4e28-4e46-a49d-284fdba690f0 for Friday Five
2011-07-30 03:56:44,699 DEBUG - OpenSim.Region.CoreModules.Framework.InventoryAccess.HGInventoryAccessModule [HGScene] RezObject itemID=8524c39c-4e28-4e46-a49d-284fdba690f0 fromTaskID=d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:56:44,928 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Adding attachment Attachments Module to avatar Friday Five in pt 7 pos <-0.04272804, 5.646565E-05, 0.006003608> <0, 0, 0>
2011-07-30 03:56:44,942 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Rezzing attachment to point RightFoot from item acc3bdbd-84cb-4d93-af8b-7bf5225b90b2 for Friday Five
2011-07-30 03:56:44,942 DEBUG - OpenSim.Region.CoreModules.Framework.InventoryAccess.HGInventoryAccessModule [HGScene] RezObject itemID=acc3bdbd-84cb-4d93-af8b-7bf5225b90b2 fromTaskID=d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:56:45,196 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Adding attachment Attachments Module to avatar Friday Five in pt 8 pos <-0.03932281, -0.004874041, 0.006939948> <0, 0, 0>
2011-07-30 03:56:45,307 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "MapItemRequestThread" (ID 21)
2011-07-30 03:57:15,256 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:57:15,257 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 03:59:28,292 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 396f4db5-e4af-45b9-9972-31c5903dab43: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,292 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 3c191124-21e9-4a88-8634-6dca3b78d2a6: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,293 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 396f4db5-e4af-45b9-9972-31c5903dab43, guessing sane defaults
2011-07-30 03:59:28,292 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 34b8fc04-7ace-4922-b0d7-8ca1e1aa8b57: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,296 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 34b8fc04-7ace-4922-b0d7-8ca1e1aa8b57, guessing sane defaults
2011-07-30 03:59:28,294 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 3c191124-21e9-4a88-8634-6dca3b78d2a6, guessing sane defaults
2011-07-30 03:59:28,372 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 833619c9-e9e8-41cb-a556-ab109ce58139: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,372 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 66dca3aa-9370-47c4-8d8d-ac8010c7e53c: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,374 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 66dca3aa-9370-47c4-8d8d-ac8010c7e53c, guessing sane defaults
2011-07-30 03:59:28,372 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 84a88320-20b1-4f16-9d73-c166bb1543dd: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,373 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 833619c9-e9e8-41cb-a556-ab109ce58139, guessing sane defaults
2011-07-30 03:59:28,376 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 84a88320-20b1-4f16-9d73-c166bb1543dd, guessing sane defaults
2011-07-30 03:59:28,381 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 949dec9a-24a8-4bd6-9146-2792cfc677af: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,382 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 949dec9a-24a8-4bd6-9146-2792cfc677af, guessing sane defaults
2011-07-30 03:59:28,477 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture b150f724-162a-4891-9c34-e9edaa4bce98: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,479 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture cd38a0ae-9c50-42ab-b288-91d8b42b549a: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,478 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture a5ea89db-1b34-4c69-ba08-8fff03d466fc: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,478 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 97988949-6ab0-48fc-bcd7-6e9e4814659b: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,480 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture cd38a0ae-9c50-42ab-b288-91d8b42b549a, guessing sane defaults
2011-07-30 03:59:28,479 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture b150f724-162a-4891-9c34-e9edaa4bce98, guessing sane defaults
2011-07-30 03:59:28,482 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture a5ea89db-1b34-4c69-ba08-8fff03d466fc, guessing sane defaults
2011-07-30 03:59:28,480 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture c934ae53-e976-46df-9087-c8a8be6d1c4b: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,482 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture b7780a61-574c-4751-b6d0-a8f1e6ce72d4: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,478 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture c9cf4cd6-6a05-4393-ac22-b012ba3dc8cb: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,485 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture b72891f2-4728-4a22-ad86-093b97b0a6ab: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,483 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 97988949-6ab0-48fc-bcd7-6e9e4814659b, guessing sane defaults
2011-07-30 03:59:28,489 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture b7780a61-574c-4751-b6d0-a8f1e6ce72d4, guessing sane defaults
2011-07-30 03:59:28,490 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture c9cf4cd6-6a05-4393-ac22-b012ba3dc8cb, guessing sane defaults
2011-07-30 03:59:28,491 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture b72891f2-4728-4a22-ad86-093b97b0a6ab, guessing sane defaults
2011-07-30 03:59:28,488 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture c934ae53-e976-46df-9087-c8a8be6d1c4b, guessing sane defaults
2011-07-30 03:59:28,565 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture e26e0a23-2540-44fb-8d4e-1628d07d5d2d: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,566 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 11737320-cfba-4da3-9b75-76d39cc80820: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,566 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture cf88ceb5-b73e-42f4-a647-5c0c6bc37a31: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,567 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 11737320-cfba-4da3-9b75-76d39cc80820, guessing sane defaults
2011-07-30 03:59:28,567 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture e26e0a23-2540-44fb-8d4e-1628d07d5d2d, guessing sane defaults
2011-07-30 03:59:28,568 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture cf88ceb5-b73e-42f4-a647-5c0c6bc37a31, guessing sane defaults
2011-07-30 03:59:28,566 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture f2032b99-2f03-4d1e-8b94-d2bd03622f3a: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,571 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture e0e2e1c3-37f5-4cad-8836-acdef165b431: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,573 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture e0e2e1c3-37f5-4cad-8836-acdef165b431, guessing sane defaults
2011-07-30 03:59:28,573 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture f2032b99-2f03-4d1e-8b94-d2bd03622f3a, guessing sane defaults
2011-07-30 03:59:28,688 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: CSJ2K threw an exception decoding texture 2440b2f8-f2d7-4b4f-9de3-99072d237fd2: File is neither valid JP2 file nor valid JPEG 2000 codestream
2011-07-30 03:59:28,689 WARN - OpenSim.Region.CoreModules.Agent.TextureSender.J2KDecoderModule [J2KDecoderModule]: Failed to decode layer data for texture 2440b2f8-f2d7-4b4f-9de3-99072d237fd2, guessing sane defaults
2011-07-30 03:59:55,887 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule MAP NAME=(http://virtual.aiai.ed.ac.uk:8002/ vue-9000)
2011-07-30 03:59:55,889 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: GetRegionsByName http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 03:59:55,890 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing http://virtual.aiai.ed.ac.uk:8002/ vue-9000 to uobhgr0
2011-07-30 03:59:55,895 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Link to http://virtual.aiai.ed.ac.uk:8002/ vue-9000, in 30690-0
2011-07-30 03:59:55,899 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: Linking to http://virtual.aiai.ed.ac.uk:8002/
2011-07-30 03:59:55,966 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: naming linked region http://virtual.aiai.ed.ac.uk:8002/ vue-9000, handle 9914296349964544
2011-07-30 03:59:55,969 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: Map image at http://virtual.aiai.ed.ac.uk:9000/index.php?method=regionImagebd09a792eba511dc95ff0800200c9a66, cached at ./maptiles/bd09a792-eba5-11dc-95ff-0800200c9a66.jpg
2011-07-30 03:59:55,970 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: using cached image
2011-07-30 03:59:56,151 INFO - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Successfully linked to region http://virtual.aiai.ed.ac.uk:8002/ vue-9000 with image 7b63ae56-a577-4836-a58d-c20dfaf8cb6a
2011-07-30 03:59:56,174 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule [MAPSEARCHMODULE]: search http://virtual.aiai.ed.ac.uk:8002/ vue-9000 returned 1 regions. Flags=0
2011-07-30 03:59:57,624 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLD MAP]: Remote sim does not have the stated region. Blacklisting.
2011-07-30 04:00:03,997 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing http://virtual.aiai.ed.ac.uk:8002/ vue-9000 to uobhgr0
2011-07-30 04:00:03,998 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing http://virtual.aiai.ed.ac.uk:8002/ vue-9000 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 04:00:04,007 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: region bd09a792-eba5-11dc-95ff-0800200c9a66 flags: 524
2011-07-30 04:00:04,008 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: Destination region bd09a792-eba5-11dc-95ff-0800200c9a66 is hyperlink
2011-07-30 04:00:04,011 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: contacting http://virtual.aiai.ed.ac.uk:8002/
2011-07-30 04:00:04,114 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: GetFinalDestination serveruri -> http://virtual.aiai.ed.ac.uk:9000/
2011-07-30 04:00:04,117 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Request Teleport to http://virtual.aiai.ed.ac.uk:8002/ (http://virtual.aiai.ed.ac.uk:9000/) Vue-9000/<128, 128, 23>
2011-07-30 04:00:04,159 DEBUG - OpenSim.Services.Connectors.Simulation.SimulationServiceConnector [REMOTE SIMULATION CONNECTOR]: QueryAccess to http://virtual.aiai.ed.ac.uk:9000/agent/d68ab02b-f927-4ed9-8a3b-2017bd3036b7/bd09a792-eba5-11dc-95ff-0800200c9a66/ returned True version SIMULATION/0.1 (SIMULATION/0.1)
2011-07-30 04:00:04,159 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Destination is running version SIMULATION/0.1
2011-07-30 04:00:04,163 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: CreateAgent http://virtual.aiai.ed.ac.uk:8002/ http://virtual.aiai.ed.ac.uk:9000/
2011-07-30 04:00:04,166 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to http://www.viewtwo.net:3389/ (http://193.63.48.75:3389/)
2011-07-30 04:00:04,181 INFO - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Posted CreateAgent request to remote sim http://193.63.48.75:3389/homeagent/d68ab02b-f927-4ed9-8a3b-2017bd3036b7/, region Vue-9000, x=2308352 y=2308352
2011-07-30 04:00:04,493 INFO - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: DoCreateChildAgentCall reply was {"success":true}
2011-07-30 04:00:04,496 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Closing child agents. Checking 1 regions in UOBHGR0
2011-07-30 04:00:04,737 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Set callback URL to http://193.63.48.70:3389/agent/d68ab02b-f927-4ed9-8a3b-2017bd3036b7/e7659b67-62e0-4eb8-8690-e308c390f1b5/release/
2011-07-30 04:00:04,745 INFO - OpenSim.Framework.AgentData [CHILDAGENTDATAUPDATE] Pack data
2011-07-30 04:00:06,719 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL]: osd request <1> (URI:http://virtual.aiai.ed.ac.uk:9000/agent/d68ab02b-f927-4ed9-8a3b-2017bd3036b7/, METHOD:PUT) took 1926ms overall, 65ms writing
2011-07-30 04:00:06,723 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Sending new CAPS seed url http://virtual.aiai.ed.ac.uk:9000/CAPS/6e7040ec-a5c0-482d-8611-627b44e2600c0000/ to client d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 04:00:07,654 DEBUG - OpenSim.Server.Handlers.Simulation.AgentHandler >>> DoDelete action:release; RegionID:e7659b67-62e0-4eb8-8690-e308c390f1b5
2011-07-30 04:00:07,656 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL COMMS]: Found region to SendReleaseAgent
2011-07-30 04:00:07,657 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Agent d68ab02b-f927-4ed9-8a3b-2017bd3036b7 released
2011-07-30 04:00:07,659 DEBUG - OpenSim.Server.Handlers.Simulation.AgentHandler [AGENT HANDLER]: Agent Released/Deleted.
2011-07-30 04:00:12,766 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Close has been called for Friday Five attached to scene UOBHGR0
2011-07-30 04:00:12,771 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Removing child agent d68ab02b-f927-4ed9-8a3b-2017bd3036b7 from region UOBHGR0
2011-07-30 04:00:13,794 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: User d68ab02b-f927-4ed9-8a3b-2017bd3036b7 is going to another region, profile cache removed
2011-07-30 04:00:27,955 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Memory Cache : 193 assets
2011-07-30 04:00:27,981 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: File Cache : 193 assets
2011-07-30 04:06:39,637 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPostHandler [SIMULATION]: Stream handler called
2011-07-30 04:06:39,640 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] agentid=d68ab02b-f927-4ed9-8a3b-2017bd3036b7, child=True, startpos=<141.1229, 133.753, 21.42338>
2011-07-30 04:06:39,641 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] unpacked appearance
2011-07-30 04:06:39,641 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 to send SendCreateChildAgent
2011-07-30 04:06:39,642 DEBUG - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 told of incoming child agent Friday Five d68ab02b-f927-4ed9-8a3b-2017bd3036b7 (circuit code 128787554, teleportflags 1073741824)
2011-07-30 04:06:39,650 INFO - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 authenticated and authorized incoming child agent Friday Five d68ab02b-f927-4ed9-8a3b-2017bd3036b7 (circuit code 128787554)
2011-07-30 04:06:39,651 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Registered seed capability /CAPS/d39e089c-fdea-4975-9a30-d9a622a492640000/ for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 04:06:39,652 INFO - OpenSim.Region.ClientStack.Linden.GetMeshModule [GETMESH]: /CAPS/242f1034-3c41-4419-af5a-db4813d9b9a0 in region UOBHGR0
2011-07-30 04:06:39,652 INFO - OpenSim.Region.ClientStack.Linden.GetTextureModule [GETTEXTURE]: /CAPS/cf6f7133-5e40-45ad-9836-6abb53879088 in region UOBHGR0
2011-07-30 04:06:40,659 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPutHandler [SIMULATION]: Stream handler called
2011-07-30 04:06:40,704 INFO - OpenSim.Framework.AgentData [CHILDAGENTDATAUPDATE] Unpack data
2011-07-30 04:06:40,959 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 8796093024256000 to send AgentUpdate
2011-07-30 04:06:40,961 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming child agent update for d68ab02b-f927-4ed9-8a3b-2017bd3036b7 in UOBHGR0
2011-07-30 04:06:42,693 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 82.2.129.85:59349
2011-07-30 04:06:42,698 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Adding new agent Friday Five to scene UOBHGR0
2011-07-30 04:06:42,976 DEBUG - OpenSim.Region.Framework.Scenes.Scene [ATTACHMENT]: Received attachment aa3b6018-706d-4974-b916-969ecc0ae5ae, inworld asset id 6923818d-1143-4910-a7f2-df2b8806f078
2011-07-30 04:06:42,977 DEBUG - OpenSim.Region.Framework.Scenes.Scene [ATTACHMENT]: Attach to avatar d68ab02b-f927-4ed9-8a3b-2017bd3036b7 at position <0.01322194, -0.401564, -0.130919>
2011-07-30 04:06:42,987 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Adding attachment Attachments Module to avatar Friday Five in pt 2 pos <0.01322194, -0.401564, -0.130919> <0, 0, 0>
2011-07-30 04:06:42,993 DEBUG - OpenSim.Region.Framework.Scenes.Scene [ATTACHMENT]: Received attachment 8524c39c-4e28-4e46-a49d-284fdba690f0, inworld asset id 38526182-ed8e-45e9-8142-4408e7dcb4e1
2011-07-30 04:06:42,994 DEBUG - OpenSim.Region.Framework.Scenes.Scene [ATTACHMENT]: Attach to avatar d68ab02b-f927-4ed9-8a3b-2017bd3036b7 at position <-0.04272804, 5.646565E-05, 0.006003608>
2011-07-30 04:06:43,004 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Adding attachment Attachments Module to avatar Friday Five in pt 7 pos <-0.04272804, 5.646565E-05, 0.006003608> <0, 0, 0>
2011-07-30 04:06:43,008 DEBUG - OpenSim.Region.Framework.Scenes.Scene [ATTACHMENT]: Received attachment acc3bdbd-84cb-4d93-af8b-7bf5225b90b2, inworld asset id cad4a558-2283-4965-86dc-4e286dbb056a
2011-07-30 04:06:43,009 DEBUG - OpenSim.Region.Framework.Scenes.Scene [ATTACHMENT]: Attach to avatar d68ab02b-f927-4ed9-8a3b-2017bd3036b7 at position <-0.03932281, -0.004874041, 0.006939948>
2011-07-30 04:06:43,019 DEBUG - OpenSim.Region.CoreModules.Avatar.Attachments.AttachmentsModule [ATTACHMENTS MODULE]: Adding attachment Attachments Module to avatar Friday Five in pt 8 pos <-0.03932281, -0.004874041, 0.006939948> <0, 0, 0>
2011-07-30 04:06:45,632 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Seed Caps Request in region: UOBHGR0
2011-07-30 04:06:45,633 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming client Friday Five in region UOBHGR0 via HG login
2011-07-30 04:06:45,637 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to http://www.viewtwo.net:3389/ (http://193.63.48.75:3389/)
2011-07-30 04:06:45,650 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: User Client Verification for Friday Five in UOBHGR0 returned true
2011-07-30 04:06:47,223 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 82.2.129.85:59349
2011-07-30 04:06:47,223 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Completing movement of Friday Five into region UOBHGR0
2011-07-30 04:06:47,226 WARN - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Ignoring a repeated UseCircuitCode from d68ab02b-f927-4ed9-8a3b-2017bd3036b7 at 82.2.129.85:59349 for circuit 128787554
2011-07-30 04:06:47,226 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE]: Upgrading child to root agent for Friday Five in UOBHGR0
2011-07-30 04:06:47,228 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Restarting scripts in attachments...
2011-07-30 04:06:47,274 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Releasing agent in URI http://66.240.232.94:9010/agent/d68ab02b-f927-4ed9-8a3b-2017bd3036b7/e5896707-ffb7-54b2-91ed-74bdade83362/release/
2011-07-30 04:06:47,572 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL] couldn't decode <OpenSim agent d68ab02b-f927-4ed9-8a3b-2017bd3036b7>: Invalid character 'O' in input string
2011-07-30 04:06:47,580 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 5f9cdd9d-e4ec-4ee6-8dce-8b8b21279b51 (8) for avatar Friday Five
2011-07-30 04:06:47,624 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 04:06:47,632 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 5f9cdd9d-e4ec-4ee6-8dce-8b8b21279b51 (8) for avatar Friday Five
2011-07-30 04:06:47,633 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 5f9cdd9d-e4ec-4ee6-8dce-8b8b21279b51, requesting rebake
2011-07-30 04:06:47,642 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture fcf853db-0898-4cf6-8f9a-84c1c268cf36 (9) for avatar Friday Five
2011-07-30 04:06:47,643 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture fcf853db-0898-4cf6-8f9a-84c1c268cf36, requesting rebake
2011-07-30 04:06:47,652 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 480ac1ba-ed69-48f3-8a4f-7276d7bdd22c (10) for avatar Friday Five
2011-07-30 04:06:47,653 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 480ac1ba-ed69-48f3-8a4f-7276d7bdd22c, requesting rebake
2011-07-30 04:06:47,661 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture e9aa5cc7-d180-488e-aa16-78d5938571cc (11) for avatar Friday Five
2011-07-30 04:06:47,662 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture e9aa5cc7-d180-488e-aa16-78d5938571cc, requesting rebake
2011-07-30 04:06:47,670 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 592a0512-6c21-4c77-a424-e9c225b680d7 (20) for avatar Friday Five
2011-07-30 04:06:47,671 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 592a0512-6c21-4c77-a424-e9c225b680d7, requesting rebake
2011-07-30 04:06:47,671 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 04:06:50,144 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 04:06:50,145 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for d68ab02b-f927-4ed9-8a3b-2017bd3036b7
2011-07-30 04:14:43,243 INFO - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Got a logout request for Friday Five in UOBHGR0
2011-07-30 04:14:43,248 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Close has been called for Friday Five attached to scene UOBHGR0
2011-07-30 04:14:43,250 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.PresenceDetector [PRESENCE DETECTOR]: Detected client logout d68ab02b-f927-4ed9-8a3b-2017bd3036b7 in UOBHGR0
2011-07-30 04:14:43,262 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.ActivityDetector [ACTIVITY DETECTOR]: Detected client logout d68ab02b-f927-4ed9-8a3b-2017bd3036b7 in UOBHGR0
2011-07-30 04:14:43,288 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Removing root agent d68ab02b-f927-4ed9-8a3b-2017bd3036b7 from region UOBHGR0
2011-07-30 04:14:54,447 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Memory Cache : 376 assets
2011-07-30 04:14:54,491 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: File Cache : 376 assets
2011-07-30 04:15:49,054 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Memory Cache : 388 assets
2011-07-30 04:15:49,099 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: File Cache : 388 assets
2011-07-30 04:17:00,812 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Memory Cache : 402 assets
2011-07-30 04:17:00,883 INFO - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: File Cache : 402 assets
2011-07-30 04:50:58,627 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Failed to write asset fa97293a-2913-4fd9-9fc7-9ba680371bfc to cache. Directory ./assetcache/fa9, tempname ./assetcache/fa9/bzi2nx1v.ofs, filename ./assetcache/fa9/fa97293a-2913-4fd9-9fc7-9ba680371bfc. Exception Win32 IO returned ERROR_ALREADY_EXISTS. Path: at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00141] in /builddir/build/BUILD/mono-2.6.7/mcs/class/corlib/System.IO/File.cs:343
at Flotsam.RegionModules.AssetCache.FlotsamAssetCache.WriteFileCache (System.String filename, OpenSim.Framework.AssetBase asset) [0x00043] in /home/user1/HG15region0/opensim/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs:603 .
2011-07-30 04:54:20,939 DEBUG - OpenSim.Framework.Servers.BaseOpenSimServer DIAGNOSTICS
Time now is 7/30/2011 4:54:20 AM
Server has been running since Saturday, 7/30/2011 3:54:20 AM
That is an elapsed time of 01:00:00.0256380
ASSET STATISTICS
Asset cache contains 0 assets
Latest asset request time after cache miss: 0s
Blocked client requests for missing textures: 0
Asset service request failures: 0
CONNECTION STATISTICS
Abnormal client thread terminations: 0
INVENTORY STATISTICS
Initial inventory caching failures: 0
FRAME STATISTICS
Dilatn SimFPS PhyFPS AgntUp RootAg ChldAg Prims AtvPrm AtvScr ScrLPS
1.00 57 46.9 0.0 0 0 112 0 56 3
PktsIn PktOut PendDl PendUl UnackB TotlFt NetFt PhysFt OthrFt AgntFt ImgsFt
22 5 0 0 0 1.3 0.0 0.7 0.0 0.0 0.3
MEMORY STATISTICS
Allocated to OpenSim : 71 MB
4 threads are being tracked:
ID: 8, Name: Outgoing Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 9, Name: Incoming Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 10, Name: Heartbeat for region UOBHGR0, TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 12, Name: AsyncLSLCmdHandlerThread, TimeRunning: Pri: Lowest, State: Background, WaitSleepJoin
*** ThreadPool threads ***
workers: 1 (500); ports: 0 (1000)
2011-07-30 04:54:26,709 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: map refresh!
2011-07-30 04:54:26,712 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: upload maptile for UOBHGR0
2011-07-30 04:54:26,713 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Terrain
2011-07-30 04:54:26,714 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture b8d3965a-ad78-bf43-699b-bff8eca6c975, found: True
2011-07-30 04:54:26,725 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: True
2011-07-30 04:54:26,735 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: True
2011-07-30 04:54:26,745 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: True
2011-07-30 04:54:26,947 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Done in 234 ms
2011-07-30 04:54:26,948 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Object Volume Profile
2011-07-30 04:54:26,951 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Done in 4 ms
2011-07-30 04:54:27,213 DEBUG - OpenSim.Services.Connectors.MapImageServicesConnector [MAP IMAGE CONNECTOR]: map tile uploaded in 259ms
2011-07-30 05:02:59,511 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Failed to write asset f0118854-cd25-4bfd-a61b-8a6cd9dcebe2 to cache. Directory ./assetcache/f01, tempname ./assetcache/f01/3lmclr1p.eqc, filename ./assetcache/f01/f0118854-cd25-4bfd-a61b-8a6cd9dcebe2. Exception Win32 IO returned ERROR_ALREADY_EXISTS. Path: at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00141] in /builddir/build/BUILD/mono-2.6.7/mcs/class/corlib/System.IO/File.cs:343
at Flotsam.RegionModules.AssetCache.FlotsamAssetCache.WriteFileCache (System.String filename, OpenSim.Framework.AssetBase asset) [0x00043] in /home/user1/HG15region0/opensim/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs:603 .
2011-07-30 05:41:52,720 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Failed to write asset 7be82f4a-9adb-455c-b3d7-948983aee34c to cache. Directory ./assetcache/7be, tempname ./assetcache/7be/bp4wc777.eno, filename ./assetcache/7be/7be82f4a-9adb-455c-b3d7-948983aee34c. Exception Win32 IO returned ERROR_ALREADY_EXISTS. Path: at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00141] in /builddir/build/BUILD/mono-2.6.7/mcs/class/corlib/System.IO/File.cs:343
at Flotsam.RegionModules.AssetCache.FlotsamAssetCache.WriteFileCache (System.String filename, OpenSim.Framework.AssetBase asset) [0x00043] in /home/user1/HG15region0/opensim/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs:603 .
2011-07-30 05:54:20,930 DEBUG - OpenSim.Framework.Servers.BaseOpenSimServer DIAGNOSTICS
Time now is 7/30/2011 5:54:20 AM
Server has been running since Saturday, 7/30/2011 3:54:20 AM
That is an elapsed time of 02:00:00.0244020
ASSET STATISTICS
Asset cache contains 0 assets
Latest asset request time after cache miss: 0s
Blocked client requests for missing textures: 0
Asset service request failures: 0
CONNECTION STATISTICS
Abnormal client thread terminations: 0
INVENTORY STATISTICS
Initial inventory caching failures: 0
FRAME STATISTICS
Dilatn SimFPS PhyFPS AgntUp RootAg ChldAg Prims AtvPrm AtvScr ScrLPS
1.00 57 46.9 0.0 0 0 112 0 56 0
PktsIn PktOut PendDl PendUl UnackB TotlFt NetFt PhysFt OthrFt AgntFt ImgsFt
22 5 0 0 0 1.0 0.0 0.7 0.0 0.0 0.0
MEMORY STATISTICS
Allocated to OpenSim : 67 MB
4 threads are being tracked:
ID: 8, Name: Outgoing Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 9, Name: Incoming Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 10, Name: Heartbeat for region UOBHGR0, TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 12, Name: AsyncLSLCmdHandlerThread, TimeRunning: Pri: Lowest, State: Background, WaitSleepJoin
*** ThreadPool threads ***
workers: 1 (500); ports: 0 (1000)
2011-07-30 06:54:20,930 DEBUG - OpenSim.Framework.Servers.BaseOpenSimServer DIAGNOSTICS
Time now is 7/30/2011 6:54:20 AM
Server has been running since Saturday, 7/30/2011 3:54:20 AM
That is an elapsed time of 03:00:00.0244180
ASSET STATISTICS
Asset cache contains 0 assets
Latest asset request time after cache miss: 0s
Blocked client requests for missing textures: 0
Asset service request failures: 0
CONNECTION STATISTICS
Abnormal client thread terminations: 0
INVENTORY STATISTICS
Initial inventory caching failures: 0
FRAME STATISTICS
Dilatn SimFPS PhyFPS AgntUp RootAg ChldAg Prims AtvPrm AtvScr ScrLPS
1.00 57 46.9 0.0 0 0 112 0 56 0
PktsIn PktOut PendDl PendUl UnackB TotlFt NetFt PhysFt OthrFt AgntFt ImgsFt
22 5 0 0 0 0.3 0.0 0.3 0.0 0.0 0.0
MEMORY STATISTICS
Allocated to OpenSim : 77 MB
4 threads are being tracked:
ID: 8, Name: Outgoing Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 9, Name: Incoming Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 10, Name: Heartbeat for region UOBHGR0, TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 12, Name: AsyncLSLCmdHandlerThread, TimeRunning: Pri: Lowest, State: Background, WaitSleepJoin
*** ThreadPool threads ***
workers: 1 (500); ports: 0 (1000)
2011-07-30 06:54:26,708 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: map refresh!
2011-07-30 06:54:26,709 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: upload maptile for UOBHGR0
2011-07-30 06:54:26,709 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Terrain
2011-07-30 06:54:26,710 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture b8d3965a-ad78-bf43-699b-bff8eca6c975, found: True
2011-07-30 06:54:26,720 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: True
2011-07-30 06:54:26,731 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: True
2011-07-30 06:54:26,741 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: True
2011-07-30 06:54:26,941 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Done in 231 ms
2011-07-30 06:54:26,941 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Object Volume Profile
2011-07-30 06:54:26,944 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Done in 3 ms
2011-07-30 06:54:27,201 DEBUG - OpenSim.Services.Connectors.MapImageServicesConnector [MAP IMAGE CONNECTOR]: map tile uploaded in 254ms
2011-07-30 07:54:20,930 DEBUG - OpenSim.Framework.Servers.BaseOpenSimServer DIAGNOSTICS
Time now is 7/30/2011 7:54:20 AM
Server has been running since Saturday, 7/30/2011 3:54:20 AM
That is an elapsed time of 04:00:00.0243640
ASSET STATISTICS
Asset cache contains 0 assets
Latest asset request time after cache miss: 0s
Blocked client requests for missing textures: 0
Asset service request failures: 0
CONNECTION STATISTICS
Abnormal client thread terminations: 0
INVENTORY STATISTICS
Initial inventory caching failures: 0
FRAME STATISTICS
Dilatn SimFPS PhyFPS AgntUp RootAg ChldAg Prims AtvPrm AtvScr ScrLPS
1.00 57 46.9 0.0 0 0 112 0 56 0
PktsIn PktOut PendDl PendUl UnackB TotlFt NetFt PhysFt OthrFt AgntFt ImgsFt
22 5 0 0 0 0.0 0.0 0.0 0.0 0.0 0.0
MEMORY STATISTICS
Allocated to OpenSim : 84 MB
4 threads are being tracked:
ID: 8, Name: Outgoing Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 9, Name: Incoming Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 10, Name: Heartbeat for region UOBHGR0, TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 12, Name: AsyncLSLCmdHandlerThread, TimeRunning: Pri: Lowest, State: Background, WaitSleepJoin
*** ThreadPool threads ***
workers: 1 (500); ports: 0 (1000)
2011-07-30 08:47:25,548 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPostHandler [SIMULATION]: Stream handler called
2011-07-30 08:47:25,550 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] agentid=76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3, child=False, startpos=<239.9987, 125.5596, 24.58285>
2011-07-30 08:47:25,551 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] unpacked appearance
2011-07-30 08:47:25,551 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 to send SendCreateChildAgent
2011-07-30 08:47:25,552 DEBUG - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 told of incoming root agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 504073631, teleportflags 128)
2011-07-30 08:47:25,578 INFO - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 authenticated and authorized incoming root agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 504073631)
2011-07-30 08:47:25,579 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Registered seed capability /CAPS/eb6f9aea-69a9-4b24-960d-a1dcb34247600000/ for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 08:47:25,580 INFO - OpenSim.Region.ClientStack.Linden.GetMeshModule [GETMESH]: /CAPS/ed8ebde4-ff60-487f-9606-3952f328d6af in region UOBHGR0
2011-07-30 08:47:25,581 INFO - OpenSim.Region.ClientStack.Linden.GetTextureModule [GETTEXTURE]: /CAPS/b7960db9-026a-4591-b2fd-91bf30f7a29a in region UOBHGR0
2011-07-30 08:47:39,003 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Seed Caps Request in region: UOBHGR0
2011-07-30 08:47:39,003 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming client Bob Wellman in region UOBHGR0 via regular login. Client IP verification not performed.
2011-07-30 08:47:41,502 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 188.223.89.185:57752
2011-07-30 08:47:41,506 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Adding new agent Bob Wellman to scene UOBHGR0
2011-07-30 08:47:41,515 DEBUG - OpenSim.Region.CoreModules.Framework.UserManagement.UserManagementModule [USER MANAGEMENT MODULE]: Added user 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 Bob Wellman
2011-07-30 08:47:42,549 DEBUG - OpenSim.Region.ClientStack.Linden.SimulatorFeaturesModule [SIMULATOR FEATURES MODULE]: SimulatorFeatures request
2011-07-30 08:47:42,611 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Completing movement of Bob Wellman into region UOBHGR0
2011-07-30 08:47:42,612 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE]: Upgrading child to root agent for Bob Wellman in UOBHGR0
2011-07-30 08:47:42,652 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 08:48:05,372 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #11, type AgentThrottle from Bob Wellman
2011-07-30 08:48:05,374 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #12, type AgentHeightWidth from Bob Wellman
2011-07-30 08:48:05,375 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #13, type AgentUpdate from Bob Wellman
2011-07-30 08:48:05,377 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #14, type AgentAnimation from Bob Wellman
2011-07-30 08:48:05,379 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #15, type SetAlwaysRun from Bob Wellman
2011-07-30 08:48:05,380 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #17, type TransferRequest from Bob Wellman
2011-07-30 08:48:05,381 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #18, type TransferRequest from Bob Wellman
2011-07-30 08:48:05,383 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #19, type MuteListRequest from Bob Wellman
2011-07-30 08:48:05,384 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #20, type MoneyBalanceRequest from Bob Wellman
2011-07-30 08:48:05,385 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #21, type AgentDataUpdateRequest from Bob Wellman
2011-07-30 08:48:05,386 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #22, type FetchInventoryDescendents from Bob Wellman
2011-07-30 08:48:05,387 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #23, type FetchInventory from Bob Wellman
2011-07-30 08:48:05,389 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #24, type AgentHeightWidth from Bob Wellman
2011-07-30 08:48:05,390 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #25, type FetchInventory from Bob Wellman
2011-07-30 08:48:05,391 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Received a resend of already processed packet #26, type FetchInventory from Bob Wellman
2011-07-30 08:48:07,268 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 08:48:07,269 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 08:48:07,271 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 08:48:07,280 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 08:48:07,281 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 08:48:07,282 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 08:48:07,292 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 08:48:07,293 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 08:48:07,294 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 08:48:07,303 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 08:48:07,304 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 08:48:07,305 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 08:48:07,315 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 08:48:07,316 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 08:48:07,317 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 08:48:07,326 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 08:48:07,327 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 08:48:07,328 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 08:48:54,619 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 08:48:54,621 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 08:52:30,033 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SIT]: Client requested Sit Position: <0.04779053, -0.1496964, 0>
2011-07-30 08:52:30,188 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence StandupCode Executed
2011-07-30 08:52:55,816 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing login.germangrid.de:8002: to uobhgr0
2011-07-30 08:52:55,817 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing login.germangrid.de:8002: to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 08:54:20,930 DEBUG - OpenSim.Framework.Servers.BaseOpenSimServer DIAGNOSTICS
Time now is 7/30/2011 8:54:20 AM
Server has been running since Saturday, 7/30/2011 3:54:20 AM
That is an elapsed time of 05:00:00.0244130
ASSET STATISTICS
Asset cache contains 0 assets
Latest asset request time after cache miss: 0s
Blocked client requests for missing textures: 0
Asset service request failures: 0
CONNECTION STATISTICS
Abnormal client thread terminations: 0
INVENTORY STATISTICS
Initial inventory caching failures: 0
FRAME STATISTICS
Dilatn SimFPS PhyFPS AgntUp RootAg ChldAg Prims AtvPrm AtvScr ScrLPS
1.00 57 46.9 11.3 1 0 112 0 56 0
PktsIn PktOut PendDl PendUl UnackB TotlFt NetFt PhysFt OthrFt AgntFt ImgsFt
35 15 0 0 89 10.7 0.0 7.7 0.0 2.3 0.0
MEMORY STATISTICS
Allocated to OpenSim : 102 MB
4 threads are being tracked:
ID: 8, Name: Outgoing Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 9, Name: Incoming Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 10, Name: Heartbeat for region UOBHGR0, TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 12, Name: AsyncLSLCmdHandlerThread, TimeRunning: Pri: Lowest, State: Background, WaitSleepJoin
*** ThreadPool threads ***
workers: 1 (500); ports: 0 (1000)
2011-07-30 08:54:26,708 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: map refresh!
2011-07-30 08:54:26,709 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.MapImage.MapImageServiceModule [MAP IMAGE SERVICE MODULE]: upload maptile for UOBHGR0
2011-07-30 08:54:26,710 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Terrain
2011-07-30 08:54:26,710 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture b8d3965a-ad78-bf43-699b-bff8eca6c975, found: True
2011-07-30 08:54:26,720 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: True
2011-07-30 08:54:26,730 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: True
2011-07-30 08:54:26,741 DEBUG - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: True
2011-07-30 08:54:26,940 INFO - OpenSim.Region.CoreModules.World.LegacyMap.TexturedMapTileRenderer [MAPTILE]: Generating Maptile Step 1: Done in 231 ms
2011-07-30 08:54:26,941 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Object Volume Profile
2011-07-30 08:54:26,944 INFO - OpenSim.Region.CoreModules.World.LegacyMap.MapImageModule [MAPTILE]: Generating Maptile Step 2: Done in 2 ms
2011-07-30 08:54:27,206 DEBUG - OpenSim.Services.Connectors.MapImageServicesConnector [MAP IMAGE CONNECTOR]: map tile uploaded in 258ms
2011-07-30 09:01:44,614 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to uobhgr0
2011-07-30 09:01:44,615 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 09:01:56,717 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to uobhgr0
2011-07-30 09:01:56,718 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 09:02:28,548 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule MAP NAME=(www.pmgrid.org:8002:reg12)
2011-07-30 09:02:28,549 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: GetRegionsByName www.pmgrid.org:8002:reg12
2011-07-30 09:02:28,549 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to uobhgr0
2011-07-30 09:02:28,550 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 09:02:28,551 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Link to www.pmgrid.org:8002 reg12, in 26708-0
2011-07-30 09:02:28,552 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: Linking to http://www.pmgrid.org:8002/
2011-07-30 09:02:28,662 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: naming linked region http://www.pmgrid.org:8002/ reg12, handle 7697680907852288
2011-07-30 09:02:28,663 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: Map image at http://188.223.89.185:9000/index.php?method=regionImage3c022930ed0b11dc95ff0800200c9a66, cached at ./maptiles/3c022930-ed0b-11dc-95ff-0800200c9a66.jpg
2011-07-30 09:02:28,664 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: using cached image
2011-07-30 09:02:28,859 INFO - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Successfully linked to region http://www.pmgrid.org:8002/ reg12 with image 5cb73a6e-eaf7-4743-9057-219594dc0f8e
2011-07-30 09:02:28,873 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule [MAPSEARCHMODULE]: search www.pmgrid.org:8002:reg12 returned 1 regions. Flags=2
2011-07-30 09:02:28,903 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule MAP NAME=(www.pmgrid.org:8002:reg12)
2011-07-30 09:02:28,904 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: GetRegionsByName www.pmgrid.org:8002:reg12
2011-07-30 09:02:28,905 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to uobhgr0
2011-07-30 09:02:28,906 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 09:02:28,907 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://www.pmgrid.org:8002/ reg12
2011-07-30 09:02:28,908 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Link to www.pmgrid.org:8002 reg12, in 25706-0
2011-07-30 09:02:28,908 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: Linking to http://www.pmgrid.org:8002/
2011-07-30 09:02:28,971 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Region already exists in coordinates 26708 0
2011-07-30 09:02:28,986 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule [MAPSEARCHMODULE]: search www.pmgrid.org:8002:reg12 returned 1 regions. Flags=2
2011-07-30 09:02:30,445 WARN - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLD MAP]: Starting new remote request thread manually. This means that AvatarEnteringParcel never fired! This needs to be fixed! Don't Mantis this, as the developers can see it in this message
2011-07-30 09:02:30,446 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "MapItemRequestThread" (ID 53)
2011-07-30 09:02:30,519 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLD MAP]: Remote sim does not have the stated region. Blacklisting.
2011-07-30 09:02:44,057 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: region 3c022930-ed0b-11dc-95ff-0800200c9a66 flags: 524
2011-07-30 09:02:44,058 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: Destination region 3c022930-ed0b-11dc-95ff-0800200c9a66 is hyperlink
2011-07-30 09:02:44,059 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: contacting http://www.pmgrid.org:8002/
2011-07-30 09:02:44,101 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: GetFinalDestination serveruri -> http://188.223.89.185:9000/
2011-07-30 09:02:44,102 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Request Teleport to http://www.pmgrid.org:8002/ (http://188.223.89.185:9000/) Reg12/<128, 128, 1.5>
2011-07-30 09:02:44,155 DEBUG - OpenSim.Services.Connectors.Simulation.SimulationServiceConnector [REMOTE SIMULATION CONNECTOR]: QueryAccess to http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/3c022930-ed0b-11dc-95ff-0800200c9a66/ returned True version Unknown ()
2011-07-30 09:02:44,155 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Destination is running version Unknown
2011-07-30 09:02:44,156 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: CreateAgent http://www.pmgrid.org:8002/ http://188.223.89.185:9000/
2011-07-30 09:02:44,160 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to http://www.viewtwo.net:3389/ (http://193.63.48.75:3389/)
2011-07-30 09:02:44,163 INFO - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Posted CreateAgent request to remote sim http://193.63.48.75:3389/homeagent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/, region Reg12, x=1792256 y=1792512
2011-07-30 09:02:45,331 INFO - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: DoCreateChildAgentCall reply was {"success":true}
2011-07-30 09:02:45,332 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Closing child agents. Checking 1 regions in UOBHGR0
2011-07-30 09:02:45,533 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Set callback URL to http://193.63.48.70:3389/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/e7659b67-62e0-4eb8-8690-e308c390f1b5/release/
2011-07-30 09:02:45,534 INFO - OpenSim.Framework.AgentData [CHILDAGENTDATAUPDATE] Pack data
2011-07-30 09:02:45,590 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL]: <4> osd request for http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/, method PUT FAILED: [BadRequest] BadRequest
2011-07-30 09:02:47,680 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL]: osd request <5> (URI:http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/, METHOD:PUT) took 2087ms overall, 25ms writing
2011-07-30 09:02:47,681 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Sending new CAPS seed url http://188.223.89.185:9000/CAPS/fbe02de9-966e-4803-aa5c-1e837aaf6c110000/ to client 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:02:48,823 DEBUG - OpenSim.Server.Handlers.Simulation.AgentHandler >>> DoDelete action:release; RegionID:e7659b67-62e0-4eb8-8690-e308c390f1b5
2011-07-30 09:02:48,824 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL COMMS]: Found region to SendReleaseAgent
2011-07-30 09:02:48,824 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 released
2011-07-30 09:02:48,825 DEBUG - OpenSim.Server.Handlers.Simulation.AgentHandler [AGENT HANDLER]: Agent Released/Deleted.
2011-07-30 09:02:48,883 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Old simulator, sending attachments one by one...
2011-07-30 09:02:53,897 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Close has been called for Bob Wellman attached to scene UOBHGR0
2011-07-30 09:02:53,898 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Removing child agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 from region UOBHGR0
2011-07-30 09:02:54,899 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: User 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 is going to another region, profile cache removed
2011-07-30 09:04:38,181 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPostHandler [SIMULATION]: Stream handler called
2011-07-30 09:04:38,184 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] agentid=76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3, child=True, startpos=<128.2634, 129.7572, 24.49792>
2011-07-30 09:04:38,184 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] unpacked appearance
2011-07-30 09:04:38,185 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 to send SendCreateChildAgent
2011-07-30 09:04:38,186 DEBUG - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 told of incoming child agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 504073631, teleportflags 1073741824)
2011-07-30 09:04:38,194 INFO - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 authenticated and authorized incoming child agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 504073631)
2011-07-30 09:04:38,195 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Registered seed capability /CAPS/1cdacf5a-2132-4565-8b3f-562473c8d1690000/ for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:04:38,196 INFO - OpenSim.Region.ClientStack.Linden.GetMeshModule [GETMESH]: /CAPS/8a333e74-c5f8-41eb-9786-ce869f4c05f3 in region UOBHGR0
2011-07-30 09:04:38,197 INFO - OpenSim.Region.ClientStack.Linden.GetTextureModule [GETTEXTURE]: /CAPS/3d17b8b3-89c0-4f20-8a07-ac63decd05be in region UOBHGR0
2011-07-30 09:04:38,510 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPutHandler [SIMULATION]: Stream handler called
2011-07-30 09:04:38,512 INFO - OpenSim.Framework.AgentData [CHILDAGENTDATAUPDATE] Unpack data
2011-07-30 09:04:38,513 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 8796093024256000 to send AgentUpdate
2011-07-30 09:04:38,514 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming child agent update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 in UOBHGR0
2011-07-30 09:04:44,057 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 188.223.89.185:57752
2011-07-30 09:04:44,061 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Adding new agent Bob Wellman to scene UOBHGR0
2011-07-30 09:04:44,519 INFO - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: slow PUT request for /agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/ from 188.223.89.185:58915 took 6009 ms
2011-07-30 09:04:44,644 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Seed Caps Request in region: UOBHGR0
2011-07-30 09:04:44,645 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming client Bob Wellman in region UOBHGR0 via HG login
2011-07-30 09:04:44,648 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to http://www.viewtwo.net:3389/ (http://193.63.48.75:3389/)
2011-07-30 09:04:44,660 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: User Client Verification for Bob Wellman in UOBHGR0 returned true
2011-07-30 09:04:44,896 DEBUG - OpenSim.Region.ClientStack.Linden.SimulatorFeaturesModule [SIMULATOR FEATURES MODULE]: SimulatorFeatures request
2011-07-30 09:04:45,511 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 188.223.89.185:57752
2011-07-30 09:04:45,512 WARN - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Ignoring a repeated UseCircuitCode from 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 at 188.223.89.185:57752 for circuit 504073631
2011-07-30 09:04:45,522 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Completing movement of Bob Wellman into region UOBHGR0
2011-07-30 09:04:45,523 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE]: Upgrading child to root agent for Bob Wellman in UOBHGR0
2011-07-30 09:04:45,559 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Releasing agent in URI http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/3c022930-ed0b-11dc-95ff-0800200c9a66/release/
2011-07-30 09:04:45,613 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL] couldn't decode <OpenSim agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3>: Invalid character 'O' in input string
2011-07-30 09:04:45,621 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 1c69c52c-fb25-41bb-9c1a-2ff8da2ffefe (8) for avatar Bob Wellman
2011-07-30 09:04:45,666 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:04:45,673 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 1c69c52c-fb25-41bb-9c1a-2ff8da2ffefe (8) for avatar Bob Wellman
2011-07-30 09:04:45,674 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 1c69c52c-fb25-41bb-9c1a-2ff8da2ffefe, requesting rebake
2011-07-30 09:04:45,681 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 7fbdcf83-10dd-46ba-8efc-ecb1352d45cf (9) for avatar Bob Wellman
2011-07-30 09:04:45,682 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 7fbdcf83-10dd-46ba-8efc-ecb1352d45cf, requesting rebake
2011-07-30 09:04:45,689 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 920d7e30-7746-4103-9207-6bf92b75b808 (10) for avatar Bob Wellman
2011-07-30 09:04:45,690 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 920d7e30-7746-4103-9207-6bf92b75b808, requesting rebake
2011-07-30 09:04:45,699 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 9b681e89-99e5-453d-aee1-a9588c149f49 (11) for avatar Bob Wellman
2011-07-30 09:04:45,701 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 9b681e89-99e5-453d-aee1-a9588c149f49, requesting rebake
2011-07-30 09:04:45,709 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 7f3fbf8e-accc-4c00-bbbf-8ad76166e3e3 (20) for avatar Bob Wellman
2011-07-30 09:04:45,710 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 7f3fbf8e-accc-4c00-bbbf-8ad76166e3e3, requesting rebake
2011-07-30 09:04:45,711 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:04:57,797 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:04:57,797 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:09:50,975 INFO - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Got a logout request for Bob Wellman in UOBHGR0
2011-07-30 09:09:50,976 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Close has been called for Bob Wellman attached to scene UOBHGR0
2011-07-30 09:09:50,977 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.PresenceDetector [PRESENCE DETECTOR]: Detected client logout 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 in UOBHGR0
2011-07-30 09:09:51,004 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.ActivityDetector [ACTIVITY DETECTOR]: Detected client logout 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 in UOBHGR0
2011-07-30 09:09:51,019 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Removing root agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 from region UOBHGR0
2011-07-30 09:14:12,978 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPostHandler [SIMULATION]: Stream handler called
2011-07-30 09:14:12,980 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] agentid=76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3, child=False, startpos=<128.2634, 129.7572, 24.49792>
2011-07-30 09:14:12,981 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] unpacked appearance
2011-07-30 09:14:12,981 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 to send SendCreateChildAgent
2011-07-30 09:14:12,982 DEBUG - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 told of incoming root agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 345950565, teleportflags 128)
2011-07-30 09:14:12,990 INFO - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 authenticated and authorized incoming root agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 345950565)
2011-07-30 09:14:12,991 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Registered seed capability /CAPS/4e91d2db-1640-4e88-87f1-fa9885cde00f0000/ for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:14:12,992 INFO - OpenSim.Region.ClientStack.Linden.GetMeshModule [GETMESH]: /CAPS/c71dde04-3b2c-4d18-99db-e5c1d630e68c in region UOBHGR0
2011-07-30 09:14:12,993 INFO - OpenSim.Region.ClientStack.Linden.GetTextureModule [GETTEXTURE]: /CAPS/d46a191e-27cf-47ff-a934-8f66f823d5be in region UOBHGR0
2011-07-30 09:14:13,714 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Seed Caps Request in region: UOBHGR0
2011-07-30 09:14:13,715 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming client Bob Wellman in region UOBHGR0 via regular login. Client IP verification not performed.
2011-07-30 09:14:14,142 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 188.223.89.185:59168
2011-07-30 09:14:14,147 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Adding new agent Bob Wellman to scene UOBHGR0
2011-07-30 09:14:14,194 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Completing movement of Bob Wellman into region UOBHGR0
2011-07-30 09:14:14,195 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE]: Upgrading child to root agent for Bob Wellman in UOBHGR0
2011-07-30 09:14:14,298 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:14:21,479 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 09:14:21,480 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 09:14:21,480 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 09:14:21,489 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 09:14:21,490 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 09:14:21,491 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 09:14:21,501 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 09:14:21,501 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 09:14:21,502 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 09:14:21,511 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 09:14:21,512 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 09:14:21,512 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 09:14:21,521 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 09:14:21,522 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 09:14:21,523 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 09:14:21,532 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Malformed Uri : Argument cannot be null.
Parameter name: uriString
2011-07-30 09:14:21,532 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to ()
2011-07-30 09:14:21,533 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Unable to contact remote server
2011-07-30 09:14:38,946 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to uobhgr0
2011-07-30 09:14:38,946 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 09:14:38,947 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://www.pmgrid.org:8002/ reg12
2011-07-30 09:14:55,478 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:14:55,479 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:14:56,364 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule MAP NAME=(www.pmgrid.org:8002:reg12)
2011-07-30 09:14:56,365 DEBUG - OpenSim.Services.GridService.GridService [GRID SERVICE]: GetRegionsByName www.pmgrid.org:8002:reg12
2011-07-30 09:14:56,366 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to uobhgr0
2011-07-30 09:14:56,366 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://virtual.aiai.ed.ac.uk:8002/ vue-9000
2011-07-30 09:14:56,367 DEBUG - OpenSim.Data.Null.NullRegionData [NULL REGION DATA]: comparing www.pmgrid.org:8002:reg12 to http://www.pmgrid.org:8002/ reg12
2011-07-30 09:14:56,368 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Link to www.pmgrid.org:8002 reg12, in 31736-0
2011-07-30 09:14:56,368 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: Linking to http://www.pmgrid.org:8002/
2011-07-30 09:14:56,430 DEBUG - OpenSim.Services.GridService.HypergridLinker [HYPERGRID LINKER]: Region already exists in coordinates 26708 0
2011-07-30 09:14:56,547 DEBUG - OpenSim.Region.CoreModules.World.WorldMap.MapSearchModule [MAPSEARCHMODULE]: search www.pmgrid.org:8002:reg12 returned 1 regions. Flags=0
2011-07-30 09:14:57,925 WARN - OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule [WORLD MAP]: Starting new remote request thread manually. This means that AvatarEnteringParcel never fired! This needs to be fixed! Don't Mantis this, as the developers can see it in this message
2011-07-30 09:14:57,926 DEBUG - OpenSim.Framework.Watchdog [WATCHDOG]: Started tracking thread "MapItemRequestThread" (ID 66)
2011-07-30 09:15:06,912 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: region 3c022930-ed0b-11dc-95ff-0800200c9a66 flags: 524
2011-07-30 09:15:06,912 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: Destination region 3c022930-ed0b-11dc-95ff-0800200c9a66 is hyperlink
2011-07-30 09:15:06,913 DEBUG - OpenSim.Services.Connectors.Hypergrid.GatekeeperServiceConnector [GATEKEEPER SERVICE CONNECTOR]: contacting http://www.pmgrid.org:8002/
2011-07-30 09:15:06,979 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: GetFinalDestination serveruri -> http://188.223.89.185:9000/
2011-07-30 09:15:06,980 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Request Teleport to http://www.pmgrid.org:8002/ (http://188.223.89.185:9000/) Reg12/<128, 128, 1.5>
2011-07-30 09:15:07,055 DEBUG - OpenSim.Services.Connectors.Simulation.SimulationServiceConnector [REMOTE SIMULATION CONNECTOR]: QueryAccess to http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/3c022930-ed0b-11dc-95ff-0800200c9a66/ returned True version Unknown ()
2011-07-30 09:15:07,056 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Destination is running version Unknown
2011-07-30 09:15:07,057 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.HGEntityTransferModule [HG ENTITY TRANSFER MODULE]: CreateAgent http://www.pmgrid.org:8002/ http://188.223.89.185:9000/
2011-07-30 09:15:07,060 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to http://www.viewtwo.net:3389/ (http://193.63.48.75:3389/)
2011-07-30 09:15:07,063 INFO - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: Posted CreateAgent request to remote sim http://193.63.48.75:3389/homeagent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/, region Reg12, x=1792256 y=1792512
2011-07-30 09:15:07,479 INFO - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: DoCreateChildAgentCall reply was {"success":true}
2011-07-30 09:15:07,480 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Closing child agents. Checking 1 regions in UOBHGR0
2011-07-30 09:15:07,681 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Set callback URL to http://193.63.48.70:3389/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/e7659b67-62e0-4eb8-8690-e308c390f1b5/release/
2011-07-30 09:15:07,682 INFO - OpenSim.Framework.AgentData [CHILDAGENTDATAUPDATE] Pack data
2011-07-30 09:15:07,758 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL]: <8> osd request for http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/, method PUT FAILED: [BadRequest] BadRequest
2011-07-30 09:15:08,866 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL]: osd request <9> (URI:http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/, METHOD:PUT) took 1107ms overall, 25ms writing
2011-07-30 09:15:08,867 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Sending new CAPS seed url http://188.223.89.185:9000/CAPS/e24400ab-20f6-419b-ab59-8d4c634918a80000/ to client 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:15:09,725 DEBUG - OpenSim.Server.Handlers.Simulation.AgentHandler >>> DoDelete action:release; RegionID:e7659b67-62e0-4eb8-8690-e308c390f1b5
2011-07-30 09:15:09,725 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL COMMS]: Found region to SendReleaseAgent
2011-07-30 09:15:09,727 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 released
2011-07-30 09:15:09,728 DEBUG - OpenSim.Server.Handlers.Simulation.AgentHandler [AGENT HANDLER]: Agent Released/Deleted.
2011-07-30 09:15:09,768 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: Old simulator, sending attachments one by one...
2011-07-30 09:15:14,833 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Close has been called for Bob Wellman attached to scene UOBHGR0
2011-07-30 09:15:14,834 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Removing child agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 from region UOBHGR0
2011-07-30 09:15:15,835 DEBUG - OpenSim.Region.CoreModules.Framework.EntityTransfer.EntityTransferModule [ENTITY TRANSFER MODULE]: User 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 is going to another region, profile cache removed
2011-07-30 09:30:01,695 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPostHandler [SIMULATION]: Stream handler called
2011-07-30 09:30:01,697 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] agentid=76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3, child=True, startpos=<128.2634, 129.7572, 24.49792>
2011-07-30 09:30:01,698 INFO - OpenSim.Framework.AgentCircuitData [AGENTCIRCUITDATA] unpacked appearance
2011-07-30 09:30:01,699 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 to send SendCreateChildAgent
2011-07-30 09:30:01,699 DEBUG - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 told of incoming child agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 345950565, teleportflags 1073741824)
2011-07-30 09:30:01,711 INFO - OpenSim.Region.Framework.Scenes.Scene [CONNECTION BEGIN]: Region UOBHGR0 authenticated and authorized incoming child agent Bob Wellman 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 (circuit code 345950565)
2011-07-30 09:30:01,712 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Registered seed capability /CAPS/89b5783e-b35b-4468-ac8a-354c8d9bfe7b0000/ for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:30:01,713 INFO - OpenSim.Region.ClientStack.Linden.GetMeshModule [GETMESH]: /CAPS/74ef27fb-f5c6-4b06-98d4-4c45ceff218a in region UOBHGR0
2011-07-30 09:30:01,714 INFO - OpenSim.Region.ClientStack.Linden.GetTextureModule [GETTEXTURE]: /CAPS/ceb0e133-c388-4a29-baa4-e32bbc5265c5 in region UOBHGR0
2011-07-30 09:30:02,024 DEBUG - OpenSim.Server.Handlers.Simulation.AgentPutHandler [SIMULATION]: Stream handler called
2011-07-30 09:30:02,026 INFO - OpenSim.Framework.AgentData [CHILDAGENTDATAUPDATE] Unpack data
2011-07-30 09:30:02,027 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation.LocalSimulationConnectorModule [LOCAL SIMULATION CONNECTOR]: Found region UOBHGR0 8796093024256000 to send AgentUpdate
2011-07-30 09:30:02,028 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming child agent update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 in UOBHGR0
2011-07-30 09:30:08,757 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 188.223.89.185:59610
2011-07-30 09:30:08,761 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Adding new agent Bob Wellman to scene UOBHGR0
2011-07-30 09:30:08,971 DEBUG - OpenSim.Region.ClientStack.Linden.BunchOfCaps [CAPS]: Seed Caps Request in region: UOBHGR0
2011-07-30 09:30:08,972 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Incoming client Bob Wellman in region UOBHGR0 via HG login
2011-07-30 09:30:08,975 DEBUG - OpenSim.Services.Connectors.Hypergrid.UserAgentServiceConnector [USER AGENT CONNECTOR]: new connector to http://www.viewtwo.net:3389/ (http://193.63.48.75:3389/)
2011-07-30 09:30:08,987 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: User Client Verification for Bob Wellman in UOBHGR0 returned true
2011-07-30 09:30:09,033 INFO - OpenSim.Framework.Servers.HttpServer.BaseHttpServer [BASE HTTP SERVER]: slow PUT request for /agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/ from 188.223.89.185:59607 took 7010 ms
2011-07-30 09:30:09,681 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Handling UseCircuitCode request from 188.223.89.185:59610
2011-07-30 09:30:09,682 WARN - OpenSim.Region.ClientStack.LindenUDP.LLUDPServer [LLUDPSERVER]: Ignoring a repeated UseCircuitCode from 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 at 188.223.89.185:59610 for circuit 345950565
2011-07-30 09:30:09,693 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Completing movement of Bob Wellman into region UOBHGR0
2011-07-30 09:30:09,694 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE]: Upgrading child to root agent for Bob Wellman in UOBHGR0
2011-07-30 09:30:09,734 DEBUG - OpenSim.Region.Framework.Scenes.ScenePresence [SCENE PRESENCE]: Releasing agent in URI http://188.223.89.185:9000/agent/76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3/3c022930-ed0b-11dc-95ff-0800200c9a66/release/
2011-07-30 09:30:09,886 DEBUG - OpenSim.Framework.WebUtil [WEB UTIL] couldn't decode <OpenSim agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3>: Invalid character 'O' in input string
2011-07-30 09:30:09,894 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 4bf536d9-dab6-4a98-8327-bcfa7366150f (8) for avatar Bob Wellman
2011-07-30 09:30:09,996 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:30:10,003 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 4bf536d9-dab6-4a98-8327-bcfa7366150f (8) for avatar Bob Wellman
2011-07-30 09:30:10,004 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 4bf536d9-dab6-4a98-8327-bcfa7366150f, requesting rebake
2011-07-30 09:30:10,015 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture fd649a17-3a1b-4dc6-a975-f3acf01193b5 (9) for avatar Bob Wellman
2011-07-30 09:30:10,016 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture fd649a17-3a1b-4dc6-a975-f3acf01193b5, requesting rebake
2011-07-30 09:30:10,025 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 5075c99e-0e9a-42a1-9c61-37524ea90df1 (10) for avatar Bob Wellman
2011-07-30 09:30:10,025 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 5075c99e-0e9a-42a1-9c61-37524ea90df1, requesting rebake
2011-07-30 09:30:10,033 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 2a37f9cf-2a28-40f5-90b8-420bbf4d3d15 (11) for avatar Bob Wellman
2011-07-30 09:30:10,034 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 2a37f9cf-2a28-40f5-90b8-420bbf4d3d15, requesting rebake
2011-07-30 09:30:10,044 WARN - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Missing baked texture 13794a9b-4258-448e-8679-be603ae59fe2 (20) for avatar Bob Wellman
2011-07-30 09:30:10,045 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: missing baked texture 13794a9b-4258-448e-8679-be603ae59fe2, requesting rebake
2011-07-30 09:30:10,046 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:30:20,458 INFO - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: received texture update for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:30:20,459 DEBUG - OpenSim.Region.CoreModules.Avatar.AvatarFactory.AvatarFactoryModule [AVFACTORY]: Completed texture check for 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3
2011-07-30 09:32:17,000 INFO - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Got a logout request for Bob Wellman in UOBHGR0
2011-07-30 09:32:17,001 DEBUG - OpenSim.Region.ClientStack.LindenUDP.LLClientView [CLIENT]: Close has been called for Bob Wellman attached to scene UOBHGR0
2011-07-30 09:32:17,002 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.Presence.PresenceDetector [PRESENCE DETECTOR]: Detected client logout 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 in UOBHGR0
2011-07-30 09:32:17,014 DEBUG - OpenSim.Region.CoreModules.ServiceConnectorsOut.GridUser.ActivityDetector [ACTIVITY DETECTOR]: Detected client logout 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 in UOBHGR0
2011-07-30 09:32:17,033 DEBUG - OpenSim.Region.Framework.Scenes.Scene [SCENE]: Removing root agent 76a0d8a8-60a3-46e8-9bc2-e00c4d0d38b3 from region UOBHGR0
2011-07-30 09:48:34,576 ERROR - Flotsam.RegionModules.AssetCache.FlotsamAssetCache [FLOTSAM ASSET CACHE]: Failed to write asset da258075-4f70-46e4-ac7c-9a5b2faf4dcc to cache. Directory ./assetcache/da2, tempname ./assetcache/da2/a0g4caa1.8uw, filename ./assetcache/da2/da258075-4f70-46e4-ac7c-9a5b2faf4dcc. Exception Win32 IO returned ERROR_ALREADY_EXISTS. Path: at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00141] in /builddir/build/BUILD/mono-2.6.7/mcs/class/corlib/System.IO/File.cs:343
at Flotsam.RegionModules.AssetCache.FlotsamAssetCache.WriteFileCache (System.String filename, OpenSim.Framework.AssetBase asset) [0x00043] in /home/user1/HG15region0/opensim/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs:603 .
2011-07-30 09:54:20,930 DEBUG - OpenSim.Framework.Servers.BaseOpenSimServer DIAGNOSTICS
Time now is 7/30/2011 9:54:20 AM
Server has been running since Saturday, 7/30/2011 3:54:20 AM
That is an elapsed time of 06:00:00.0244170
ASSET STATISTICS
Asset cache contains 0 assets
Latest asset request time after cache miss: 0s
Blocked client requests for missing textures: 0
Asset service request failures: 0
CONNECTION STATISTICS
Abnormal client thread terminations: 0
INVENTORY STATISTICS
Initial inventory caching failures: 0
FRAME STATISTICS
Dilatn SimFPS PhyFPS AgntUp RootAg ChldAg Prims AtvPrm AtvScr ScrLPS
1.00 57 46.9 0.0 0 0 112 0 56 3
PktsIn PktOut PendDl PendUl UnackB TotlFt NetFt PhysFt OthrFt AgntFt ImgsFt
22 9 0 0 0 1.7 0.0 1.7 0.0 0.0 0.0
MEMORY STATISTICS
Allocated to OpenSim : 122 MB
4 threads are being tracked:
ID: 8, Name: Outgoing Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 9, Name: Incoming Packets (UOBHGR0), TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 10, Name: Heartbeat for region UOBHGR0, TimeRunning: Pri: Lowest, State: WaitSleepJoin
ID: 12, Name: AsyncLSLCmdHandlerThread, TimeRunning: Pri: Lowest, State: Background, WaitSleepJoin
*** ThreadPool threads ***
workers: 1 (500); ports: 0 (1000)
| ||||||||
Notes |
|
|
(0019182) zadark (reporter) 2011-07-29 01:30 |
The following console output observed: 02:24:17 - [FLOTSAM ASSET CACHE]: Memory Cache : 86 assets 02:24:17 - [FLOTSAM ASSET CACHE]: File Cache : 2521 assets Region (UOBHGR0) # fcache clear 02:24:30 - [FLOTSAM ASSET CACHE]: Memory cache cleared. 02:24:31 - [FLOTSAM ASSET CACHE]: File cache cleared. 02:24:33 - [FLOTSAM ASSET CACHE]: System.IO.IOException: Win32 IO returned ERROR_ALREADY_EXISTS. Path: 02:24:33 - [FLOTSAM ASSET CACHE]: at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x00000] in <filename unknown>:0 02:24:33 - [FLOTSAM ASSET CACHE]: at Flotsam.RegionModules.AssetCache.FlotsamAssetCache.WriteFileCache (System.String filename, OpenSim.Framework.AssetBase asset) [0x00000] in <filename unknown>:0 Region (UOBHGR0) # fcache status 02:24:44 - [FLOTSAM ASSET CACHE]: Memory Cache : 4 assets 02:24:44 - [FLOTSAM ASSET CACHE]: File Cache : 5 assets Region (UOBHGR0) # fcache clear 02:25:00 - [FLOTSAM ASSET CACHE]: Memory cache cleared. 02:25:00 - [FLOTSAM ASSET CACHE]: File cache cleared. Region (UOBHGR0) # fcache status 02:25:07 - [FLOTSAM ASSET CACHE]: Memory Cache : 2 assets 02:25:07 - [FLOTSAM ASSET CACHE]: File Cache : 2 assets Region (UOBHGR0) # fcache status 02:25:46 - [FLOTSAM ASSET CACHE]: Memory Cache : 10 assets 02:25:46 - [FLOTSAM ASSET CACHE]: File Cache : 10 assets |
|
(0019191) justincc (administrator) 2011-07-30 00:39 |
Could you update to latest OpenSim git master and run with mono --debug OpenSim.exe to capture trace line numbers and more information? Thanks. |
|
(0019207) zadark (reporter) 2011-07-30 09:09 |
Attached file HGR0_OpensimLog.txt. It is the complete log from dev/master update and simulator restart. |
|
(0019239) zadark (reporter) 2011-07-30 22:59 |
Further observations. Disabled both memory and file fcache within FlotsamCache.ini. Simulated started with no obvious issue. Login and:"[AVFACTORY]: Missing baked texture" messages looped continuously until avi logged out. Tested with 3 different avi's with the same result.continued. Re-enabled Memory cache (File Cache remaind disabled) and logins function with no known issue. With the file cache disabled, the exceptions reported earlier are no longer evident. Next I will disable fcache in GridCommon and see what happens. The looping messages 23:41:53 - [AVFACTORY]: Missing baked texture 78632721-33f4-467c-bb26-e729d17d14f1 (8) for avatar Friday Five 23:41:53 - [AVFACTORY]: received texture update for d68ab02b-f927-4ed9-8a3b-2017bd3036b7 23:41:53 - [AVFACTORY]: Missing baked texture 78632721-33f4-467c-bb26-e729d17d14f1 (8) for avatar Friday Five 23:41:53 - [AVFACTORY]: missing baked texture 78632721-33f4-467c-bb26-e729d17d14f1, requesting rebake 23:41:53 - [AVFACTORY]: Missing baked texture 80565522-be35-43ba-af9f-9cf992d9d033 (9) for avatar Friday Five 23:41:53 - [AVFACTORY]: missing baked texture 80565522-be35-43ba-af9f-9cf992d9d033, requesting rebake 23:41:53 - [AVFACTORY]: Missing baked texture 3efb9954-2fdd-488c-a9d1-fa21abed528c (10) for avatar Friday Five 23:41:53 - [AVFACTORY]: missing baked texture 3efb9954-2fdd-488c-a9d1-fa21abed528c, requesting rebake 23:41:53 - [AVFACTORY]: Missing baked texture 6bff0dda-e1cd-42ce-9816-f36de9589dcc (11) for avatar Friday Five 23:41:53 - [AVFACTORY]: missing baked texture 6bff0dda-e1cd-42ce-9816-f36de9589dcc, requesting rebake 23:41:53 - [AVFACTORY]: Missing baked texture af36a500-7a57-47eb-adae-252a7eccf1a1 (20) for avatar Friday Five 23:41:53 - [AVFACTORY]: missing baked texture af36a500-7a57-47eb-adae-252a7eccf1a1, requesting rebake 23:41:53 - [AVFACTORY]: Completed texture check for d68ab02b-f927-4ed9-8a3b-2017bd3036b7 23:41:55 - [AVFACTORY]: received texture update for d68ab02b-f927-4ed9-8a3b-2017bd3036b7 23:41:55 - [AVFACTORY]: Completed texture check for d68ab02b-f927-4ed9-8a3b-2017bd3036b7 |
|
(0019240) zadark (reporter) 2011-07-30 23:34 |
Disabling fcache, like this: ;AssetCaching = "FlotsamAssetCache" ;Include-FlotsamCache = "config-include/FlotsamCache.ini" Produces the same behaviour as disabling both file and memory in FlotsamCache.ini. That is looping messages as described in the previous note. Should note the avi behaviour seemed normal. And I am using V2.8.0 current SL viewer. We will continue to operate using only the memory cache. |
|
(0019243) zadark (reporter) 2011-07-31 11:18 |
fcache file and memory increment by 2 at 10 second intervals is resolved. Issue due to OSSL Texture Drawing functions being invoked via timers. |
|
(0019244) zadark (reporter) 2011-07-31 11:20 |
fcache file and memory increment by 2 at 10 second intervals is resolved. Issue due to OSSL Texture Drawing functions being invoked via timers |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-07-29 01:12 | zadark | New Issue | |
| 2011-07-29 01:12 | zadark | Git Revision | => r/16373 |
| 2011-07-29 01:12 | zadark | Run Mode | => Grid (1 Region per Sim) |
| 2011-07-29 01:12 | zadark | Physics Engine | => ODE |
| 2011-07-29 01:12 | zadark | Environment | => Mono / Linux64 |
| 2011-07-29 01:12 | zadark | Mono Version | => Other |
| 2011-07-29 01:12 | zadark | Viewer | => No logins |
| 2011-07-29 01:30 | zadark | Note Added: 0019182 | |
| 2011-07-30 00:39 | justincc | Note Added: 0019191 | |
| 2011-07-30 09:06 | zadark | File Added: HGR0_OpensimLog.txt | |
| 2011-07-30 09:09 | zadark | Note Added: 0019207 | |
| 2011-07-30 22:59 | zadark | Note Added: 0019239 | |
| 2011-07-30 23:34 | zadark | Note Added: 0019240 | |
| 2011-07-31 11:18 | zadark | Note Added: 0019243 | |
| 2011-07-31 11:20 | zadark | Status | new => resolved |
| 2011-07-31 11:20 | zadark | Resolution | open => no change required |
| 2011-07-31 11:20 | zadark | Assigned To | => zadark |
| 2011-07-31 11:20 | zadark | Note Added: 0019244 | |
| Copyright © 2000 - 2012 MantisBT Group |




