Hello,
Could this be the line wich are we looking for:
DEBUG - 2010-08-12 10:33:42 --> Response received from GetScene POST
to
http://getcloud.info/Grid/: {"SceneID":"fece4d66-d614-44ee-a26f-
ce4fb4896b93","Name":"Alecoop","MinPosition":[256000, 256000,
0],"MaxPosition":[256256, 256256, 4096],"Address":"http://
178.63.40.208:9000/","Enabled":1,"ExtraData":{"ServerURI":"http://
178.63.40.208:9000","InternalAddress":"0.0.0.0","InternalPort":
9000,"ExternalAddress":"178.63.40.208","ExternalPort":
9000,"MapTexture":"2d16058d-d965-47e0-a419-1f16f8ae2c60","Access":
21,"RegionSecret":"d792efda-50b9-4ccd-85e3-57be7827f636","EstateOwner":"bb4c1b6c-1bfd-47f7-
a885-be528385a5ec"},"Success":true}
In the same log, two lines down:
DEBUG - 2010-08-12 10:33:42 --> Executing GetUser
DEBUG - 2010-08-12 10:33:42 --> Response received from POST to
http://178.63.40.208:9000/agent/3e18068a-7203-4452-93c5-1a46f2444021/:
{"success":true}
The URI
http://178.63.40.208:9000, comes from Region.ini and I can
think that it is working.
And that is the last line of the log:
DEBUG - 2010-08-12 10:33:42 --> Executing GetGenerics
DEBUG - 2010-08-12 10:33:42 --> Response received from GetGenerics
POST to
http://getcloud.info/Grid/: { "Success": true, "Entries": [] }
INFO - 2010-08-12 10:33:42 --> Login User=Antonio Cano Channel=Hippo
Release Start=last Viewer= 0.6.3 (LL 1.23.5) id0=
Mac=6defa99e339ffc40a1b17fa40ab69198
DEBUG - 2010-08-12 10:33:42 --> <?xml version="1.0"
encoding="iso-8859-1"?>
<methodResponse>
<params>
..... a big XML
</methodResponse>
DEBUG - 2010-08-12 10:33:44 --> Magic quotes detected, disabling
DEBUG - 2010-08-12 10:33:44 --> application/x-www-form-urlencoded
DEBUG - 2010-08-12 10:33:44 --> Executing GetUser
My Region.ini:
[Alecoop]
RegionUUID = fece4d66-d614-44ee-a26f-ce4fb4896b93
Location = 1000,1000
InternalAddress = 0.0.0.0
InternalPort = 9000
AllowAlternatePorts = False
ExternalHostName = SYSTEMIP
I've copy the log in this URL:
http://pastebin.com/thDzNpQK
Best wishes,
On 11 ago, 02:38, John Hurliman <
jhurli...@jhurliman.org> wrote:
> Inventory host should be unused by the viewer which is why SimianGrid
> is hardcoded to return 127.0.0.1. Look for the IP and port of the
> region that is being returned in the login response.
>