Select to view content in your preferred language

failed because of crash or termination of the server object

773
2
10-25-2010 12:58 PM
DorothyMortenson
Deactivated User
I have a flex application that runs a python script (via submitJob).

For the most part, it works fine.  But there are a few cases were it doesn't work. I think it has something to do with the scratch workspace and/or how long certain selected points take to run.  Here is the message I get:

Execution of job <big long alpha numeric directory> failed because of crash or termination of the server object

I have tried:
1) Running the python script without having any scratch workspaces. Just run it in a local directory. Works fine.

2) Run the python script using the scratch workspaces for output files (i.e., %scratchworkspace%...) - Sometimes works, sometimes doesn't. It's designed to run from ArcGIS Server, so I'm not too worried here.

3) Run the geoprocessing from ArcGIS Server.  Sometimes it works, but sometimes it doesn't.

4) Run from the Flex application. For a list of selected points, it does not work.  But it works for other points.

I have also tried several other things, but the results seems to be a little hit and miss. 

The URL for the application is:
http://apps.wrd.state.or.us/apps/map/peak_flow/peakflow_xy_v2.html

The problem coordinate is in Oregon Lambert Coord:
x = 593699.0261215294 
y= 970768.7921199241

Another one is:
x = 1395476.805441
y = 1366742.641497
Tags (2)
0 Kudos
2 Replies
HaroldBostic
Frequent Contributor
0 Kudos
KevinGooss
Regular Contributor
how do you increase the wait timeout setting for a gp tool?
0 Kudos