hello, I have installed office2pdf on suse-9. It works fine but, when I send same document again for conversion it does not process it and returns following error in email. I tried to track down the problem and i concluded that because of a copy of same document in /home/offi2pdf/office2pdf/tmp/wineIn folder it is not able to process same document again. If i clean this folder it works fine. Is there a workaround this problem?? Also i guess if filename is more then 8 char. long then it has some problem with it?? i am not too sure with this but i tried to send couple of document with long name and having numbers in their name did not work for me but then i removed numbers and made name less then 8 chars it sent correct output. is this a known issue?
Processing /home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/in/Draft-E.doc Error while processing "/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/in/Draft-E.doc": Timeout waiting for at /home/offi2pdf/office2pdf/bin/worker.pl line 535 main::bringWindowArray('undef','HASH(0x84dddb0)','HASH(0x8620810)','HASH(0x860b51c)') called at /home/offi2pdf/office2pdf/bin/worker.pl line
543 main::bringWindowArray('undef','ARRAY(0x84dde88)','HASH(0x8620810)','HASH(0x860b51c)') called at /home/offi2pdf/office2pdf/bin/worker.pl line
667 main::processFile('HASH(0x84e0ae8)','/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/in/Draft...','/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/out/Draft-E')
called at /home/offi2pdf/office2pdf/bin/worker.pl line 885 eval {...} called at /home/offi2pdf/office2pdf/bin/worker.pl line 884 main::handleFilesOfViewer('HASH(0x84e0ae8)','/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/in','/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/out')
called at /home/offi2pdf/office2pdf/bin/worker.pl line 912 main::handleAllFiles('/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/in','/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529/out')
called at /home/offi2pdf/office2pdf/bin/worker.pl line 933 eval {...} called at /home/offi2pdf/office2pdf/bin/worker.pl line 925 main::handleMailDir('/home/offi2pdf/office2pdf/tmp/mailIn/1075139719-2529') called at /home/offi2pdf/office2pdf/bin/worker.pl line 1006 main::handleMailDirs() called at /home/offi2pdf/office2pdf/bin/worker.pl line 1101
No convertible attachments found => nothing to do
===== Aakash Chauhan Graduate Student, Computer Science Department, Rochester Institute of Technology, Rochester, NY 14623. USA. http://www.rit.edu/~adc0467 adc0467@rit.edu (585) 530 7127
__________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/
begin Monday 26 January 2004 19:13, Aakash Chauhan quote:
hello, I have installed office2pdf on suse-9. It works fine but, when I send same document again for conversion it does not process it and returns following error in email. I tried to track down the problem and i concluded that because of a copy of same document in /home/offi2pdf/office2pdf/tmp/wineIn folder it is not able to process same document again. If i clean this folder it works fine. Is there a workaround this problem?? Also i guess if filename is more then 8 char. long then it has some problem with it?? i am not too sure with this but i tried to send couple of document with long name and having numbers in their name did not work for me but then i removed numbers and made name less then 8 chars it sent correct output. is this a known issue?
There is a new version now, 0.9.1, meant to work with newer version of wine (20040121) and MIME::Parser
/tmp/wineIn folder is cleared after processing, and normally there should be no problem processing the same document over and over again.
However, there could be issue with filenames containing what MIME::Parser calls "evil" characters (dots, spaces, ...): In that case MIME::Parser assigns a filename of its own (usually msg-mumble.dat), rather than keeping the attachment's original filename. Because of the .dat extension, if would no longer be recognized as a word document at later stages of the pipeline. The new 0.9.1 version of office2pdf addresses this filename issue.
Regards,
Alain
office2pdf-discuss@office2pdf.lll.lu