<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, I'm a relatively new OME user and I'm having some problems with
some image importing, so I was wondering if anyone out there could give
me a hand...<br>
<br>
I start an OME import on a bunch of images, then after a
non-deterministic time (the failure doesn't always happen in the same
place), I get this error:<br>
<br>
Importing files<br>
         1/296: [IN PROGRESS] Starting import<br>
         15/296: [IN PROGRESS] Uploaded /tmp/tmp.aMOzSN6790/125P5.TIF<br>
         29/296: [IN PROGRESS] Uploaded /tmp/tmp.aMOzSN6790/161NP7.TIF<br>
         42/296: [IN PROGRESS] Uploaded /tmp/tmp.aMOzSN6790/161P8.TIF<br>
         46/296: [IN PROGRESS] Uploaded /tmp/tmp.aMOzSN6790/1DMIP4.TIF<br>
         49/296: [IN PROGRESS] Uploaded /tmp/tmp.aMOzSN6790/1DMP12.TIF<br>
         54/296: [IN PROGRESS] Uploaded /tmp/tmp.aMOzSN6790/1DP42.TIF<br>
<font color="#ff0000">Died at
/usr/local/share/perl/5.8.8/OME/Image/Server.pm line 414.</font><br>
Exiting...<br>
         55/296: [DIED] Uploaded /tmp/tmp.aMOzSN6790/1GVP30.TIF<br>
Exiting...<br>
<br>
Checking that portion of the code, it is dying because of this:<br>
<br>
        if ($curl->status() == 200) {<br>
            return ($response);<br>
        } else {<br>
            die $response;<br>
<br>
So i checked the logs from the apache2 server I'm running, and it
looks...odd.  The access log has this:<br>
<br>
...<br>
128.111.57.62 - - [08/Feb/2007:11:22:51 -0800] "POST /cgi-bin/omeis
HTTP/1.1" 200 4 "-" "-"<br>
128.111.57.62 - - [08/Feb/2007:11:22:51 -0800] "POST /cgi-bin/omeis
HTTP/1.1" 200 4 "-" "-"<br>
128.111.57.62 - - [08/Feb/2007:11:23:07 -0800] "POST /cgi-bin/omeis
HTTP/1.1" 200 - "-" "-"<br>
<br>
If I'm reading this correct, apache is responding with an OK for a
while, then on the last omeis request it responds with an OK but
returns no data ( the '-' after the 200 I presume).  The error.log also
has this:<br>
<br>
[Thu Feb 08 11:23:07 2007] [error] [client 128.111.57.62]
(104)Connection reset by peer: ap_content_length_filter:
apr_bucket_read() failed<br>
<br>
which, with my limited apache experience, I'm not sure if that has any
affect on the import.<br>
<br>
Has anyone encountered this error of similar errors before?  I've
reinstalled OME several times, dropped the database, verified the omeis
executable, and I'm running out of options.  Any help would be greatly
appreciated.  Thank!<br>
<br>
Brian<br>
<br>
</body>
</html>