Page 1 of 1

Error related to command cp

Posted: Sat Sep 29, 2007 1:03 am
by hiti
While crawling a site i got the below errors.The webinator got streuck somewhere .Neither the success page were increasing nor the failure page


118 /usr/local/morph3/texis/scripts/webinator/dowalk(storepage) 3412: <EXEC> command cp returned exit code 1 while processing url http://www.dmwmedia.com/news/2007/08/27 ... utube-clip

118 /usr/local/morph3/texis/scripts/webinator/dowalk(storepage) 3412: <EXEC> command cp returned exit code 1 while processing url http://www.dmwmedia.com/news/2007/08/27 ... 23-million

118 /usr/local/morph3/texis/scripts/webinator/dowalk(storepage) 3412: <EXEC> command cp returned exit code 1 while processing url http://www.dmwmedia.com/news/2007/08/27 ... station-tv


118 /usr/local/morph3/texis/scripts/webinator/dowalk(storeimg) 13784: <EXEC> command /usr/bin/convert returned exit code 1 while processing url http://www.dmwmedia.com/news/2007/08/30 ... s-teen-usa
Temporary Error limit exceeded (current: 6, limit: 5)
Can u plz shed some light on this issue?
Thanks in advance

Error related to command cp

Posted: Sat Sep 29, 2007 10:06 pm
by John
Which version of the Webinator scripts? Is line 3412 part of the standard scripts, or something you added? The standard scripts shouldn't be doing an exec of cp as there is a <sysutil> call for that which is more portable. If you added an exec of cp make sure there isn't a permissions issue, or incorrect arguments.