<div dir="ltr"><div><div><div><div><div><div><div><div>hello<br></div>i have found an answer to my issue :)<br></div>the problem is appearing when i forget to add a "http://" to the urls when using a domain name.<br></div>when using an ip, the console is telling me that the url is not well formed<br></div>but when using a domain name, it is not telling me that the url is not well formed and the issue is appearing.<br><br></div><div>AssetServerURI = "<a href="http://192.168.1.1:8003">http://192.168.1.1:8003</a>" --> no issue, all is fine<br><br></div>AssetServerURI = "<a href="http://192.168.1.1:8003">192.168.1.1:8003</a>"Â --> ip not well formed<br><br></div>AssetServerURI = "<a href="http://assets.tb.francogrid.org:8003">http://assets.tb.francogrid.org:8003</a>" --> no issue, all is fine<br><br></div>AssetServerURI = "<a href="http://assets.tb.francogrid.org:8003">assets.tb.francogrid.org:8003</a>" --> "Unable to send asset 2fa42696-08fd-4200-afb1-cdbc8a77d8ed to asset server. Reason: <a href="http://assets.tb.francogrid.org:8003/assets/" target="_blank">assets.tb.francogrid.org:8003/assets/</a> System.NotSupportedException"<br><br>thank you a lot for your attenton Diva<br></div><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 4:41 PM, Diva Canto <span dir="ltr"><<a href="mailto:diva@metaverseink.com" target="_blank">diva@metaverseink.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Commenting assets service from
[ServiceList] is enough to disable it binding to a network port,
but don't comment anything in [AssetService]. The asset service is
needed by multiple other services, so it needs to have a
configuration there too.<div><div class="h5"><br>
<br>
On 3/2/2016 7:12 AM, ssm2017 wrote:<br>
</div></div></div>
<blockquote type="cite"><div><div class="h5">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>hello<br>
</div>
here are what i have done (using
0.8.2.1-post_fixes + mono 3.2.8/debian
8/64b) :<br>
</div>
<div><br>
</div>
<div>using 3 separated vm with 3 separated
ips.<br>
</div>
<div><br>
</div>
<div>first, i am creating a single robust
grid instance with fsassets :<br>
</div>
1/ install a test grid with all services
in single robust instance<br>
</div>
2/ attach a simulator with one region<br>
</div>
3/ connect a client and create a box then take
the box.<br>
</div>
everything is ok<br>
<br>
</div>
then i am creating a separated robust grid
instance :<br>
<br>
</div>
<div>robust.ini :<br>
</div>
1/ comment assets service from [ServiceList]<br>
</div>
2/ comment everything in [AssetService]<br>
</div>
3/ add : AssetServerURI = "<a href="http://assets.tb.francogrid.org:8003" target="_blank">assets.tb.francogrid.org:8003</a>"
to [AssetService]</div>
4/ start robust --> no errors<br>
<br>
</div>
<div>then i am creating a separated robust asset (still with
fsassets) :<br>
<br>
</div>
<div>robust.ini :<br>
</div>
<div>1/ comment all the services except the assets<br>
</div>
<div>2/ configure fsassets the same way as a single robust
instance<br>
</div>
<div>3/ start robust --> no errors<br>
</div>
<div><br>
</div>
<div>then i am trying to start the simulator changing only :<br>
</div>
GridCommon.ini :<br>
</div>
1/ set AssetServerURI = "<a href="http://assets.tb.francogrid.org:8003" target="_blank">assets.tb.francogrid.org:8003</a>"
to [AssetService]<br>
<br>
</div>
<div>and the simulator is stopping returning an error (see
below).<br>
<br>
</div>
<div>notes :<br>
- i have tested with or without hypergrid. --> same error<br>
</div>
<div>- i have tested with all the services enabled on the assets
robust instance. --> same error<br>
- i am able to POST and GET assets to the assets robust
instance using curl from the simulator vm and from outside (it
looks like fsassets is working).<br>
</div>
<div><br>
</div>
<div>is it a bug or a configuration issue ?<br>
</div>
<div><br>
</div>
here is the log :<br>
<br>
14:58:28 - [WORLD MAP]: Storing map tile
2fa42696-08fd-4200-afb1-cdbc8a77d8ed for test1<br>
14:58:28 - [ASSET CONNECTOR]: Unable to send asset
2fa42696-08fd-4200-afb1-cdbc8a77d8ed to asset server. Reason: <a href="http://assets.tb.francogrid.org:8003/assets/" target="_blank">assets.tb.francogrid.org:8003/assets/</a>
System.NotSupportedException: <a href="http://assets.tb.francogrid.org:8003/assets/" target="_blank">assets.tb.francogrid.org:8003/assets/</a><br>
 at System.Net.WebRequest.GetCreator (System.String prefix)
[0x00000] in <filename unknown>:0 <br>
 at System.Net.WebRequest.Create (System.Uri requestUri)
[0x00000] in <filename unknown>:0 <br>
 at System.Net.WebRequest.Create (System.String
requestUriString) [0x00000] in <filename unknown>:0 <br>
 at
OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[AssetBase,String]
(System.String verb, System.String requestUrl,
OpenSim.Framework.AssetBase obj, Int32 pTimeout, Int32
maxConnections, IServiceAuth auth) [0x00000] in <filename
unknown>:0 <br>
 at
OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[AssetBase,String]
(System.String verb, System.String requestUrl,
OpenSim.Framework.AssetBase obj, Int32 pTimeout, IServiceAuth
auth) [0x00000] in <filename unknown>:0 <br>
 at
OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[AssetBase,String]
(System.String verb, System.String requestUrl,
OpenSim.Framework.AssetBase obj, IServiceAuth auth) [0x00000] in
<filename unknown>:0 <br>
 at OpenSim.Services.Connectors.AssetServicesConnector.Store
(OpenSim.Framework.AssetBase asset) [0x00000] in <filename
unknown>:0 <br>
<br>
14:58:28 - [STARTUP]: Registration of region with grid failed,
aborting startup due to <a href="http://assets.tb.francogrid.org:8003/assets/602da974-70b1-49b7-89c2-b31531bbcb1c" target="_blank">assets.tb.francogrid.org:8003/assets/602da974-70b1-49b7-89c2-b31531bbcb1c</a>Â Â
at System.Net.WebRequest.GetCreator (System.String prefix)
[0x00000] in <filename unknown>:0 <br>
 at System.Net.WebRequest.Create (System.Uri requestUri)
[0x00000] in <filename unknown>:0 <br>
 at System.Net.WebRequest.Create (System.String
requestUriString) [0x00000] in <filename unknown>:0 <br>
 at
OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[Int32,Boolean]
(System.String verb, System.String requestUrl, Int32 obj, Int32
pTimeout, Int32 maxConnections, IServiceAuth auth) [0x00000] in
<filename unknown>:0 <br>
 at
OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[Int32,Boolean]
(System.String verb, System.String requestUrl, Int32 obj, Int32
pTimeout, IServiceAuth auth) [0x00000] in <filename
unknown>:0 <br>
 at
OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[Int32,Boolean]
(System.String verb, System.String requestUrl, Int32 obj,
IServiceAuth auth) [0x00000] in <filename unknown>:0 <br>
 at OpenSim.Services.Connectors.AssetServicesConnector.Delete
(System.String id) [0x00000] in <filename unknown>:0 <br>
 at
OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule.GenerateMaptile
(System.Drawing.Bitmap mapbmp) [0x00000] in <filename
unknown>:0 <br>
 at
OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule.GenerateMaptile
() [0x00000] in <filename unknown>:0 <br>
 at OpenSim.Region.Framework.Scenes.Scene.RegenerateMaptile ()
[0x00000] in <filename unknown>:0 <br>
 at
OpenSim.Region.Framework.Scenes.Scene.RegisterRegionWithGrid ()
[0x00000] in <filename unknown>:0 <br>
 at OpenSim.OpenSimBase.CreateRegion
(OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag,
Boolean do_post_init, IScene& mscene) [0x00000] in
<filename unknown>:0 <br>
<br>
<br>
<div>
<div><br>
</div>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div></div><pre>_______________________________________________
Opensim-users mailing list
<a href="mailto:Opensim-users@opensimulator.org" target="_blank">Opensim-users@opensimulator.org</a>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a>
</pre>
</blockquote>
<br>
</div>
<br>_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org">Opensim-users@opensimulator.org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" rel="noreferrer" target="_blank">http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users</a><br>
<br></blockquote></div><br></div>