<div dir="ltr"><div>i have just noticed something about this issue.<br>when making a hg teleport, if im taking an object containing assets (a free male avatar on osgrid lbsa plaza) the directory items are transfered but not the assets and when im coming back home, the assets are blank and sras is returning a lot of 404 errors.<br>
</div>when making a hg teleport, if another avatar is giving me some assets, they are instantly posted to the sras server and when coming back home, they are here.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/1/30 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><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>hello<br>here are the results of my experiments.<br></div>i have tried with both configurations and both have the same result.<br>

</div><div>without using hypergrid, everything is working fine.<br></div><div><br>1/<br>[AssetService]<br>AssetServerURI = <a href="http://mysras_server:8005" target="_blank">http://mysras_server:8005</a><div class="im">
<br>[GridService]<br>AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"<br>
<br></div>2/<br>[AssetService]<br>    LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"<br>    DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"<br>    AssetLoaderArgs = "./assets/AssetSets.xml"<br>

[GridService]<br>AssetService = "OpenSim.Services.AssetService.dll:AssetService"<br><br></div>with a blank grid and a blank sim and region<br><br></div>steps :<br></div>1/ start at home<br></div>2/ edit outfit<br>

</div>3/ the outfit is saved inside sras<br></div>4/ im going to lbsa plaza on osgrid<br></div><div>5/ the console of the grid is telling me that the "my outfit" folder was created but it is not appearing in the inventory<br>

</div>5/ im going back home<br></div><div>6/ the "my outfit" folder is now displayed in the inventory<br></div>7/ the sras logs are telling me that some assets could not been found<br></div>8/ im going back to lbsa plaza<br>

</div>9/ im taking one of the offered avatars<br></div>10/ the content is appearing in the "my suitcase" folder<br></div>11/ im going back home<br></div>12/ im using the inventory command "replace outfit" with the taken clothes folder from the "my suitcase" folder<br>

</div>13/ the sras logs are telling me that the assets could not been found<br></div>14/ my avatar is white.<br><br></div>i have asked Nebadon about the config to use in the Robust.HG.ini and he told me that there is nothing special and that they use hg 1.0.<br>

<br></div>i will ask anyway the same question on the osgrid forums<br><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div>

</div></div></div></div></div></div></div></div></div></div></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">2013/1/29 Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Perhaps I'm misunderstanding you, Diva, but doesn't the Hypergrid grid service (using HypergridLinker) In OpenSim.ini.example load its own AssetService copy to service the home grid's map tiles?  The AssetService then makes its database connections.  The issue here is that ssm2017 wants to use SRAS as the asset service so this isn't possible.<br>


<br>
However, it struck me that OSGrid must already be doing this in their Robust configuration as they use SRAS and allow Hypergrid.  Perhaps Nebadon could comment or you might ask on the osgrid technical forums?<div>
<div><br>
<br>
On 28/01/13 11:40, Diva Canto wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Loading most of the services as configured will work. The only exception is the UserAgentsService. It is an exception<br>
because it manages information that doesn't offload to the DB, it keeps it in memory. Therefore, anyone who interacts<br>
with the UAS needs to interact with exactly 1 and the same UAS instance. If you're splitting things, wherever there is<br>
the UAS dll, that should be replaced by the corresponding connector.<br>
<br>
On 1/28/2013 2:13 AM, Justin Clark-Casey wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The problem is that the default configuration of the OpenSimulator Hypergrid grid (linker) service effectively loads<br>
its own AssetService instance from OpenSim.Services.AssetService.<u></u>dll. This then talks directly to the database.<br>
<br>
What one would want to do is load an AssetServicesConnector from OpenSim.Services.Connectors instead - the same code<br>
that an OpenSimulator instance uses to talk to remote ROBUST/SRAS services in grid mode.  Possibly this could be done<br>
with<br>
<br>
[GridService]<br>
AssetService = "OpenSim.Services.Connectors.<u></u>dll:AssetServicesConnector"<br>
<br>
with<br>
<br>
[AssetService]<br>
AssetServerURI = "<a href="http://localhost:8003" target="_blank">http://localhost:8003</a>" // replace this with the sras asset service address<br>
<br>
but this is off the top of my head so I'm not sure if it will work.<br>
<br>
On 27/01/13 14:09, ssm2017 wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hello<br>
is there someone that can help me or show me an example on how to configure robust to use a distant asset server instead<br>
of a local service ?<br>
<br>
as Justin told me one day, robust needs to speak to the asset server to store and retrieve region maps.<br>
i dont know what to say to robust.hg.ini<br>
here :<br>
<a href="https://github.com/opensim/opensim/blob/master/bin/Robust.HG.ini.example#L110" target="_blank">https://github.com/opensim/<u></u>opensim/blob/master/bin/<u></u>Robust.HG.ini.example#L110</a><br>
and there :<br>
<a href="https://github.com/opensim/opensim/blob/master/bin/Robust.HG.ini.example#L514" target="_blank">https://github.com/opensim/<u></u>opensim/blob/master/bin/<u></u>Robust.HG.ini.example#L514</a><br>
<br>
my goal is to use sras as an asset server.<br>
<br>
<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
<br>
</blockquote>
<br>
<br></div></div><div>
-- <br>
Justin Clark-Casey (justincc)<br>
OSVW Consulting<br>
<a href="http://justincc.org" target="_blank">http://justincc.org</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br></div><div><div>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>