Page 1 of 1

Error message in log file

Posted: Fri May 30, 2008 8:35 am
by mjacobson
What does this error mean?

Cannot fork(): Cannot allocate memory in the function TXpopenduplex

Error message in log file

Posted: Fri May 30, 2008 9:42 am
by John
That would occur when you try and create a new process, e.g. with <exec> and the system either has run out of processes or memory to create the new process.

Error message in log file

Posted: Fri May 30, 2008 11:11 am
by mjacobson
So I am using an exec to get a list of all the htm files in a directory, <EXEC find $ImportDirs -type f -name "*.htm" -print></EXEC>.

Is there a Vortex method to do this?

Error message in log file

Posted: Fri May 30, 2008 11:30 am
by mjacobson
Found my answer

<stat ROW MAXDEPTH=1 NAME="*.htm" $t>
file: $ret ...
<flush>
</stat>