Re: [realXtend] Re: b2rex release v0.2

2010-08-23 Thread Pablo Martin
On 19/08/10 13:13, pedro wrote: > Hi Pablo > > installation was looking ok in my case, but when i wanted to export to > the server I can't connect. Probably the grid server requests a > login ? I will try on a standalone installation to see if i have more > success there and will let you know. >

Re: [realXtend] Re: opensimulator 0.7 Question

2010-08-23 Thread Mikko Pallari
Hi, *Andreas*: We have been mostly using Taiga on Windows so Linux build hasn't always been up to date. First and third error you had has now been fixed to Taiga develop branch. The second error you can fix by copying NHibernate.*.dll from addon-modules/ModreX/ModularRex/bin/ to bin/ *Peter*: Ope

[realXtend] Re: Server or Viewer timout

2010-08-23 Thread pedro
I found the following when I searched the web about similar issues: The default timeout for a sql command to execute is 30 seconds. Since your query is expected to run for 60 seconds, you have to increase the command time out for your sqlcommand object:sqlCommand.CommandTimeout = 120; Could this

[realXtend] Server or Viewer timout

2010-08-23 Thread pedro
Hi all I started to test realxtend on a VPS and ran into the following issue we didnt notice when running it on a LAN. After exactly 1 Minute an object upload fails. In the MySQL Settings the max_allowed_packets are set to 16M and all meshes are smaller then that. wait timeout is set to 28800 int