<div dir="ltr"><div><div><div><div>here is a screenshot of the console at the time the error occurs (screenshot to get colors)<br><a href="http://i.imagebanana.com/img/n3wemq2h/Slection_002.png">http://i.imagebanana.com/img/n3wemq2h/Slection_002.png</a><br>
<br></div>and here are my ini files :<br><br></div>inventory.ini :<br>***********************************************************<br>[Startup]<br><br>[ServiceList]<br>InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector"<br>
<br>[Network]<br>port = 8003<br><br>[DatabaseService]<br>StorageProvider = "OpenSim.Data.MySQL.dll"<br>ConnectionString = "Data Source=localhost;Database=****;User ID=opensim;Password=***;Old Guids=true;"<br>
<br>[InventoryService]<br>LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"<br>***********************************************************<br><br></div>asset.ini :<br>***********************************************************<br>
[Startup]<br><br>[ServiceList]<br>AssetServiceConnector = "8004/OpenSim.Server.Handlers.dll:AssetServiceConnector"<br><br>[Network]<br>port = 8004<br><br>[DatabaseService]<br>StorageProvider = "OpenSim.Data.MySQL.dll"<br>
ConnectionString = "Data Source=localhost;Database=****;User ID=opensim;Password=****;Old Guids=true;"<br><br>[AssetService]<br>LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"<br>
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"<br>AssetLoaderArgs = "./assets/AssetSets.xml"<br>***********************************************************<br><br></div>grid.ini :<br>
***********************************************************<br>[Startup]<br><br>[ServiceList]<br>VoiceConnector = "8002/OpenSim.Server.Handlers.dll:FreeswitchServerConnector"<br>GridServiceConnector = "8002/OpenSim.Server.Handlers.dll:GridServiceConnector"<br>
GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector"<br>AuthenticationServiceConnector = "8002/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector"<br>OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector"<br>
AvatarServiceConnector = "8002/OpenSim.Server.Handlers.dll:AvatarServiceConnector"<br>LLLoginServiceInConnector = "8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector"<br>PresenceServiceConnector = "8002/OpenSim.Server.Handlers.dll:PresenceServiceConnector"<br>
UserAccountServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserAccountServiceConnector"<br>GridUserServiceConnector = "8002/OpenSim.Server.Handlers.dll:GridUserServiceConnector"<br>FriendsServiceConnector = "8002/OpenSim.Server.Handlers.dll:FriendsServiceConnector"<br>
MapAddServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapAddServiceConnector"<br>MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"<br><br>; hg<br>GatekeeperServiceInConnector = "8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector"<br>
UserAgentServerConnector = "8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector"<br>HeloServiceInConnector = "8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector"<br>HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector"<br>
InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"<br>HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector"<br>
HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"<br><br>[Network]<br>port = 8002<br><br>[DatabaseService]<br>StorageProvider = "OpenSim.Data.MySQL.dll"<br>
ConnectionString = "Data Source=localhost;Database=****;User ID=opensim;Password=****;Old Guids=true;"<br><br>[GridService]<br>LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"<br>HypergridLinker = true<br>
AssetService = "OpenSim.Services.AssetService.dll:AssetService"<br>Region_Beta = "DefaultRegion, FallbackRegion"<br>HypergridLinker = true<br>Gatekeeper = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
<br>[FreeswitchService]<br>LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"<br><br>[AuthenticationService]<br>LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"<br>
<br>[OpenIdService]<br>AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"<br>UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>
<br>[UserAccountService]<br>LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"<br>
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"<br>GridService = "OpenSim.Services.GridService.dll:GridService"<br>InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"<br>
AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"<br>CreateDefaultAvatarEntries = true<br><br>[GridUserService]<br>LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService"<br>
<br>[PresenceService]<br>LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"<br><br>[AvatarService]<br>LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"<br>
<br>[FriendsService]<br>LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"<br><br>[LibraryService]<br>LibraryName = "OpenSim Library"<br>DefaultLibrary = "./inventory/Libraries.xml"<br>
<br>[LoginService]<br>LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"<br>UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"<br>
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"<br>InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"<br>AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"<br>
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"<br>GridService = "OpenSim.Services.GridService.dll:GridService"<br>SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"<br>
LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"<br>UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"<br>FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"<br>
<br>WelcomeMessage = "Welcome, Avatar!"<br>AllowRemoteSetLoginLevel = "false"<br><br>MapTileURL = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>";<br>GatekeeperURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
<br>SRV_HomeURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>SRV_InventoryServerURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
SRV_AssetServerURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>SRV_ProfileServerURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
SRV_FriendsServerURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>SRV_IMServerURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
<br>DSTZone = "America/Los_Angeles;Pacific Standard Time"<br><br>[MapImageService]<br>LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"<br><br>[GridInfoService]<br>login = <a href="http://login.beta.francogrid.org:8002/">http://login.beta.francogrid.org:8002/</a><br>
gridname = "FrancoGrid Beta"<br>gridnick = "fgbeta"<br>welcome = <a href="http://beta.francogrid.org/loginpage">http://beta.francogrid.org/loginpage</a><br>about = <a href="http://beta.francogrid.org">http://beta.francogrid.org</a><br>
register = <a href="http://beta.francogrid.org/user/register">http://beta.francogrid.org/user/register</a><br>help = <a href="http://beta.francogrid.org/aide">http://beta.francogrid.org/aide</a><br>password = <a href="http://beta.francogrid.org/user/password">http://beta.francogrid.org/user/password</a><br>
gatekeeper = <a href="http://hg.beta.francogrid.org:8002/">http://hg.beta.francogrid.org:8002/</a><br>uas = <a href="http://hg.beta.francogrid.org:8002/">http://hg.beta.francogrid.org:8002/</a><br><br>[GatekeeperService]<br>
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"<br>UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"<br>
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"<br>GridService = "OpenSim.Services.GridService.dll:GridService"<br>AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"<br>
SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"<br>ExternalName = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>AllowTeleportsToAnyRegion = true<br>
<br>[UserAgentService]<br>LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"<br>GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"<br>GridService = "OpenSim.Services.GridService.dll:GridService"<br>
GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"<br>PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"<br>FriendsService  = "OpenSim.Services.FriendsService.dll:FriendsService"<br>
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br><br>[HGInventoryService]<br>LocalServiceModule    = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"<br>
<br>UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"<br>HomeURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
<br>[HGAssetService]<br>LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"<br>UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>HomeURI = "<a href="http://hg.beta.francogrid.org:8002">http://hg.beta.francogrid.org:8002</a>"<br>
<br>[HGFriendsService]<br>LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"<br>UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"<br>FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"<br>
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"<br>GridService = "OpenSim.Services.GridService.dll:GridService"<br>PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"<br>
<br>[HGInstantMessageService]<br>LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"<br>GridService = "OpenSim.Services.GridService.dll:GridService"<br>PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"<br>
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"<br>InGatekeeper = True<br><br>[Messaging]<br>OfflineMessageURL = <a href="http://beta.francogrid.org/grid/services/offline-messages">http://beta.francogrid.org/grid/services/offline-messages</a><br>
ForwardOfflineGroupMessages = true<br><br>***********************************************************<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/14 ssm2017 <span dir="ltr"><<a href="mailto:ssm2017@gmail.com" target="_blank">ssm2017@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>there is no stack trace and all the rest of the console output is clean and the grid is working :)<br>
</div>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<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/14 Adams, Robert <span dir="ltr"><<a href="mailto:robert.adams@intel.com" target="_blank">robert.adams@intel.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">






<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">If you are lucky, there is a stack trace after that error in the OpenSim.log file. Creating a Mantis entry with that stack trace would help pinpointing the
 error.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">-- ra<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:opensim-dev-bounces@lists.berlios.de" target="_blank">opensim-dev-bounces@lists.berlios.de</a> [mailto:<a href="mailto:opensim-dev-bounces@lists.berlios.de" target="_blank">opensim-dev-bounces@lists.berlios.de</a>]
<b>On Behalf Of </b>ssm2017<br>
<b>Sent:</b> Sunday, January 13, 2013 3:48 PM<br>
<b>To:</b> <a href="mailto:opensim-dev@lists.berlios.de" target="_blank">opensim-dev@lists.berlios.de</a><br>
<b>Subject:</b> [Opensim-dev] multiple robust instances<u></u><u></u></span></p><div><div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">hello<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">using 0.7.5-rc1 under a debian 6 with mono 2.10.8.1<u></u><u></u></p>
</div>
<p class="MsoNormal">i have separated robut on 3 parts : grid/assets/inventory<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">following this procedure :<br>
<a href="http://opensimulator.org/wiki/Configuration#Running_multiple_ROBUST_service_instances" target="_blank">http://opensimulator.org/wiki/Configuration#Running_multiple_ROBUST_service_instances</a><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">everything looks working but i see a non blocking error when i start the grid robust instance :<br>
Error loading plugin OpenSim.Services.Interfaces.IAssetService from OpenSim.Services.AssetService.dll. Exception: Object reference not set to an in<br>
stance of an object<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">any idea about what it could be ?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">if there are any errors on the wiki page, is it possible please to update it ?<u></u><u></u></p>
</div>
</div>
</div></div></div>
</div>

<br></div></div>_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br></blockquote></div><br></div>
</blockquote></div><br></div>