[Opensim-dev] OpenSim 0.6.9.rc1 binary and source packages available
Justin Clark-Casey
jjustincc at googlemail.com
Fri Apr 2 17:50:10 UTC 2010
Ai Austin wrote:
> At 08:06 30/03/2010, Justin CC wrote:
>> > One thing I see on first start up is a whole lot of transitions and
>> > loading of SQLIte stuff, but I have SQLite commented out everywhere and
>> > use MySQL. Do you expect that?
>>
>> No, not at all. It's rather worrying since I didn't think anything at
>> all had really changed in config between 0.6.8 and 0.6.9 - that will
>> be something to investigate.
>
> This is extracts from my first run opensim.ini log Justin. Maybe the
> migration messages relate to MySQL even though an attempt to load the
> SQLite plugin is mentioned just beforehand?
I just compared the configurations of 0.6.8 and 0.6.9.RC1 and the differences are pretty minimal - there are no changes with anything to do with databases.
In fact, your log suggests that you are somehow running 0.6.9.RC1 in the default "standalone with SQLite" mode. Did you definitely copy over the relevant configuration files? As of 0.6.9 there are
for regions
bin/OpenSim.ini
bin/config-include/StandaloneCommon,ini (if running standalone)
bin/config-include/GridCommon.ini (if running grid)
for grid services
bin/OpenSim.Server.ini
bin/UserServer_Config.xml
bin/MessagingServer_Config.xml
If this doesn't clear things up then please feel free to send me the configuration files above.
>
> 2010-03-26 14:12:29,998 INFO - OpenSim.OpenSim
> ====================================================================
> 2010-03-26 14:12:29,998 INFO - OpenSim.OpenSim
> ========================= STARTING OPENSIM =========================
> 2010-03-26 14:12:29,998 INFO - OpenSim.OpenSim
> ====================================================================
> 2010-03-26 14:12:29,998 INFO - OpenSim.OpenSim [OPENSIM MAIN]: Running
> in sandbox mode
> 2010-03-26 14:12:30,006 INFO - OpenSim.Region.Framework.StorageManager
> [DATASTORE]: Attempting to load OpenSim.Data.SQLite.dll
> 2010-03-26 14:12:30,035 INFO - OpenSim.Data.SQLite.SQLiteEstateStore
> [ESTATE DB]: Sqlite - connecting: URI=file:OpenSim.db,version=3
> 2010-03-26 14:12:30,071 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Creating migrations at version 1
> 2010-03-26 14:12:30,103 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> EstateStore up to date, no migrations to apply
> 2010-03-26 14:12:30,108 INFO - OpenSim.Data.SQLite.SQLiteRegionData
> [REGION DB]: Sqlite - connecting: URI=file:OpenSim.db,version=3
> 2010-03-26 14:12:30,124 INFO - OpenSim.Data.Migration [MIGRATIONS]
> Upgrading RegionStore to latest revision.
> 2010-03-26 14:12:30,124 INFO - OpenSim.Data.Migration [MIGRATIONS]
> NOTE: this may take a while, don't interupt this process!
> 2010-03-26 14:12:30,131 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Creating RegionStore at version 1
> 2010-03-26 14:12:30,136 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 2
> 2010-03-26 14:12:30,142 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 3
> 2010-03-26 14:12:30,148 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 4
> 2010-03-26 14:12:30,152 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 5
> 2010-03-26 14:12:30,161 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 6
> 2010-03-26 14:12:30,168 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 7
> 2010-03-26 14:12:30,173 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 8
> 2010-03-26 14:12:30,187 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 9
> 2010-03-26 14:12:30,192 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 10
> 2010-03-26 14:12:30,214 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 11
> 2010-03-26 14:12:30,223 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 12
> 2010-03-26 14:12:30,232 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 13
> 2010-03-26 14:12:30,241 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 14
> 2010-03-26 14:12:30,251 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 15
> 2010-03-26 14:12:30,257 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 16
> 2010-03-26 14:12:30,268 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 17
> 2010-03-26 14:12:30,274 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating RegionStore to version 18
> .... note 18 updates... but I have no SQLite database I am aware of -
> then later ...... I notice typo in debug line spelled as "interupt "
> also :-) - should be "interrupt"
>
>
> 2010-03-26 14:12:31,535 INFO -
> OpenSim.Framework.PluginLoader`1[[OpenSim.Data.IUserDataPlugin,
> OpenSim.Data, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
> [PLUGINS]: Trying plugin /OpenSim/UserData/MSSQLUserData
> 2010-03-26 14:12:31,535 INFO -
> OpenSim.Framework.PluginLoader`1[[OpenSim.Data.IUserDataPlugin,
> OpenSim.Data, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
> [PLUGINS]: Trying plugin /OpenSim/UserData/SQLiteUserData
> 2010-03-26 14:12:31,536 INFO -
> OpenSim.Framework.PluginLoader`1[[OpenSim.IApplicationPlugin, OpenSim,
> Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]] [PLUGINS]:
> Plugin Loaded: OpenSim.Data.SQLite
> 2010-03-26 14:12:31,536 INFO -
> OpenSim.Framework.PluginLoader`1[[OpenSim.Data.IUserDataPlugin,
> OpenSim.Data, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]
> [PLUGINS]: Trying plugin /OpenSim/UserData/MySQLUserData
> 2010-03-26 14:12:31,560 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Creating migrations at version 1
> 2010-03-26 14:12:31,564 INFO - OpenSim.Data.Migration [MIGRATIONS]
> Upgrading UserStore to latest revision.
> 2010-03-26 14:12:31,564 INFO - OpenSim.Data.Migration [MIGRATIONS]
> NOTE: this may take a while, don't interupt this process!
> 2010-03-26 14:12:31,573 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Creating UserStore at version 1
> 2010-03-26 14:12:31,579 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 2
> 2010-03-26 14:12:31,584 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 3
> 2010-03-26 14:12:31,591 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 4
> 2010-03-26 14:12:31,596 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 5
> 2010-03-26 14:12:31,628 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 6
> 2010-03-26 14:12:31,640 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 7
> 2010-03-26 14:12:31,650 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 8
> 2010-03-26 14:12:31,655 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 9
> 2010-03-26 14:12:31,665 INFO - OpenSim.Data.Migration [MIGRATIONS]:
> Updating UserStore to version 10
> 2010-03-26 14:12:31,689 DEBUG -
> OpenSim.Framework.Communications.Services.GridInfoService [GRID INFO
> SERVICE]: Grid info service initialized with 5 keys
> 2010-03-26 14:12:31,693 DEBUG -
> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin
> [REGIONMODULES]: Initializing...
>
>
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
--
Justin Clark-Casey (justincc)
http://justincc.org
http://twitter.com/justincc
More information about the Opensim-dev
mailing list