|
|
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.RegionModulesControll
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.RegionModulesControll
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.RegionModulesControll
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.RegionModulesControll
erPlugin [REGIONMODULES]: Fo
und shared region module XmlRpcGroupsMessaging, class
OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMessaging
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.RegionModulesControll
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
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
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.RegionModulesControll
> 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.RegionModulesControll
> 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.RegionModulesControll
> 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.RegionModulesControll
> erPlugin [REGIONMODULES]: Fo
> und shared region module XmlRpcGroupsMessaging, class
> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMessaging
> 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.RegionModulesControll
> 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
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/opensim-users>
_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
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, [hidden email] 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
>> [hidden email]
>> https://lists.berlios.de/mailman/listinfo/opensim-users>>
> _______________________________________________
> Opensim-users mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/opensim-users_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
I think there's some confusion here and on the opensimulator.org web
site ( http://opensimulator.org/wiki/Download)
Release 0.6.5 is meant to be r9561, as Stefan said.
http://opensimulator.org/svn/opensim/tags/0.6.5-release/And from looking at the code, it looks like it is, indeed, r9561.
Brent Seidel wrote:
> 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, [hidden email] 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.RegionModulesControll
>>> 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.RegionModulesControll
>>> 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.RegionModulesControll
>>> 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.RegionModulesControll
>>> erPlugin [REGIONMODULES]: Fo
>>> und shared region module XmlRpcGroupsMessaging, class
>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMessaging
>>> 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.RegionModulesControll
>>> 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
>>> [hidden email]
>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>>
>> _______________________________________________
>> Opensim-users mailing list
>> [hidden email]
>> https://lists.berlios.de/mailman/listinfo/opensim-users>
_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
When I looked at the SVN tags though, 0.6.5-release is listed as
r9667. Is this not the place to look?
On 25-May-2009, at 12:38 PM, [hidden email] wrote:
> I think there's some confusion here and on the opensimulator.org web
> site ( http://opensimulator.org/wiki/Download)
>
> Release 0.6.5 is meant to be r9561, as Stefan said.
> http://opensimulator.org/svn/opensim/tags/0.6.5-release/> And from looking at the code, it looks like it is, indeed, r9561.
>
>
> Brent Seidel wrote:
>> 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, [hidden email] 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.RegionModulesCon
>>>> troll
>>>> 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.RegionModulesCon
>>>> troll
>>>> 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.RegionModulesCon
>>>> troll
>>>> erPlugin [REGIONMODULES]: Fo
>>>> und shared region module XmlRpcGroups, class
>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsModu
>>>> le
>>>> 2009-05-25 10:45:56,812 DEBUG -
>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesCon
>>>> troll
>>>> erPlugin [REGIONMODULES]: Fo
>>>> und shared region module XmlRpcGroupsMessaging, class
>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMess
>>>> aging
>>>> 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.RegionModulesCon
>>>> troll
>>>> 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
>>>> [hidden email]
>>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>>>
>>> _______________________________________________
>>> Opensim-users mailing list
>>> [hidden email]
>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>
> _______________________________________________
> Opensim-users mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/opensim-users_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
As its saying that a expected type (class) wasn't found in one of the dlls, it sounds like it might be a case of one of the dlls not being rebuilt properly and you have one (or more) old dlls in the bin folder. So if you have done a update from svn off a older version then I would try a fresh svn checkout into a new folder.
--- On Mon, 25/5/09, Brent Seidel <[hidden email]> wrote:
From: Brent Seidel <[hidden email]> Subject: Re: [Opensim-users] Building and running newly tagged 0.6.5-release (downloaded as SVN r9667) To: [hidden email], [hidden email] Date: Monday, 25 May, 2009, 7:53 PM
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, diva@... 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 >> Opensim-users@...>> https://lists.berlios.de/mailman/listinfo/opensim-users>> > _______________________________________________ > Opensim-users mailing list > Opensim-users@...> https://lists.berlios.de/mailman/listinfo/opensim-users_______________________________________________ Opensim-users mailing list Opensim-users@...https://lists.berlios.de/mailman/listinfo/opensim-users
|
_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
That tag on top of those pages indicates the *current* revision in svn.
If you look at it now it says 9673 already. And if you look here, for
example,
http://opensimulator.org/svn/opensim/tags/0.6.4.1-release/you'll see the same tag.
So r9651 is the revision that release 0.6.5 is based on.
Brent Seidel wrote:
> When I looked at the SVN tags though, 0.6.5-release is listed as r9667.
> Is this not the place to look?
>
>
> On 25-May-2009, at 12:38 PM, [hidden email] wrote:
>
>> I think there's some confusion here and on the opensimulator.org web
>> site ( http://opensimulator.org/wiki/Download)
>>
>> Release 0.6.5 is meant to be r9561, as Stefan said.
>> http://opensimulator.org/svn/opensim/tags/0.6.5-release/>> And from looking at the code, it looks like it is, indeed, r9561.
>>
>>
>> Brent Seidel wrote:
>>> 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, [hidden email] 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.RegionModulesControll
>>>>>
>>>>> 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.RegionModulesControll
>>>>>
>>>>> 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.RegionModulesControll
>>>>>
>>>>> 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.RegionModulesControll
>>>>>
>>>>> erPlugin [REGIONMODULES]: Fo
>>>>> und shared region module XmlRpcGroupsMessaging, class
>>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMessaging
>>>>>
>>>>> 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.RegionModulesControll
>>>>>
>>>>> 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
>>>>> [hidden email]
>>>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>>>>
>>>> _______________________________________________
>>>> Opensim-users mailing list
>>>> [hidden email]
>>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>>
>> _______________________________________________
>> Opensim-users mailing list
>> [hidden email]
>> https://lists.berlios.de/mailman/listinfo/opensim-users>
_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
Hmmm, Just tried checking out r9561 myself, not using any of the tags, but based on revision, directly from trunk. Gives the following error after running prebuild.sh and nant (Ubunut 8.04): [echo] Build Directory is /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/bin/Debug
[mkdir] Creating directory '/home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/bin/Debug'. [csc] Compiling 24 files to '/home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/bin/Debug/OpenSim.Framework.Servers.HttpServer.dll'.
[csc] /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs(95,41): error CS0246: The type or namespace name `TResponse' could not be found. Are you missing a using directive or an assembly reference?
[csc] /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21): error CS0029: Cannot implicitly convert type `TResponse' to `TResponse' [csc] /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21): The generic parameter `TResponse' of `OpenSim.Framework.Servers.HttpServer.AsynchronousRestObjectRequester.<>c__CompilerGenerated0<TRequest,TResponse>' cannot be converted to the generic parameter `TResponse' of `OpenSim.Framework.Servers.HttpServer.AsynchronousRestObjectRequester.MakeRequest<TRequest,TResponse>(string, string, TRequest, System.Action<TResponse>)' (in the previous error)
[csc] Compilation failed: 2 error(s), 0 warnings BUILD FAILED - 0 non-fatal error(s), 3 warning(s) /home/gridva/opensim/OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.dll.build(14,6):
External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1) Total time: 0.6 seconds. Bulli Schumann
_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
I ran into that one myself. After I got pointed in the right
direction by this list, I put the solution on the Wiki (http://
opensimulator.org/wiki/CentOS_5.2_Build_Instructions) down at the
bottom.
It turns out that it's a problem with an old version of one of the
mono libraries not getting overwritten when updating mono. I was
able to fix it for myself by adding "--prefix=/usr" when I ran "./
configure" for building mono. Then I made and installed mono and was
able to compile OpenSim just fine. I've been running r9561 myself.
hope this helps,
brent
On 25-May-2009, at 1:18 PM, Bulli wrote:
> Hmmm,
>
> Just tried checking out r9561 myself, not using any of the tags,
> but based on revision, directly from trunk.
>
> Gives the following error after running prebuild.sh and nant
> (Ubunut 8.04):
>
> [echo] Build Directory is /home/gridva/opensim/
> OpenSim/Framework/Servers/HttpServer/bin/Debug
> [mkdir] Creating directory '/home/gridva/opensim/
> OpenSim/Framework/Servers/HttpServer/bin/Debug'.
> [csc] Compiling 24 files to '/home/gridva/opensim/
> OpenSim/Framework/Servers/HttpServer/bin/Debug/
> OpenSim.Framework.Servers.HttpServer.dll'.
> [csc] /home/gridva/opensim/OpenSim/Framework/
> Servers/HttpServer/AsynchronousRestObjectRequester.cs(95,41): error
> CS0246: The type or namespace name `TResponse' could not be found.
> Are you missing a using directive or an assembly reference?
> [csc] /home/gridva/opensim/OpenSim/Framework/
> Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21):
> error CS0029: Cannot implicitly convert type `TResponse' to
> `TResponse'
> [csc] /home/gridva/opensim/OpenSim/Framework/
> Servers/HttpServer/AsynchronousRestObjectRequester.cs(115,21): The
> generic parameter `TResponse' of
> `OpenSim.Framework.Servers.HttpServer.AsynchronousRestObjectRequester.
> <>c__CompilerGenerated0<TRequest,TResponse>' cannot be converted to
> the generic parameter `TResponse' of
> `OpenSim.Framework.Servers.HttpServer.AsynchronousRestObjectRequester.
> MakeRequest<TRequest,TResponse>(string, string, TRequest,
> System.Action<TResponse>)' (in the previous error)
> [csc] Compilation failed: 2 error(s), 0 warnings
>
> BUILD FAILED - 0 non-fatal error(s), 3 warning(s)
>
> /home/gridva/opensim/OpenSim/Framework/Servers/
> HttpServer/OpenSim.Framework.Servers.HttpServer.dll.build(14,6):
> External Program Failed: /usr/lib/mono/2.0/gmcs.exe
> (return code was 1)
>
> Total time: 0.6 seconds.
>
>
> Bulli Schumann
>
> _______________________________________________
> Opensim-users mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/opensim-users_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|
Well, I downloaded the 0.6.5-release tarball and it built and ran fine.
If I do
svn info http://opensimulator.org/svn/opensim/tags/0.6.5-release/it tells me that that it's revision 9677. So, I may just be a little
confused about the release process in SVN. If anyone cares to
enlighten me, that would be appreciated, but not necessary.
thanks,
brent
On 25-May-2009, at 12:41 PM, Brent Seidel wrote:
> When I looked at the SVN tags though, 0.6.5-release is listed as
> r9667. Is this not the place to look?
>
>
> On 25-May-2009, at 12:38 PM, [hidden email] wrote:
>
>> I think there's some confusion here and on the opensimulator.org web
>> site ( http://opensimulator.org/wiki/Download)
>>
>> Release 0.6.5 is meant to be r9561, as Stefan said.
>> http://opensimulator.org/svn/opensim/tags/0.6.5-release/>> And from looking at the code, it looks like it is, indeed, r9561.
>>
>>
>> Brent Seidel wrote:
>>> 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, [hidden email] 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.RegionModulesCo
>>>>> n
>>>>> troll
>>>>> 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.RegionModulesCo
>>>>> n
>>>>> troll
>>>>> 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.RegionModulesCo
>>>>> n
>>>>> troll
>>>>> erPlugin [REGIONMODULES]: Fo
>>>>> und shared region module XmlRpcGroups, class
>>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMod
>>>>> u
>>>>> le
>>>>> 2009-05-25 10:45:56,812 DEBUG -
>>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesCo
>>>>> n
>>>>> troll
>>>>> erPlugin [REGIONMODULES]: Fo
>>>>> und shared region module XmlRpcGroupsMessaging, class
>>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMes
>>>>> s
>>>>> aging
>>>>> 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.RegionModulesCo
>>>>> n
>>>>> troll
>>>>> 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
>>>>> [hidden email]
>>>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>>>>
>>>> _______________________________________________
>>>> Opensim-users mailing list
>>>> [hidden email]
>>>> https://lists.berlios.de/mailman/listinfo/opensim-users>>>
>> _______________________________________________
>> Opensim-users mailing list
>> [hidden email]
>> https://lists.berlios.de/mailman/listinfo/opensim-users>
> _______________________________________________
> Opensim-users mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/opensim-users_______________________________________________
Opensim-users mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/opensim-users
|
|