Re: unresponsive wotaskd

AurĂ©lien Minet <[email protected]> Thu, 20 Nov 2008 17:57:19 +0100
Newsgroups gmane.comp.web.webobjects.devel
Message-ID <[email protected]>
Hi,

Looks like you have a wotaskd problem,
first check if the hostname is correctly defined at system level (in a
Fully  Qualified  Domain  Name manner)
(for Linux in a shell type hostname -f)
if not edit /etc/hosts and declare you host in this format:
127.0.0.1 localhost.localdomain localhost
a.b.c.d host.domain host

Also you could lauch wotaskd from the command line with additionnal
arguments:
 -WODebuggingEnabled YES -NSDebugLevel 3 -NSDebugGroups -1
and then try direct connect to the wotaskd with the public IP
(http://a.b.c.d:1085/cgi-bin/WebObjects/wotaskd.woa/wa/woconfig )
and from the server (curl
http://127.0.0.1:1085/cgi-bin/WebObjects/wotaskd.woa/wa/woconfig )
look for exceptions in the shell

If you haven't any response, check with netstat or lsof if wotaskd
listen on port 1085
if it is the case check the local firewall rules or test connection to
the port with telnet.

Aurelien