[Opensim-users] 0.6.9 in grid mode from scratch under linux / mono 2.4.2.3

ssm2017 ssm2017 at gmail.com
Sun Mar 7 04:33:33 UTC 2010


hello
im trying to run opensim 0.6.9 r/12385 under linux / mono 2.4.2.3 / mysql 5

i am following this procedure :
http://opensimulator.org/wiki/ROBUST#An_Example_Conversion_From_URM_To_R

********************
configuration
********************

* config-include/Grid.ini
(file left by default)

* config-include/GridCommon.ini
set all the URI to "http://localhost:8003"
i also tried with 127.0.0.1

* OpenSim.Server.ini
set all the mysql ConnectionString

* OpenSim.ini
everything left by default except :

[Startup]
gridmode = true
storage_plugin="OpenSim.Data.MySQL.dll"
storage_connection_string="Data Source=localhost;Database=opensim;User
ID=opensim;Password=*****;";
estate_connection_string="Data Source=localhost;Database=opensim;User
ID=opensim;Password=*****;";
[Network]
http_listener_port = 9100
http_listener_sslport = 9101
[GridInfo]
login = http://127.0.0.1:9100/
[Architecture]
Include-Grid         = "config-include/Grid.ini"

********************
running
********************
* mono OpenSim.Server.exe
no error, then R.O.B.U.S.T invite

* mono OpenSim.exe
all the first end lines are not well formated with newlines...
anyway, there a no errors and this is asking me for a region name.....
(what about users ?)
so i answer with a name and leaving all the other questions by default...
then i have this error :
Exception: MySql.Data.MySqlClient.MySqlException: Table
'os_estate.estate_map' doesn't exist

so, i decide to dont use the estate database commenting the line in
opensim.ini and run OpenSim.exe again

and now, i have this error :
[OGS1 USER SERVICES]: Error when trying to fetch profile data by name
from remote user server: System.Net.WebException: Error:
ConnectFailure

but i have the #region console invite

ok, but what about the users ?

so i thought that i need to run users server anyway, so i run

* mono OpenSim.Grid.UserServer.exe
05:28:27 - Launching UserServer...
05:28:27 - [STARTUP]: Beginning startup processing
05:28:27 - [STARTUP]: Version: OpenSim 0.6.9 (Dev)

Unhandled Exception: System.ArgumentOutOfRangeException: Value must be
positive and below the buffer height.
Parameter name: top
  at System.TermInfoDriver.SetCursorPosition (Int32 left, Int32 top) [0x00000]
  at System.TermInfoDriver.set_CursorTop (Int32 value) [0x00000]
  at System.ConsoleDriver.set_CursorTop (Int32 value) [0x00000]
  at System.Console.set_CursorTop (Int32 value) [0x00000]
  at OpenSim.Framework.Console.LocalConsole.SetCursorLeft (Int32 left)
[0x00000]
  at OpenSim.Framework.Console.LocalConsole.ReadLine (System.String p,
Boolean isCommand, Boolean e) [0x00000]
  at OpenSim.Framework.Console.ConsoleBase.CmdPrompt (System.String p,
System.String def) [0x00000]
  at OpenSim.Framework.ConfigurationMember.performConfigurationRetrieve
() [0x00000]
  at OpenSim.Framework.UserConfig..ctor (System.String description,
System.String filename) [0x00000]
  at OpenSim.Grid.UserServer.OpenUser_Main.StartupCoreComponents () [0x00000]
  at OpenSim.Grid.UserServer.OpenUser_Main.StartupSpecific () [0x00000]
  at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () [0x00000]
  at OpenSim.Grid.UserServer.OpenUser_Main.Main (System.String[] args) [0x00000]

and then i gave up...

if someone could tell me please what to do.. i could go on what i began
thank you in advance



More information about the Opensim-users mailing list