Hello everyone, First question: did you use our example configs from the zip file or did you modify the existing ones by hand? When you are talking about renaming opensim.ini.example seems that you haven't looked inside the example-config folders zip file. If you haven't please check there and do as the readme instructs you. This will also extract opensim.ini to the root folder that you seemed to be missing. This is a key part, because the Taiga configs are very different from opensim and even with cablebeach original config files.
- OpenID provider will make all the necessary tables if the db and rights exist. Have tested this quite extensively on mysql so it must be with the user rights. Try creating a new user, using root may be tricky sometimes because it's the main user in mysql and I for one struggled to get the password setup correctly for the root account. - opensim db must be created and update_tables.sql from taiga root folder must be applied to it. This is because cablebeach is in early phase and it does a database connection checkup in a "simple" way if you will. So we need to create this one dummy entry into opensim.assets with update_tables.sql This I know and you should expect: - Inventoryserver: will crash first boot -> creates SSL certificates into CableBeachData folder - WorldServer: will crash on first start -> because it can't find opemsim.users table. Please note that this is created by opensim.exe in the migration steps so let it run as far as it can on first startup! Btw world server also creates the SSL sertificates, it just handles the crash I guess. Have to look into this because it's quite annoying. - opensim.exe will crash first time. On the second start if all other servers are started and db connections established then opensim should start up fine. - OpenID Provider may crash if db connection was not established. It gives quite good error messages into the window. These all should be documented in the readme file. I'm sure I can help more with more info about your crashes. Run the server that are giving you problems individually from cmd.exe so the window won't close after crash and you can copy-paste errors for me :) If you are in the IRC you can find me from #realxtend and #realxtend-dev I can help you there aswell. My Nick is 'Pforce_'. Best regards, Jonne Nauha realXtend -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ryan McDougall Sent: 1. heinäkuuta 2009 10:21 To: [email protected] Subject: [realXtend] Re: Initializing openidprovider with Taiga On Wed, Jul 1, 2009 at 5:48 AM, Peter Quirk<[email protected]> wrote: > > I tried to setup Taiga and Naali tonight, but had problems with the > openidprovider server. I'm using MySQL and the default username and > password. The database name is cbidentity (the default.) I created the > cbidentity database and granted all rights to r...@localhost, > [email protected] and [email protected] (my local IP). When > openidprovider.exe runs, it says that table cbidentity.openid doesn't > exist. Is there a missing step that is needed to create the tables in > cbidentity? It's possible a step has been left out some how. As a developer release it's not in proper shape to be used by non developers yet, so these kinds of things may happen. Do you think you could trace the provider code and find the error in either the C# or README and create a bug report? If you can attach a patch, even better. I can either arrange to have it applied, or arrange for you to have commit access. Cheers, --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/realxtend http://www.realxtend.org -~----------~----~----~----~------~----~------~--~---
