<div dir="ltr"><div><div><div><div>hello<br></div>some news about this :)<br></div>you were right Justin i forgot to set the SRV_AssetServerURI parameter...<br></div>actually, i can say that both configs (using AssetServerURI or not) are mostly working.<br>
</div>here is a detailed study of my results :<br><a href="https://docs.google.com/file/d/0B-6l3O6rGSAKSlAtS1Z2bGtXMUE/edit">https://docs.google.com/file/d/0B-6l3O6rGSAKSlAtS1Z2bGtXMUE/edit</a><br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/1/31 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">
None of my suggestions would help with avatar texture issues, that was for map issues only, which I thought is what you initially asked.<br>
<br>
For appearance to work, I would have thought it would have been enough just to have the AssetServerURI set in [AssetService] for the simulator. However, maybe it's also necessary to have SRV_AssetServerURI also set in [LoginService] for Robust.HG.ini.<br>
<br>
However, I'm guessing here - unfortunately I've never set up an HG 2.0 instance and probably won't get a chance in the immediate future.<br>
<br>
Unfortunately, the comments at the top of Robust.HG.ini.example also still refer to HG 1.5 rather than 2.0.<div class="im"><br>
<br>
On 31/01/13 01:34, ssm2017 wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
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<br>
directory items are transfered but not the assets and when im coming back home, the assets are blank and sras is<br>
returning a lot of 404 errors.<br>
when making a hg teleport, if another avatar is giving me some assets, they are instantly posted to the sras server and<br>
when coming back home, they are here.<br>
<br>
<br></div>
2013/1/30 ssm2017 <<a href="mailto:ssm2017@gmail.com" target="_blank">ssm2017@gmail.com</a> <mailto:<a href="mailto:ssm2017@gmail.com" target="_blank">ssm2017@gmail.com</a>>><div><div class="h5"><br>
<br>
hello<br>
here are the results of my experiments.<br>
i have tried with both configurations and both have the same result.<br>
without using hypergrid, everything is working fine.<br>
<br>
1/<br>
[AssetService]<br>
AssetServerURI = <a href="http://mysras_server:8005" target="_blank">http://mysras_server:8005</a><br>
<br>
[GridService]<br>
AssetService = "OpenSim.Services.Connectors.<u></u>dll:AssetServicesConnector"<br>
<br>
2/<br>
[AssetService]<br>
LocalServiceModule = "OpenSim.Services.<u></u>AssetService.dll:AssetService"<br>
DefaultAssetLoader = "OpenSim.Framework.<u></u>AssetLoader.Filesystem.dll"<br>
AssetLoaderArgs = "./assets/AssetSets.xml"<br>
[GridService]<br>
AssetService = "OpenSim.Services.<u></u>AssetService.dll:AssetService"<br>
<br>
with a blank grid and a blank sim and region<br>
<br>
steps :<br>
1/ start at home<br>
2/ edit outfit<br>
3/ the outfit is saved inside sras<br>
4/ im going to lbsa plaza on osgrid<br>
5/ the console of the grid is telling me that the "my outfit" folder was created but it is not appearing in the<br>
inventory<br>
5/ im going back home<br>
6/ the "my outfit" folder is now displayed in the inventory<br>
7/ the sras logs are telling me that some assets could not been found<br>
8/ im going back to lbsa plaza<br>
9/ im taking one of the offered avatars<br>
10/ the content is appearing in the "my suitcase" folder<br>
11/ im going back home<br>
12/ im using the inventory command "replace outfit" with the taken clothes folder from the "my suitcase" folder<br>
13/ the sras logs are telling me that the assets could not been found<br>
14/ my avatar is white.<br>
<br>
i have asked Nebadon about the config to use in the Robust.HG.ini and he told me that there is nothing special and<br>
that they use hg 1.0.<br>
<br>
i will ask anyway the same question on the osgrid forums<br>
<br>
<br>
<br></div></div>
2013/1/29 Justin Clark-Casey <<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a> <mailto:<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.<u></u>com</a>>><div class="im">
<br>
<br>
Perhaps I'm misunderstanding you, Diva, but doesn't the Hypergrid grid service (using HypergridLinker) In<br>
OpenSim.ini.example load its own AssetService copy to service the home grid's map tiles? The AssetService then<br>
makes its database connections. The issue here is that ssm2017 wants to use SRAS as the asset service so this<br>
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<br>
allow Hypergrid. Perhaps Nebadon could comment or you might ask on the osgrid technical forums?<br>
<br>
<br>
On 28/01/13 11:40, Diva Canto wrote:<br>
<br>
Loading most of the services as configured will work. The only exception is the UserAgentsService. It is an<br>
exception<br>
because it manages information that doesn't offload to the DB, it keeps it in memory. Therefore, anyone who<br>
interacts<br>
with the UAS needs to interact with exactly 1 and the same UAS instance. If you're splitting things,<br>
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>
<br>
The problem is that the default configuration of the OpenSimulator Hypergrid grid (linker) service<br>
effectively loads<br></div>
its own AssetService instance from OpenSim.Services.AssetService.<u></u>__dll. This then talks directly to the<div class="im"><br>
database.<br>
<br>
What one would want to do is load an AssetServicesConnector from OpenSim.Services.Connectors instead -<br>
the same code<br>
that an OpenSimulator instance uses to talk to remote ROBUST/SRAS services in grid mode. Possibly this<br>
could be done<br>
with<br>
<br>
[GridService]<br></div>
AssetService = "OpenSim.Services.Connectors._<u></u>_dll:AssetServicesConnector"<div class="im"><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>
<br>
hello<br>
is there someone that can help me or show me an example on how to configure robust to use a distant<br>
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></div>
<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>
<<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><div class="im">
<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></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> <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>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>
<<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><u></u>><br>
<br>
<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> <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>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><div class="im"><br>
<<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><u></u>><br>
<br>
<br>
<br>
--<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>
______________________________<u></u>___________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a> <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>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> <<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><u></u>><div class="im">
<br>
<br>
<br>
<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>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
-- <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>
______________________________<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>