> %** Ticket refused: refers to dead site > %** > %** Ticket: x-ozticket://127.0.1.1:9000:pSrZey:uFt/y:w:w:s:WDxNtx
This might help: http://www.mozart-oz.org/documentation/system/node46.html#chapter.dp From the documentation for DP.initWith: IP defines the IP address that the Mozart site should expose as its home address. It is either a string like "193.10.66.192" or the atom best. With the latter, the system will map the host name of the computer to an IP address. The IP address should only be set if the operating system returns a faulty address for some reason. So the default IP search strategy seems to be mapping your machine's hostname to 127.0.1.1 instead of your external IP. If tweaking /etc/hosts can't fix this for you, maybe you can use an explicit call to DP.initWith to set the IP address you want. Since this problem has now stung at least two users in the last 6 months, I'd like to suggest incorporating a test for it similar to `RemoteServer.ozf --test`. E.g. `RemoteServer --test-tickets` will offer a ticket on the local host, then try to take it from a remote machine. If this fails, it prints a friendly message about what might be wrong with the user's configuration. Happy to sling the code for this if you guys think it would be useful :-) Cheers, Ryan -- Ryan Kelly http://www.rfk.id.au | This message is digitally signed. Please visit [email protected] | http://www.rfk.id.au/ramblings/gpg/ for details
signature.asc
Description: This is a digitally signed message part
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
