-
server creating *.data_BADXML files in data_in directory
Hi all,
I changed a few things in the pandora_server.pl file:
use threads; => use forks;
use threads::shared; => use forks::shared;
To make it useable with a perl without threads support compiled in (i.e. mandriva2007 perl package).the server is running fine, it is processing XML data, but it creates a copy of the original XML *.data files (sent by agents in data_in dir.) named *.data_BADXML in the data_in directory of the server.
So the amount of files is growing on and on, and I don’t know what does BADXML mean exactly, so I can’t correct the problem.
So, how can I correct this, and what does BADXML mean?
thanks, bye.