Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2004 14:43:29 -0500
From:      David Gilbert <dgilbert@dclg.ca>
To:        David Gilbert <dgilbert@dclg.ca>
Cc:        Freebsd-current@freebsd.org
Subject:   Jobs dying in 'E'
Message-ID:  <16831.16993.256732.273888@canoe.dclg.ca>
In-Reply-To: <16831.16550.226558.417721@canoe.dclg.ca>
References:  <16831.16550.226558.417721@canoe.dclg.ca>

next in thread | previous in thread | raw e-mail | index | archive | help

>>>>> "David" == David Gilbert <dgilbert@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@daveg.ca                    |  equal if and only if they |
|http://daveg.ca                              |   are precisely opposite.  |
=========================================================GLO================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16831.16993.256732.273888>