When updating, I use the provided OpenSim.ini.example and copy the appropriate settings from my previous OpenSim.ini file. In this case, SVN r9561. I did try copying the previous OpenSim.ini over and it still caused the error.
I'm running on CentOS 5.2 with mono 2.4, if that helps. Other than that, it was check-out from SVN into a new directory, ./ runprebuild.sh and nant. thanks, brent On 25-May-2009, at 11:12 AM, [email protected] wrote: > Not sure about this particular error, but as far as I know the tagged > release 0.6.5 does not need the new .ini settings. The tagged > release is > the revision just before those changes started happening. So stay with > your old OpenSim.ini while using the tagged release. > > > Brent Seidel wrote: >> Hello, >> >> I downloaded and built the newly tagged 0.6.5-release. The build was >> successful. After migrating my .ini settings over to the new .ini >> files, I tried running it. Part way through startup, it crashed with >> the following in the log: >> >> <bunch of stuff deleted> >> 2009-05-25 10:45:56,808 INFO - OpenSim.Framework.PluginLoader`1 >> [[OpenSim.IApplicationPlugin, OpenSim, Version=0.0.0.0, Culture=neut >> ral, PublicKeyToken=null]] [PLUGINS]: Plugin Loaded: >> OpenSim.Region.OptionalModules >> 2009-05-25 10:45:56,809 DEBUG - >> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesContr >> oll >> erPlugin [REGIONMODULES]: Fo >> und non-shared region module IRCBridge, class >> OpenSim.Region.OptionalModules.Avatar.Chat.IRCBridgeModule >> 2009-05-25 10:45:56,810 DEBUG - >> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesContr >> oll >> erPlugin [REGIONMODULES]: Fo >> und shared region module Concierge, class >> OpenSim.Region.OptionalModules.Avatar.Concierge.ConciergeModule >> 2009-05-25 10:45:56,811 DEBUG - >> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesContr >> oll >> erPlugin [REGIONMODULES]: Fo >> und shared region module XmlRpcGroups, class >> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsModule >> 2009-05-25 10:45:56,812 DEBUG - >> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesContr >> oll >> erPlugin [REGIONMODULES]: Fo >> und shared region module XmlRpcGroupsMessaging, class >> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMessag >> ing >> 2009-05-25 10:45:56,813 INFO - OpenSim.Framework.PluginLoader`1 >> [[OpenSim.IApplicationPlugin, OpenSim, Version=0.0.0.0, Culture=neut >> ral, PublicKeyToken=null]] [PLUGINS]: Plugin Loaded: >> OpenSim.Region.CoreModules >> 2009-05-25 10:45:56,816 ERROR - OpenSim.Application [APPLICATION]: >> APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs >> >> Exception: System.InvalidOperationException: Type >> 'OpenSim.Region.CoreModules.Agent.Capability.CapabilitiesModule' not >> found in add- >> in 'OpenSim.Region.CoreModules,0.2' >> at Mono.Addins.RuntimeAddin.GetType (System.String typeName, >> Boolean throwIfNotFound) [0x00000] >> at Mono.Addins.TypeExtensionNode.get_Type () [0x00000] >> at >> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesContr >> oll >> erPlugin.Initialise (OpenSim.OpenSimBase openSim) [0x00 >> 000] >> at OpenSim.ApplicationPluginInitialiser.Initialise (IPlugin >> plugin) [0x00000] >> at OpenSim.Framework.PluginLoader`1 >> [OpenSim.IApplicationPlugin].Load () [0x00000] >> at OpenSim.Framework.PluginLoader`1 >> [OpenSim.IApplicationPlugin].Load (System.String extpoint) [0x00000] >> at OpenSim.OpenSimBase.LoadPlugins () [0x00000] >> at OpenSim.OpenSimBase.StartupSpecific () [0x00000] >> at OpenSim.OpenSim.StartupSpecific () [0x00000] >> at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () >> [0x00000] >> at OpenSim.Application.Main (System.String[] args) [0x00000] >> >> Application is terminating: True >> >> >> I grepped for "CapabilitiesModule" and it seems to appear in >> the ...CoreModules.dll. I also grepped for "CoreModules,0.2" and the >> only place it showed up is in the log file. >> >> I'm assuming that I missed something somewhere, but can't figure out >> what it was. Any ideas? >> >> thanks, >> brent >> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users >> > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
