Anonymous | Login | Signup for a new account | 2021-01-15 07:03 PST | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0008387 | opensim | [REGION] OpenSim Core | public | 2018-10-06 06:38 | 2018-10-24 00:39 | |||||
Reporter | aiaustin | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | new | Resolution | open | |||||||
Platform | PC | Operating System | Windows | Operating System Version | 10 | |||||
Product Version | master (dev code) | |||||||||
Target Version | master (dev code) | Fixed in Version | ||||||||
Summary | 0008387: [SynchronousRestObjectRequester]: Exception on response from GET | |||||||||
Description | I am gradually going through OpenSim logs since we moved to .net4.6 and the post 0.9.0.1 release. I am using the latest dev master (463) (opensim-0.9.0.1-463-g1bcdcc2.zip) or the OSGrid compiled equivalent as at 2018-010-03. I see [SynchronousRestObjectRequester]: Exception on response from GET errors reported just before the shut down of one region on OSGrid (a single region instance). Trace below. | |||||||||
Additional Information | 2018-10-06 14:24:02,114 DEBUG [SynchronousRestObjectRequester]: Exception on response from GET http://assets.osgrid.org/assets/53581129-75bd-415e-b837-bfff49d9ca67 [^] System.Threading.ThreadAbortException: Thread was being aborted. at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntPtr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags) at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) at System.Net.ConnectStream.ProcessWriteCallDone(ConnectionReturnResult returnResult) at System.Net.ConnectStream.CallDone(ConnectionReturnResult returnResult) at System.Net.ConnectStream.CloseInternal(Boolean internalCall, Boolean aborting) at System.Net.ConnectStream.System.Net.ICloseEx.CloseEx(CloseExState closeState) at System.Net.HttpWebRequest.EndWriteHeaders_Part2() at System.Net.HttpWebRequest.EndWriteHeaders(Boolean async) at System.Net.HttpWebRequest.WriteHeadersCallback(WebExceptionStatus errorStatus, ConnectStream stream, Boolean async) at System.Net.ConnectStream.WriteHeaders(Boolean async) at System.Net.HttpWebRequest.EndSubmitRequest() at System.Net.Connection.SubmitRequest(HttpWebRequest request, Boolean forcedsubmit) at System.Net.ServicePoint.SubmitRequest(HttpWebRequest request, String connName) at System.Net.HttpWebRequest.SubmitRequest(ServicePoint servicePoint) at System.Net.HttpWebRequest.GetResponse() at OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[TRequest,TResponse](String verb, String requestUrl, TRequest obj, Int32 pTimeout, Int32 maxConnections, IServiceAuth auth) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Framework\WebUtil.cs:line 1238 2018-10-06 14:24:02,129 WARN [SCENEGRAPH]: Problem processing action in ForEachSOG: Thread was being aborted. at OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[TRequest,TResponse](String verb, String requestUrl, TRequest obj, Int32 pTimeout, Int32 maxConnections, IServiceAuth auth) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Framework\WebUtil.cs:line 1163 at OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[TRequest,TResponse](String verb, String requestUrl, TRequest obj, Int32 pTimeout, IServiceAuth auth) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Framework\WebUtil.cs:line 1127 at OpenSim.Framework.SynchronousRestObjectRequester.MakeRequest[TRequest,TResponse](String verb, String requestUrl, TRequest obj, IServiceAuth auth) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Framework\WebUtil.cs:line 1105 at OpenSim.Services.Connectors.AssetServicesConnector.Get(String id) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Services\Connectors\Asset\AssetServicesConnector.cs:line 268 at OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset.HGAssetBroker.Get(String id) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Region\CoreModules\ServiceConnectorsOut\Asset\HGAssetBroker.cs:line 232 at OpenSim.Region.CoreModules.Asset.FlotsamAssetCache.<>c__DisplayClass15.<TouchAllSceneAssets>b__11(SceneObjectGroup e) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Region\CoreModules\Asset\FlotsamAssetCache.cs:line 962 at OpenSim.Region.Framework.Scenes.SceneGraph.ForEachSOG(Action`1 action) in k:\OSGRID\opensim-0.9.0.1-463-g1bcdcc2\OpenSim\Region\Framework\Scenes\SceneGraph.cs:line 1288 2018-10-06 14:24:03,207 INFO [SHUTDOWN]: Shutdown processing on main thread complete. Exiting... | |||||||||
Tags | No tags attached. | |||||||||
Git Revision or version number | osgrid-opensim-10032018.v0.9.1.1bcdcc2.zip | |||||||||
Run Mode | Grid (1 Region per Sim) | |||||||||
Physics Engine | BulletSim | |||||||||
Script Engine | ||||||||||
Environment | .NET / Windows64 | |||||||||
Mono Version | None | |||||||||
Viewer | N/A | |||||||||
Attached Files | ||||||||||
![]() |
|
(0033254) kcozens (administrator) 2018-10-23 12:51 |
commit 09865557650b4d1b36d8ebf292191d0feb1445fa Author: UbitUmarov <ajlduarte@sapo.pt> Date: Sun Oct 21 12:13:21 2018 +0100 mantis 8387: (try) avoid potencial out of order phys operations |
(0033255) aiaustin (developer) 2018-10-23 13:13 edited on: 2018-10-23 13:19 |
Thanks for noting this @kcozens I installed that version at the weekend and am not seeing these messages at present, so maybe this specific one is fixed. |
(0033259) BillBlight (developer) 2018-10-23 14:48 |
You may also get that error if you have anything that is using dynamic textures and it happens to try and update during a shutdown .. |
(0033260) aiaustin (developer) 2018-10-24 00:39 |
Ah, that’s an interesting one @watcher64 ... and worth bearing in mind. Thanks. |
![]() |
|||
Date Modified | Username | Field | Change |
2018-10-06 06:38 | aiaustin | New Issue | |
2018-10-23 12:51 | kcozens | Note Added: 0033254 | |
2018-10-23 13:13 | aiaustin | Note Added: 0033255 | |
2018-10-23 13:13 | aiaustin | Description Updated | View Revisions |
2018-10-23 13:14 | aiaustin | Description Updated | View Revisions |
2018-10-23 13:19 | aiaustin | Note Edited: 0033255 | View Revisions |
2018-10-23 14:48 | BillBlight | Note Added: 0033259 | |
2018-10-24 00:39 | aiaustin | Note Added: 0033260 |
Copyright © 2000 - 2012 MantisBT Group |