Hi all,<br><br>First thing to note is this error is being thrown by realXtend<br><p>For the configuration of MSSQL, I followed:
<br> <a target="_blank" rel="nofollow" href="http://wiki.realxtend.org/index.php/Setting_up_Authentication_and_Avatar_Storage_servers_using_Microsoft_SQL_Server_2008_Express_with_Tools_Edition">http://wiki.realxtend.org/index.php/Setting_up_Authentication_and_Ava...</a>
<br> </p>Anyone have any idea where my problem is?
<br><br>Here's the trace:<br><p>This is the stack trace:
<br> 2009-10-04 07:02:44,518 INFO - OpenSim.OpenSim
<br> ====================================================================
<br> 2009-10-04 07:02:44,518 INFO - OpenSim.OpenSim
<br> ========================= STARTING OPENSIM =========================
<br> 2009-10-04 07:02:44,518 INFO - OpenSim.OpenSim
<br> ====================================================================
<br> 2009-10-04 07:02:44,518 INFO - OpenSim.OpenSim [OPENSIM MAIN]:
<br> Running in sandbox mode
<br> 2009-10-04 07:02:44,536 INFO -
<br> OpenSim.Region.Framework.StorageManager [DATASTORE]: Attempting to
<br> load OpenSim.Data.MSSQL.dll
<br> 2009-10-04 07:02:45,859 INFO - OpenSim.Data.Migration [MIGRATIONS]:
<br> EstateStore up to date, no migrations to apply
<br> 2009-10-04 07:02:45,862 INFO - OpenSim.Data.Migration [MIGRATIONS]:
<br> RegionStore up to date, no migrations to apply
<br> 2009-10-04 07:02:45,863 INFO -
<br> OpenSim.Region.Framework.StorageManager [DATASTORE]: Added
<br> IRegionDataStore Interface
<br> 2009-10-04 07:02:45,865 INFO -
<br> OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]:
<br> Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll
<br> 2009-10-04 07:02:45,882 INFO -
<br> OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]: Added
<br> IClientNetworkServer Interface
<br> 2009-10-04 07:02:45,887 DEBUG - OpenSim.OpenSimBase [OPENSIMBASE]
<br> Attempting to load asset server id=SQL
<br> 2009-10-04 07:02:45,895 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Initializing addin manager
<br> 2009-10-04 07:02:47,196 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Plugin Loaded: OpenSim
<br> 2009-10-04 07:02:47,198 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Plugin Loaded: OpenSim.Data
<br> 2009-10-04 07:02:47,228 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Loading extension point /OpenSim/AssetClient
<br> 2009-10-04 07:02:47,251 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Trying plugin /OpenSim/AssetClient/Crypto
<br> 2009-10-04 07:02:47,252 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Trying plugin /OpenSim/AssetClient/Grid
<br> 2009-10-04 07:02:47,253 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Trying plugin /OpenSim/AssetClient/File
<br> 2009-10-04 07:02:47,253 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Trying plugin /OpenSim/AssetClient/SQL
<br> 2009-10-04 07:02:47,254 INFO - OpenSim.Framework.PluginLoader`1
<br> [PLUGINS]: Plugin Loaded: OpenSim.Framework.Communications
<br> 2009-10-04 07:02:47,260 DEBUG -
<br> OpenSim.Framework.Communications.Cache.SQLAssetServer
<br> [SQLAssetServer]: Plugin configured initialisation
<br> 2009-10-04 07:02:47,262 INFO -
<br> OpenSim.Framework.Communications.Cache.SQLAssetServer
<br> [SQLAssetServer]: AssetStorage: Attempting to load
<br> OpenSim.Data.MSSQL.dll
<br> 2009-10-04 07:02:47,266 DEBUG - OpenSim.OpenSimBase [OPENSIMBASE]
<br> Asset server SQL not loaded (Keyword not supported: 'uri'.)
<br> 2009-10-04 07:02:47,270 ERROR - OpenSim.Application [APPLICATION]:
<br> APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
<br> </p><p>Exception: System.NullReferenceException: Object reference not set to
<br> an instance of an object.
<br> at OpenSim.OpenSimBase.InitialiseAssetCache()
<br> at OpenSim.OpenSimBase.Initialize()
<br> at OpenSim.Region.ClientStack.RegionApplicationBase.StartupSpecific
<br> ()
<br> at OpenSim.OpenSimBase.StartupSpecific()
<br> at OpenSim.OpenSim.StartupSpecific()
<br> at OpenSim.Framework.Servers.BaseOpenSimServer.Startup()
<br> at OpenSim.Application.Main(String[] args)
<br> </p>Application is terminating: True
<br><br>Thanks,<br>Doug<br>