11-03-2010 08:25 AM
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 …..
11-03-2010 01:43 PM
11-04-2010 07:47 AM
11-04-2010 11:40 AM
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
11-05-2010 04:49 AM
11-05-2010 05:00 AM
11-08-2010 07:25 AM
11-08-2010 07:42 AM
11-17-2010 07:35 AM
email.server.connections.max=5
11-18-2010 10:16 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.