Jobs dying in 'E'

David Gilbert dgilbert at dclg.ca
Tue Dec 14 11:43:35 PST 2004


>>>>> "David" == David Gilbert <dgilbert at dclg.ca> writes:

David> I cvsup'd to current this morning and many jobs are dying in
David> the 'E' state.  Any idea what is causing this?

More data.  Seems odd.  It seems network related.

In python,

from ZSI.client import Binding
from ZSI import TC
con = Binding(url = '/scripts/soap/Grabber.pl',
              # tracefile = logfile,
              ns = 'Grabber',
              port = 8080,
              host = 'wwwyyz.xxxxx.com')

Isn't enough to trigger the problem, but adding:

con.RPC(None, 'resetJobs', ('xxxx,'xxxx'),
        TC.Any(), soapaction="Grabber#resetJobs")

makes the process hang in the 'E' state instead of exiting.

Dave.

-- 
============================================================================
|David Gilbert, Independent Contractor.       | Two things can only be     |
|Mail:       dave at daveg.ca                    |  equal if and only if they |
|http://daveg.ca                              |   are precisely opposite.  |
=========================================================GLO================


More information about the freebsd-current mailing list