Anonymous | Login | Signup for a new account | 2021-01-15 05:49 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 | |||||
0008422 | opensim | [GRID] User Service | public | 2018-12-10 07:41 | 2018-12-10 08:56 | |||||
Reporter | brenner23 | |||||||||
Assigned To | ||||||||||
Priority | high | Severity | minor | Reproducibility | have not tried | |||||
Status | new | Resolution | open | |||||||
Platform | Operating System | Operating System Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0008422: MuteList Crashes now Opensim | |||||||||
Description | I had Compiled my Opensim Last Dev and i used Conf for MetroHypergrid Last version was Work ok, The New Version Crashes on MuteList OpenSim ini Section was Working befor i had make an Update [Messaging] OfflineMessageModule = OfflineMessageModule OfflineMessageURL = https://metropolis.hypergrid.org/messaging/offline.php [^] MuteListModule = MuteListModule MuteListURL = https://metropolis.hypergrid.org/messaging/mute.php [^] ForwardOfflineGroupMessages = true and now the Section after Update to get no Error [Messaging] OfflineMessageModule = OfflineMessageModule OfflineMessageURL = https://metropolis.hypergrid.org/messaging/offline.php [^] ;MuteListModule = MuteListModule ;MuteListURL = https://metropolis.hypergrid.org/messaging/mute.php [^] ForwardOfflineGroupMessages = true | |||||||||
Steps To Reproduce | So my error from Console 16:29:11 - [REMOTE PRESENCE CONNECTOR]: Remote presence enabled 16:29:11 - [NEIGHBOUR CONNECTOR]: Neighbour out connector enabled 16:29:11 - [MUTELIST CONNECTOR]: MuteListService missing from configuration 16:29:11 - Fatal error: System.Exception: MuteList connector init error at OpenSim.Services.Connectors.MuteListServicesConnector.Initialise (Nini.Config.IConfigSource source) [0x0002b]: in <23ccfbafa6294fdd99b1b9aef6cb1e33>:0 at OpenSim.Services.Connectors.MuteListServicesConnector..ctor (Nini.Config.IConfigSource source) [0x00013] in <23ccfbafa6294fdd99b1b9aef6cb1e33>:0 at OpenSim.Region.CoreModules.ServiceConnectorsOut.MuteList.RemoteMuteListServicesConnector.Initialise (Nini.Config.IConfigSource source) [0x0007c] in <52da11b4d9e2499fb1a78510d734e2c5>:0 at OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin.Initialise (OpenSim.OpenSimBase openSim) [0x002e9] in <fa101c067ff74fa694640d7a6d090bae>:0 at OpenSim.ApplicationPluginInitialiser.Initialise (OpenSim.Framework.IPlugin plugin) [0x00008] in <2e80b0a530cc400799d7cf2033269ef5>:0 at OpenSim.Framework.PluginLoader`1[T].Load () [0x00153] in <24c9b34e2e964ebe9b037484a8f0f957>:0 at OpenSim.Framework.PluginLoader`1[T].Load (System.String extpoint) [0x00009] in <24c9b34e2e964ebe9b037484a8f0f957>:0 at OpenSim.OpenSimBase.LoadPlugins () [0x00088] in <2e80b0a530cc400799d7cf2033269ef5>:0 at OpenSim.OpenSimBase.StartupSpecific () [0x0026e] in <2e80b0a530cc400799d7cf2033269ef5>:0 at OpenSim.OpenSim.StartupSpecific () [0x0010f] in <2e80b0a530cc400799d7cf2033269ef5>:0 at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () [0x00069] in <4ddef780eb8a41959ea35bed076eb3f4>:0 | |||||||||
Tags | No tags attached. | |||||||||
Git Revision or version number | Latests 2018-12-10 16:30 | |||||||||
Run Mode | Standalone (1 Region) , Standalone (Multiple Regions) , Grid (1 Region per Sim) , Grid (Multiple Regions per Sim) | |||||||||
Physics Engine | BulletSim | |||||||||
Script Engine | ||||||||||
Environment | Mono / Linux32 | |||||||||
Mono Version | 5.x | |||||||||
Viewer | Firestorm, Singularity... | |||||||||
Attached Files | ||||||||||
![]() |
|
(0033593) UbitUmarov (administrator) 2018-12-10 08:56 edited on: 2018-12-10 09:00 |
you are missing some configuration entries. RTFM about opensim versions updates! note that 0.9 MuteListModule now works with respective robust service, not php it ignores MuteListURL, and of course will only work with updated grid services. to use a grid side php mutes servive you need another region side module: https://github.com/kcozens/OpenSimMutelist [^] its configuration will then be something like: MuteListModule = OpenSimMutelist MuteListURL = https://metropolis.hypergrid.org/messaging/mute.php [^] note also that 0.9x regions on 0.8 grids will have issues with var regions finding, since 0.8 grid services don't have needed support for them. you may notice for example crossings working on one direction not the other. |
![]() |
|||
Date Modified | Username | Field | Change |
2018-12-10 07:41 | brenner23 | New Issue | |
2018-12-10 08:56 | UbitUmarov | Note Added: 0033593 | |
2018-12-10 09:00 | UbitUmarov | Note Edited: 0033593 | View Revisions |
Copyright © 2000 - 2012 MantisBT Group |