Re: [Opensim-dev] multiple robust instances

2013-01-14 Thread ssm2017
there is no stack trace and all the rest of the console output is clean and the grid is working :) i only have one red line that is this one but maybe i have made a mistake in the robust configuration with my myltiple instances 2013/1/14 Adams, Robert robert.ad...@intel.com If you are lucky,

Re: [Opensim-dev] multiple robust instances

2013-01-14 Thread Adams, Robert
The stack trace does not come out on the console. The console only displays the error while the error and (hopefully) the stack trace is output into the OpenSim.log logfile. -- ra From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of ssm2017

Re: [Opensim-dev] multiple robust instances

2013-01-14 Thread ssm2017
following the radams1 recommendations in irc, i have made this : in the file : OpenSim/Services/AssetService/AssetServiceBase.cs line 51 was changed from if (configName != string.Empty) to if (!String.IsNullOrEmpty(configName)) in the file : OpenSim/Server/Base/ServerUtils.cs line 284 was

Re: [Opensim-dev] multiple robust instances

2013-01-14 Thread Justin Clark-Casey
In git master 1c240cd I made the config print out the full stack trace on failure, which should help with debugging rather than just the unhelpful Object reference not set message. It would also help if you could run this in --debug mode if on mono to get line numbers. However, from a quick

[Opensim-dev] BulletSim office hours: Tuesday Jan 14th 8am PST

2013-01-14 Thread Adams, Robert
[Resend since it didn't seem to go anywhere the first time. -ra] Bring your vehicle expertise and vehicles you would like to debug to the BulletSim Vehicles Office Hour which is held every Tuesday at 0800 PST (8:00am PST, 1600 UTC) in the BulletSim region in OSGrid. -- ra Hopefully I have the

Re: [Opensim-dev] multiple robust instances

2013-01-14 Thread ssm2017
adding : ;[AssetService] ;LocalServiceModule = OpenSim.Services.AssetService.dll:AssetService ;DefaultAssetLoader = OpenSim.Framework.AssetLoader.Filesystem.dll ;AssetLoaderArgs = ./assets/AssetSets.xml to the grid.ini file solved the problem without the need to update the code (using 0.7.5-rc1).