Hi SilverDay
SilverDay wrote: ...Error while getting map data...
Does this occur in the frontend grid map only or also in the map part of admin?
It indicates most of time a problem during reading the data from the OpenSim/Robust database.
Is the table "regions" in your Robust-DB populated correctly? If yes, is there a correct serverURI for each region?
Allthough many times not really necessary, it is possible to provide a different database in Robust.ini (ConnectionString in [DatabaseService]) besides the one in the same section of . But if so, you have to enter this database into the second database tag of jOpenSim global config (named OpenSim Grid Database). If there is another user for it, you also need to enter the user access data.
But also regarding the port: since v0.2.x this port is not affecting the region images anymore since it is read out directly from the regions table (currently it is e.g. used in the search addon for data collection). But anyway it is NOT the port defined in [Network] of your Robust.ini but the port, the built in http server of OpenSim is listening to. Until now, I only have seen port 9000 for this. If it "only" would be the wrong port, you would get a map but with images with an orange "?" on it. You can easy check out, if OpenSim is generating the map tiles by entering following url in your browser:
http://host:port/index.php?method=regionImage followed by the regionUID without any spaces and "-" in it. See for example:
demogrid.foto50.com:9000/index.php?metho...4bc883efbc53492a6535
Greetz
FoTo50