<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">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.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">-- ra<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></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""> opensim-dev-bounces@lists.berlios.de [mailto:opensim-dev-bounces@lists.berlios.de]
<b>On Behalf Of </b>ssm2017<br>
<b>Sent:</b> Monday, January 14, 2013 10:15 AM<br>
<b>To:</b> opensim-dev@lists.berlios.de<br>
<b>Subject:</b> Re: [Opensim-dev] multiple robust instances<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">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><o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">and here are my ini files :<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">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>
***********************************************************<o:p></o:p></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">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>
***********************************************************<o:p></o:p></p>
</div>
<p class="MsoNormal">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 = "<a href="mailto:HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector">HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector</a>"<br>
HGAssetServiceConnector = "<a href="mailto:HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector">HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector</a>"<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>
***********************************************************<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">2013/1/14 ssm2017 <<a href="mailto:ssm2017@gmail.com" target="_blank">ssm2017@gmail.com</a>><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal">there is no stack trace and all the rest of the console output is clean and the grid is working :)<o:p></o:p></p>
</div>
<p class="MsoNormal">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<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><o:p> </o:p></p>
<div>
<p class="MsoNormal">2013/1/14 Adams, Robert <<a href="mailto:robert.adams@intel.com" target="_blank">robert.adams@intel.com</a>><o:p></o:p></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><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.</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">-- ra</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><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</span><o:p></o:p></p>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt">hello<o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt">using 0.7.5-rc1 under a debian 6 with mono 2.10.8.1<o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">i have separated robut on 3 parts : grid/assets/inventory<o:p></o:p></p>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;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><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;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<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;margin-bottom:12.0pt">any idea about what it could be ?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">if there are any errors on the wiki page, is it possible please to update it ?<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal">_______________________________________________<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><o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</body>
</html>