[Opensim-users] an other glitch, sorry - Configuration file is missing the [SimulationDataStore] section

Marck marck00 at nexgo.de
Sat Sep 18 15:52:38 UTC 2010


In fact, there are two sections missing from StandaloneHypergrid.ini,SimulationDataStore andEstateDataStore. Try to copy those sections from Standalone.ini:

[SimulationDataStore]
     LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"

[EstateDataStore]
     LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService"

I ran into the same problem and adding those lines to StandaloneHypergrid.ini at least made OpenSim.exe start up okay.

I still see an issue with migrating SQLite databases to the current git master. When I try to use my existing *.db files with the recent versions from git, then none of the script assets are found. Same for many (all?) of the textures. A setup from scratch with no data to migrate works okay though.


DutchGlory wrote:
>
> run in to an other glitch with git master.....
>
> 2010-09-18 15:45:53,784 INFO  - OpenSim.Application [OPENSIM MAIN]:
> configured log4net using default OpenSim.exe.config
> 2010-09-18 15:45:53,870 INFO  - OpenSim.Application [OPENSIM MAIN]: Runtime
> gave us 500 worker threads and 1000 IOCP threads
> 2010-09-18 15:45:53,873 INFO  - OpenSim.Application Performing compatibility
> checks...
>
> 2010-09-18 15:45:54,131 INFO  - OpenSim.Application Environment is
> compatible.
>
> 2010-09-18 15:45:54,247 INFO  - OpenSim.ConfigurationLoader [CONFIG]:
> Reading configuration settings
> 2010-09-18 15:45:54,248 INFO  - OpenSim.ConfigurationLoader [CONFIG]:
> Reading configuration file C:\OPENSIM\bin\OpenSimDefaults.ini
> 2010-09-18 15:45:54,281 INFO  - OpenSim.ConfigurationLoader [CONFIG]:
> Reading configuration file C:\OPENSIM\bin\OpenSim.ini
> 2010-09-18 15:45:54,285 INFO  - OpenSim.ConfigurationLoader [CONFIG]:
> Reading configuration file
> C:\OPENSIM\bin\config-include\StandaloneHypergrid.ini
> 2010-09-18 15:45:54,299 INFO  - OpenSim.ConfigurationLoader [CONFIG]:
> Reading configuration file
> C:\OPENSIM\bin\config-include\StandaloneCommon.ini
> 2010-09-18 15:45:54,306 INFO  - OpenSim.ConfigurationLoader [CONFIG]:
> Reading configuration file C:\OPENSIM\bin\config-include\CenomeCache.ini
> 2010-09-18 15:45:54,362 INFO  - OpenSim.OpenSim [LOGGING]: Logging started
> to file C:\OPENSIM\bin\OpenSim.log
> 2010-09-18 15:45:54,485 INFO  - OpenSim.OpenSim [OPENSIM MAIN]: Using
> async_call_method SmartThreadPool
> 2010-09-18 15:45:54,486 INFO  - OpenSim.Framework.Servers.BaseOpenSimServer
> [STARTUP]: Beginning startup processing
> 2010-09-18 15:45:54,488 INFO  - OpenSim.Framework.Servers.BaseOpenSimServer
> [STARTUP]: OpenSimulator version: OpenSim 0.7.1 Dev
>
> 2010-09-18 15:45:54,488 INFO  - OpenSim.Framework.Servers.BaseOpenSimServer
> [STARTUP]: Operating system version: Microsoft Windows NT 6.0.6002 Service
> Pack 2
>
> 2010-09-18 15:45:54,549 INFO  - OpenSim.OpenSim
> ====================================================================
> 2010-09-18 15:45:54,549 INFO  - OpenSim.OpenSim =========================
> STARTING OPENSIM =========================
> 2010-09-18 15:45:54,549 INFO  - OpenSim.OpenSim
> ====================================================================
> 2010-09-18 15:45:54,550 INFO  - OpenSim.OpenSim [OPENSIM MAIN]: Running
> 2010-09-18 15:45:55,198 ERROR - OpenSim.Application [APPLICATION]:
> APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
>
> Exception: System.Exception: Configuration file is missing the
> [SimulationDataStore] section
>     bij OpenSim.OpenSimBase.StartupSpecific() in
> c:\OPENSIM\OpenSim\Region\Application\OpenSimBase.cs:regel 193
>     bij OpenSim.OpenSim.StartupSpecific() in
> c:\OPENSIM\OpenSim\Region\Application\OpenSim.cs:regel 154
>     bij OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in
> c:\OPENSIM\OpenSim\Framework\Servers\BaseOpenSimServer.cs:regel 289
>     bij OpenSim.Application.Main(String[] args) in
> c:\OPENSIM\OpenSim\Region\Application\Application.cs:regel 272
>
> Application is terminating: True
>
>
> i copied all from .example only changed database connection string for Mysql
> (and reference to  "OpenSim.Data.MySQL.dll" )
>
> where should put "[SimulationDataStore]" section?  and what...
>
>
> thank you...



More information about the Opensim-users mailing list