Re: Failed to contact xxxx-1085, ellpack
John Pollard <[email protected]> Tue, 04 Oct 2005 18:52:39 +0100
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
At 18:09 04/10/2005, Chuck Hill wrote: >Here is what I did: > >Paris:~ chuck$ sudo lsof -i tcp:1085 >COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME >java 153 root 4u IPv6 0x013c0100 0t0 TCP *:webobjects >(LISTEN) >java 512 chuck 7u IPv6 0x013bfd70 0t0 TCP [:: >192.168.0.3]:49518->[::192.168.0.3]:webobjects (ESTABLISHED) >Paris:~ chuck$ sudo kill -QUIT 153 >Paris:~ chuck$ cat /var/log/webobjects.log Well well, I was sending a kill -QUIT to the wotaskd process. When I send it to this WO bootstrap process that is listening on 1085, I do get a stack trace. Funnily enough, mine is appearing in my wotaskd.log and not in webobjects.log. I will try this the next time I get the problem. My lack of understanding of the bootstrap / wotaskd relationship didn't help. Thank you for persevering.