I was so happy for getting the efax/iaxmodem to finally work, than I decided to send to my ISP some emails from an Outlook or other microsoft product, including hotmail...
none of them work!
why? I really don't lnow yet..
This is what I get
22 Dec 2006 08:39:39,201 DEBUG Found 1 messages.
22 Dec 2006 08:39:39,201 DEBUG Processing message
22 Dec 2006 08:39:39,343 DEBUG Placing message in fax queue
22 Dec 2006 08:39:39,346 DEBUG FaxManagerOutBound message recieved for delivery.
22 Dec 2006 08:39:39,346 DEBUG FaxManagerOutBound passed message to channel Zap/g1 Both from-internal priority(1) count(1) for delivery.
22 Dec 2006 08:39:39,347 DEBUG Dequeued fax on channel Zap/g1 details:ID=7, To=[502], From ["Fábio Torres Balsemão" <
yyyyyyy@hotmail.com>], Time(sec)=0, Pages=0, Subject=""
22 Dec 2006 08:39:39,347 INFO Loading submitter au.com.noojee.asterfax.outbound.submitter.EfaxSubmitter
22 Dec 2006 08:39:39,347 DEBUG Checking if submitter is already busy
22 Dec 2006 08:39:39,348 INFO No valid license found
22 Dec 2006 08:39:39,348 DEBUG Submitter is not busy. Mark busy now
22 Dec 2006 08:39:39,355 DEBUG Found part application/pdf; name="PP VBA Object Model.pdf" searching for compatible converter.
22 Dec 2006 08:39:39,355 DEBUG Converter found for part application/pdf; name="PP VBA Object Model.pdf"
22 Dec 2006 08:39:39,355 DEBUG Saving attachment to file /var/spool/asterfax/tmp/QWWWxx25772.pdf
22 Dec 2006 08:39:39,357 ERROR Error in encoded stream: needed at least 2 valid base64 characters, but only got 0 before padding character (=), the 10 most recent characters were: "0Y=\r\n----="
java.io.IOException: Error in encoded stream: needed at least 2 valid base64 characters, but only got 0 before padding character (=), the 10 most recent characters were: "0Y=\r\n----="
at com.sun.mail.util.BASE64DecoderStream.decode(BASE64DecoderStream.java:227)
at com.sun.mail.util.BASE64DecoderStream.read(BASE64DecoderStream.java:116)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at au.com.noojee.asterfax.messagestore.AttachmentExtractor.saveAttachment(AttachmentExtractor.java:344)
at au.com.noojee.asterfax.messagestore.AttachmentExtractor.handlePart(AttachmentExtractor.java:284)
at au.com.noojee.asterfax.messagestore.AttachmentExtractor.handleMultipart(AttachmentExtractor.java:240)
at au.com.noojee.asterfax.messagestore.AttachmentExtractor.extractAttachments(AttachmentExtractor.java:194)
at au.com.noojee.asterfax.outbound.Fax.getTiffFile(Fax.java:228)
at au.com.noojee.asterfax.outbound.submitter.EfaxSubmitter.sendFax(EfaxSubmitter.java:58)
at au.com.noojee.asterfax.outbound.SubmitFax.send(SubmitFax.java:110)
at au.com.noojee.asterfax.outbound.Channel.run(Channel.java:105)
don't really know what this means, but I suspect of some sort of Java misinterpretation on the stream format??
Any body got this before??