org.alfresco.error.AlfrescoRuntimeException: Email message processing failed
at org.alfresco.email.server.EmailServiceImpl.processMessage(EmailServiceImpl.java:235)
at org.alfresco.email.server.EmailServiceImpl.importMessage(EmailServiceImpl.java:147)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer$Handler.processDelivery(SubethaEmailServer.java:177)
at org.alfresco.email.server.impl.subetha.SubethaEmailServer$Handler.data(SubethaEmailServer.java:132)
at org.subethamail.smtp.command.DataCommand.execute(DataCommand.java:56)
at org.subethamail.smtp.server.CommandHandler.handleCommand(CommandHandler.java:58)
at org.subethamail.smtp.server.ConnectionHandler.run(ConnectionHandler.java:113)
Caused by: org.alfresco.error.AlfrescoRuntimeException: IOException while attempting to detect charset encoding.
at org.alfresco.encoding.AbstractCharactersetFinder.detectCharset(AbstractCharactersetFinder.java:102)
at …..
detectCharset
public final java.nio.charset.Charset detectCharset(java.io.InputStream is)
Attempt to detect the character set encoding for the give input stream. The input stream will not be altered or closed by this method, and must therefore support marking. If the input stream available doesn't support marking, then it can be wrapped with a BufferedInputStream.
The current state of the stream will be restored before the method returns.
The input stream is checked to ensure that it supports marks, after which a buffer is extracted, leaving the stream in its original stat
email.server.connections.max=5
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.