View Issue Details

IDProjectCategoryView StatusLast Update
0000210opensim-SCBugpublic2021-04-21 18:35
Reporteronefang Assigned Toonefang  
PriorityimmediateSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
Product Version0.9.1.1 
Target Version0.9.1.1Fixed in Version0.9.1.1 
Summary0000210: Offline instant messages not sent.
DescriptionUsers IM session -
Unable to send instant message. User is not logged in.


Sims console -
18:01:32 - [GRID INSTANT MESSAGE]: Error sending message to http://sc-DG.homelinuxserver.org:8002/ the host didn't respond System.Net.WebException: The operation has timed out.
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <9c6e2cb7ddd8473fa420642ddcf7ce48>:0
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <9c6e2cb7ddd8473fa420642ddcf7ce48>:0
  at Nwc.XmlRpc.XmlRpcRequest.Send (System.String url, System.Int32 timeout) [0x00086] in <2fc3aba7f6504afcb4d1e8ccd857c9c3>:0
  at OpenSim.Services.Connectors.InstantMessage.InstantMessageServiceConnector.SendInstantMessage (System.String url, OpenSim.Framework.GridInstantMessage im, System.String messageKey) [0x00033] in <e3bd5417efdc4a93b05c2b3098e57895>:0
18:01:35 - [GRID INSTANT MESSAGE]: Error sending message to http://sc-DG.homelinuxserver.org:8002/ the host didn't respond System.Net.WebException: The operation has timed out.
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <9c6e2cb7ddd8473fa420642ddcf7ce48>:0
 at System.Net.HttpWebRequest.GetResponse () [0x00016] in <9c6e2cb7ddd8473fa420642ddcf7ce48>:0
  at Nwc.XmlRpc.XmlRpcRequest.Send (System.String url, System.Int32 timeout) [0x00086] in <2fc3aba7f6504afcb4d1e8ccd857c9c3>:0
  at OpenSim.Services.Connectors.InstantMessage.InstantMessageServiceConnector.SendInstantMessage (System.String url, OpenSim.Framework.GridInstantMessage im, System.String messageKey) [0x00033] in <e3bd5417efdc4a93b05c2b3098e57895>:0

Robust console gets endless -
18:01:32 - [GRID INSTANT MESSAGE]: Error sending message to http://sc-DG.homelinuxserver.org:8002/ the host didn't respond System.Net.WebException: The operation has timed out.
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <9c6e2cb7ddd8473fa420642ddcf7ce48>:0
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <9c6e2cb7ddd8473fa420642ddcf7ce48>:0
  at Nwc.XmlRpc.XmlRpcRequest.Send (System.String url, System.Int32 timeout) [0x00086] in <2fc3aba7f6504afcb4d1e8ccd857c9c3>:0
  at OpenSim.Services.Connectors.InstantMessage.InstantMessageServiceConnector.SendInstantMessage (System.String url, OpenSim.Framework.GridInstantMessage im, System.String messageKey) [0x00033] in <e3bd5417efdc4a93b05c2b3098e57895>:0
18:01:32 - [LOGHTTP]: Slow handling of 1138 POST / from 127.0.0.1:55956 took 10061ms
TagsOpenSim 0.9.1

Activities

onefang

onefang

2021-04-21 18:35

administrator   ~0000320

Left over bits in the UserAccounts table that are not really needed.

update UserAccounts SET ServiceURLs='' WHERE 1;

A bunch of URLs that the system generates if it's left blank, and is basically the same for everyone anyway.

Issue History

Date Modified Username Field Change
2021-04-16 08:14 onefang New Issue
2021-04-16 08:14 onefang Status new => assigned
2021-04-16 08:14 onefang Assigned To => onefang
2021-04-16 08:14 onefang Tag Attached: OpenSim 0.9.1
2021-04-21 18:35 onefang Status assigned => resolved
2021-04-21 18:35 onefang Resolution open => no change required
2021-04-21 18:35 onefang Fixed in Version => 0.9.1.1
2021-04-21 18:35 onefang Note Added: 0000320