<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">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">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/">assets.tb.francogrid.org:8003/assets/</a> System.NotSupportedException: <a href="http://assets.tb.francogrid.org:8003/assets/">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">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>