Hi everybody, it's me again. I managed to fix the problem by downgrading MySQL to version 5.1.54. Taiga runs now.
On Jan 31, 9:58 am, ilikia <[email protected]> wrote: > Hi, > > I've managed to make Taiga work in Ubuntu 10.04, but it always crashes > in Windows when trying to use mysql databases, like this: > ------------------------------------------- > 09:45:50 - Launching UserServer... > 09:45:50 - [STARTUP]: Beginning startup processing > 09:45:50 - [STARTUP]: Version: OpenSim 0.6.9 (RC1) > > 09:45:50 - [STARTUP]: Establishing data connection > 09:45:50 - [PLUGINS]: Initializing addin manager > 09:45:52 - [PLUGINS]: Loading extension point /OpenSim/UserData > 09:45:52 - [PLUGINS]: Trying plugin /OpenSim/UserData/SQLiteUserData > 09:45:52 - [PLUGINS]: Trying plugin /OpenSim/UserData/MySQLUserData > 09:45:52 - [PLUGINS]: Plugin Loaded: OpenSim.Data.MySQL > 09:45:52 - [PLUGINS]: Trying plugin /OpenSim/UserData/MSSQLUserData > 09:45:52 - [MYSQL]: Connection established > 09:45:52 - [REGION DB]: Connection wait timeout 28860 seconds > > Unhandled Exception: MySql.Data.MySqlClient.MySqlException: Table > 'migrations' already exists > at MySql.Data.MySqlClient.MySqlStream.OpenPacket() > at MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& > affectedRows, Int64& lastInsertId) > at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet() > at MySql.Data.MySqlClient.MySqlDataReader.NextResult() > at > MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior > behavior) > at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery() > at OpenSim.Data.Migration.Initialize() > at OpenSim.Data.MySQL.MySQLUserData.Initialise(String connect) > at OpenSim.Data.UserDataInitialiser.Initialise(IPlugin plugin) > at OpenSim.Framework.PluginLoader`1.Load() > at OpenSim.Data.DataPluginFactory.LoadDataPlugins[T](String > provider, String connect) > at > OpenSim.Framework.Communications.UserManagerBase.AddPlugin(String > provider, String connect) > at > OpenSim.Grid.UserServer.Modules.UserDataBaseService.Initialise(IGridServiceCore > core) > at OpenSim.Grid.UserServer.OpenUser_Main.StartupUserServerModules() > at OpenSim.Grid.UserServer.OpenUser_Main.StartupSpecific() > at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() > at OpenSim.Grid.UserServer.OpenUser_Main.Main(String[] args) > ----------------------------------------------------------------------------------------------------- > the 'table that exists' is sometimes assets, sometimes some other grid > table, but it never gets further than this. > > Note: the very same config scripts and mysql settings work just fine > in Ubuntu. In fact, I generated the config files in Windows using the > Taiga Wizard. The databases are the same, i.e. the default ones, > grid, opensim, os_modrex, taigawebdav. The same crash occurs both at > home in Windows Server 2008 32 bit and at work in Windows 7 Enterprise > 64 bit. The MySQl version is 5.5.8, msi installer with default > settings. -- http://groups.google.com/group/realxtend http://www.realxtend.org
