[Opensim-dev] [Opensim-users] User Server issues with 8236

Stefan Andersson stefan at tribalmedia.se
Fri Feb 13 20:54:43 UTC 2009


Guys,

 

we (Tribal) have seen this behaviour since a couple of months back; our hypthesis is that there's something wrong with the mono-addins lib, possibly in conjunction with old dlls.

 

The symptom is that the database modules just don't load, and with no error, and since the db logic is a foreach(plugin) over an empty plugin set, nothing happens.


Usually, a clean checkout, rebuild and copying over only of data files will remedy the whole thing.

 

Make sure not to copy over into an old directory - a total wipe and rebuild is necessary.

 
Best regards,
Stefan Andersson
Tribal Media AB



 
> From: lordofpleasure at pleasureplanet.net
> To: opensim-users at lists.berlios.de
> Date: Fri, 13 Feb 2009 09:18:59 -0800
> Subject: [Opensim-users] User Server issues with 8236
> 
> 
> I tried a full build letting the OS regenerate the XML and I did a copy 
> paste with the xml files. No good either way. It seems to just not be 
> executing the connection to the Mysql database.
> Here's what I get when I run the 8236 user server
> 
> 10:07:04 - Launching UserServer...
> 10:07:04 - [STARTUP]: Beginning startup processing
> 10:07:04 - [STARTUP]: Version: OpenSimulator Server 0.6.2.8236
> 10:07:04 - [STARTUP]: Establishing data connection
> 10:07:04 - [PLUGINS]: Initializing addin manager
> 10:07:06 - [PLUGINS]: Loading extension point /OpenSim/UserData
> 10:07:06 - [GridInfoService]: Grid info service initialized with 11 keys
> 10:07:06 - [LIBRARY INVENTORY]: Loading library control file 
> .\inventory\Librari
> es.xml
> 10:07:06 - [STARTUP]: Starting HTTP process
> 10:07:06 - [GRID]: Login Level set to 0
> 10:07:06 - [HTTPD]: Starting up HTTP Server
> 10:07:06 - [HTTPD]: Spawned main thread OK
> 10:07:06 - [STARTUP]: Startup took 0m 1s
> Enter help for a list of commands
> 
> User# :
> 
> Here's what I get when I run the 8131 User Server
> 
> 10:08:54 - Launching UserServer...
> 10:08:54 - [STARTUP]: Beginning startup processing
> 10:08:54 - [STARTUP]: Version: OpenSimulator Server 0.6.2.8131
> 10:08:54 - [STARTUP]: Establishing data connection
> 10:08:54 - [PLUGINS]: Initializing addin manager
> 10:08:57 - [PLUGINS]: Loading extension point /OpenSim/UserData
> 10:08:57 - [PLUGINS]: Trying plugin /OpenSim/UserData/NHibernateUserData
> 10:08:57 - [PLUGINS]: Trying plugin /OpenSim/UserData/SQLiteUserData
> 10:08:57 - [PLUGINS]: Trying plugin /OpenSim/UserData/MySQLUserData
> 10:08:57 - [PLUGINS]: Plugin Loaded: OpenSim.Data.MySQL
> 10:08:57 - [PLUGINS]: Trying plugin /OpenSim/UserData/MSSQLUserData
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Creating 10 DB connections...
> 10:08:58 - Connecting to DB... [0]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [1]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [2]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [3]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [4]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [5]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [6]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [7]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [8]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - Connecting to DB... [9]:
> 10:08:58 - [MYSQL]: Connection established
> 10:08:58 - [REGION DB]: Connection wait timeout 28860 seconds
> 10:08:58 - [MIGRATIONS]: UserStore up to date, no migrations to apply
> 10:08:58 - [GridInfoService]: Grid info service initialized with 11 keys
> 10:08:58 - [LIBRARY INVENTORY]: Loading library control file 
> .\inventory\Librari
> es.xml
> 10:08:58 - [STARTUP]: Starting HTTP process
> 10:08:58 - [GRID]: Login Level set to 0
> 10:08:58 - [HTTPD]: Starting up HTTP Server
> 10:08:58 - [HTTPD]: Spawned main thread OK
> 10:08:58 - [STARTUP]: Startup took 0m 4s
> Enter help for a list of commands
> 
> 
> For some reason it seems the MySql connection just isn't being called.
> Here's the .xml for the user server.
> 
> <Root>
> <Config default_startup_message="Welcome to Pleasure Planet" 
> default_grid_server="http://64.150.177.108:8001/" grid_send_key="1234" 
> grid_recv_key="1234" default_inventory_server="http://64.150.177.108:8004/" 
> library_location=".\inventory\Libraries.xml" 
> database_provider="OpenSim.Data.MySQL.dll" database_connect="Data 
> Source=localhost;Database=opensim;User ID=root;Password=removed" 
> http_port="8002" http_ssl="False" default_X="1000" default_Y="1000" 
> enable_llsd_login="True" default_loginLevel="0" />
> </Root>
> 
> Pretty sure this is something on my end and not worthy of an actual Mantis 
> bug post.
> Phoenix Blaze 
> 
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20090213/e8a43209/attachment-0001.html>


More information about the Opensim-dev mailing list