-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Good day,
i just installed the latest diva repo r09110 and ran into an issue.
once i try to sign in throw a compatible viewer (firestorm) the loading process hangs up on 50%
while the console gives out the message that a mysql table "os_groups_membership" doesn´t exist.
Error Message:
UseCircuitCode handling from endpoint xxx.xxx.xxx.xxx:60740, client unknown unknown failed. Exception Table 'diva.os_groups_membership' doesn't exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1.DoQueryWithConnection(MySqlCommand cmd, MySqlConnection dbcon)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1.DoQuery(MySqlCommand cmd)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1.Get(String field, String key)
at OpenSim.Groups.GroupsService.GetAgentGroupMemberships(String RequestingAgentID, String AgentID)
at OpenSim.Groups.GroupsModule.GetMembershipData(UUID agentID)
at OpenSim.Region.ClientStack.LindenUDP.LLClientView.RefreshGroupMembership()
at OpenSim.Region.Framework.Scenes.ScenePresence..ctor(IClientAPI client, Scene world, AvatarAppearance appearance, PresenceType type)
at OpenSim.Region.Framework.Scenes.SceneGraph.CreateAndAddChildScenePresence(IClientAPI client, AvatarAppearance appearance, PresenceType type)
at OpenSim.Region.Framework.Scenes.Scene.AddNewAgent(IClientAPI client, PresenceType type)
at OpenSim.Region.ClientStack.LindenUDP.LLUDPServer.AddClient(UInt32 circuitCode, UUID agentID, UUID sessionID, IPEndPoint remoteEndPoint, AuthenticateResponse sessionInfo)
at OpenSim.Region.ClientStack.LindenUDP.LLUDPServer.HandleUseCircuitCode(Object o)
And on the wifi web is something similar. once i click on "Manage Groups" it just gives out the following message:
Ooops!
The server you requested is overun by knomes! Find hippos quick!
The Server Log shows:
HandleRequest() threw exception MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'diva.os_groups_groups' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1.DoQueryWithConnection(MySqlCommand cmd, MySqlConnection dbcon)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1.DoQuery(MySqlCommand cmd)
at OpenSim.Data.MySQL.MySQLGenericTableHandler`1.Get(String where)
at OpenSim.Data.MySQL.MySQLGroupsData.RetrieveGroups(String pattern)
at OpenSim.Groups.GroupsService.FindGroups(String RequestingAgentID, String search)
at Diva.Wifi.Services.GetGroupsList(Environment env)
at Diva.Wifi.Services.GroupsManagementGetRequest(Environment env)
at Diva.Wifi.WifiGroupsManagementGetHandler.Handle(String path, Stream requestData, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.HandleRequest(OSHttpRequest request, OSHttpResponse response)
Specs:
Diva Distro - diva-r09110 | (OpenSim 0.9.1.1) | Added 3/4/2020
MySql: MySQL8.0
Server: Windows Server 2016 Standard
Pure Vanilla Installation. No modification unless mentioned within the Installation guide.
Tried troubleshooting:
- Reinstall of Diva
- Reinstall of MySQL (Various versions 6, 7, 8)
- Reinstall of whole Server
- Regulär Things like driver and software updates
Is it possible to get a blank mysql dump to import manually?
Thanks a lot and best regards