Error message in log file

Post Reply
mjacobson
Posts: 204
Joined: Fri Feb 08, 2002 3:35 pm

Error message in log file

Post by mjacobson »

What does this error mean?

Cannot fork(): Cannot allocate memory in the function TXpopenduplex
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Error message in log file

Post 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.
John Turnbull
Thunderstone Software
mjacobson
Posts: 204
Joined: Fri Feb 08, 2002 3:35 pm

Error message in log file

Post 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?
mjacobson
Posts: 204
Joined: Fri Feb 08, 2002 3:35 pm

Error message in log file

Post by mjacobson »

Found my answer

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