[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensim-users
Subject:    [Opensim-users] Building and running newly tagged 0.6.5-release (downloaded as SVN r9667)
From:       brentseidel () mac ! com (Brent Seidel)
Date:       2009-05-26 0:37:40
Message-ID: 2F0EC485-5DF7-4BBE-90A1-3E005C14DCB6 () mac ! com
[Download RAW message or body]

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, diva at metaverseink.com 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, diva at metaverseink.com 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
>>>>> Opensim-users at lists.berlios.de
>>>>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>>>>
>>>> _______________________________________________
>>>> Opensim-users mailing list
>>>> Opensim-users at lists.berlios.de
>>>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>>
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic