Page 1 of 1

Premature EOF on node

Posted: Tue Aug 07, 2007 7:25 am
by just4geeks
The job is getting aborted with a lot of fatal errors of the following kind. Does anyone have any idea on what could I do to avoid it? Thanks for your time....

Fatal Error: waitForWriteSignal(): Premature EOF on node abc12.xyz.com No such file or directory.

Posted: Tue Aug 07, 2007 7:45 am
by Prashantoncyber
Check! File is not there at the requisite directory.

Posted: Tue Aug 07, 2007 4:07 pm
by ArndW
What stage is generating the error? Could you be lacking write permission to the target directory? Does the error always happen or is it sporadic?

Re: Premature EOF on node

Posted: Tue Aug 07, 2007 4:13 pm
by just4geeks
The file just wasn't present in the directory. I am surprised how I could have overlooked such a simple mistake.

Thanks Prashantoncyber and ArndW for your replies.