I was guessing that. In fact, the attachment is corrupted. I've found something in a java forum about this error:
"Looks like you have some improperly encoded data. If you don't care about the errors you can set the System property mail.mime.base64.ignoreerrors to "true". You might also want to notify the owner of the program that created the message that their program is improperly encoding the data. nn-2 wrote: > > BASE64DecoderStream is used for attachments, maybe an attachment you are > sending is corrupt?" > > Should I apply this solution? Is there an easiear solution? > > Thanks and Regards, > > Rogerio > > > On Thu, Apr 15, 2010 at 7:36 AM, Rogerio Aguiar > <[email protected]>wrote: > >> ** >> >> Hi all, >> >> We are getting an error when receiving incoming mail messages: >> >> Error in encoded stream: needed at least 2 valid base64 characters, but >> only got 1 before padding character (=), the 10 most recent characters >> were: >> "et/ctt?kn=" >> >> java.io.IOException: Error in encoded stream: needed at least 2 valid >> base64 characters, but only got 1 before padding character (=), the 10 >> most >> recent characters were: "et/ctt?kn=" >> >> at >> com.sun.mail.util.BASE64DecoderStream.decode(BASE64DecoderStream.java:246) >> >> at >> com.sun.mail.util.BASE64DecoderStream.read(BASE64DecoderStream.java:135) >> >> at java.io.FilterInputStream.read(FilterInputStream.java:90) >> >> at >> com.bmc.arsys.emaildaemon.ReceiverModule.writeToTempFile(ReceiverModule.java:1395) >> >> at >> com.bmc.arsys.emaildaemon.ReceiverModule.createAttachmentEntry(ReceiverModule.java:1479) >> >> at >> com.bmc.arsys.emaildaemon.ReceiverModule.logMessage(ReceiverModule.java:859) >> >> at >> com.bmc.arsys.emaildaemon.ReceiverModule.doWork(ReceiverModule.java:312) >> >> at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:288) >> >> at java.lang.Thread.run(Thread.java:595) >> >> >> >> Only a few messages are presenting this problem. Does anyone knows what >> is >> going on? >> >> >> Enviroment: 7.1.00 Patch 004 >> >> >> Thanks and Regards >> >> Rogerio >> >> >> _attend WWRUG10 www.wwrug.com ARSlist: "Where the Answers Are"_ > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" > > -- View this message in context: http://n2.nabble.com/Incoming-mail-message-error-tp4907210p4912844.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

