diva / d2

Diva Distro
71 stars 20 forks source link

new diva distribution fails on HG inventory access #8

Closed rfc1437 closed 13 years ago

rfc1437 commented 13 years ago

OpenSim.Server.Handlers.Asset.XInventoryConnectorPostHandler [XINVENTORY HANDLER]: Exception System.NullReferenceException: Object reference not set to an instance of an object at OpenSim.Server.Handlers.Asset.XInventoryConnectorPostHandler.HandleAddItem (System.Collections.Generic.Dictionary`2 req uest) [0x00000] in :0

and the same for HandleGetItem (the latter was trying to upload a snapshot, but rezzing or accessing items doesn't work, too).

To reproduce I just went to <http://go.virtyou.com:80 thousandrooms> (I liked the old format better, where HG addresses where proper URLs) and tried to rez things from my inventory or look at textures from my inventory and tried to take a snap (to see if I can access my inventory updating). Allways get that exception.

My own grid is at http://lummerland.rfc1437.de:8000 and runs the newest diva d2. virtyou is still on 0.7.1dev, but I get the same problem with all other grids I can reach, too. I can't reach the UCI gateways or Divas installation, I only get "hyperlink can not be established" - the gateway 7000 should work distance-wise, though, my sims are in the 92xx coord range. But sadly I can't cross-check with another diva d2 installation that way to rule out opensim problems.

diva commented 13 years ago

Hi, thanks for the report. There was one wrong configuration variable that sneaked in there. Please run Update again to get diva-r15402-b with that mistake corrected. No need to run Configure this time.

Also, I recommend starting with a clean region DB. To remove old hyperlinks, login to your DB and issue this statement: DELETE FROM regions WHERE flags=524

rfc1437 commented 13 years ago

ok, first tests show it now works - at least I was able to rez stuff from my inventory in ninesim sandbox (direct south of http://go.virtyou.com:80 ninesim) and could take freebies from the windring grid. I did have problems with taking stuff from the ninesim gateway, though - no messages in the opensim log at all, so will have to dig into that further, but that might just be some timing problem specific to virtyou (had problems to reach some sims there due to timeouts, so wouldn't be surprised at all if that's more a grid related problem). thanks for the quick fix!