<div dir="ltr">Maybe a bug found in OpenSim.Region.Communications.OGS1.OGS1GridServices.cs Line#145:<br>  GridResp = GridReq.Send(serversInfo.GridURL, 90000);<br>This is a 90 seconds hard-coded timeout.<br>when my region includes more than 7000prims, this 90sec timeout crashed the region server while register region to grid. Then I changed 90000 to 180000, region server go through and forward without crash.<br>
<br>following is my report to opensim-user:<br>=================<br>Our grid includes 9 regions, and they were normal till this afternoon.<br><br>UGAIM
servers are all running smoothly. when region server successfully
started the first 3 regions, when the 4th region was starting, we
encountered following error:<br>
<br>-----------------<br>16:16:37 - [MAPTILE<br>]: Generating Maptile Step 1: Terrain<br>16:16:37 - Fetched texture b8d3965a-ad78-bf43-699b-<div dir="ltr">bff8eca6c975, found: False<br>16:16:37 - Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: False<br>

16:16:37 - Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: False<br>16:16:37 - Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: False<br>16:16:37 - [MAPTILE<br>]: Generating Maptile Step 1: Done in 332 ms<br>

16:16:38 - [MAPTILE<br>]: STORING MAPTILE IMAGE<br><br>16:16:38 - [GRID ASSET CLIENT<br>]: Sending store request for asset ea0ce59a-b1ce-4c4b-b8c6-6258c38071f5<br><br>16:18:18 - [GRID ASSET CLIENT]: System.Net.WebException: The request timed out<br>

  at System.Net.HttpWebRequest.GetRequestStream () [0x00000] <br>  at OpenSim.Framework.Servers.RestObjectPoster.BeginPostObject[AssetBase] (System.String verb, System.String requestUrl, OpenSim.Framework.AssetBase obj) [0x00000] <br>

  at OpenSim.Framework.Servers.RestObjectPoster.BeginPostObject[AssetBase] (System.String requestUrl, OpenSim.Framework.AssetBase obj) [0x00000] <br>  at OpenSim.Framework.Communications.Cache.GridAssetClient.StoreAsset (OpenSim.Framework.AssetBase asset) [0x00000] <br>

<br>16:18:18 - [OGS1 GRID SERVICES<br>]: Attempting to register region pku4-1 with grid at <a href="http://222.35.32.76:8001/" target="_blank">http://222.35.32.76:8001</a><br><br>16:19:48
- [STARTUP]: Registration of region with grid failed, aborting startup
- System.Exception: Unable to connect to grid at <a href="http://222.35.32.76:8001/" target="_blank">http://222.35.32.76:8001</a>. Grid service not running? ---> System.Net.WebException: The request timed out<br>
  at System.Net.HttpWebRequest.GetRequestStream () [0x00000] <br>  at Nwc.XmlRpc.XmlRpcRequest.Send (System.String url, Int32 timeout) [0x00000] <br>  at OpenSim.Region.Communications.OGS1.OGS1GridServices.RegisterRegion (OpenSim.Framework.RegionInfo regionInfo) [0x00000] --- End of inner exception stack trace ---<br>

<br>  at OpenSim.Region.Communications.OGS1.OGS1GridServices.RegisterRegion (OpenSim.Framework.RegionInfo regionInfo) [0x00000] <br>  at OpenSim.Region.Environment.Scenes.SceneCommunicationService.RegisterRegion (OpenSim.Framework.RegionInfo regionInfos) [0x00000] <br>

  at OpenSim.Region.Environment.Scenes.Scene.RegisterRegionWithGrid () [0x00000] <br>  at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init) [0x00000] <br>

---------------------------------<br><br>This situation is totally confusing, How can I deal with it?<br><br>Thanks!</div><br>=================<br></div>