[ 
https://issues.apache.org/jira/browse/JAMES-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15509378#comment-15509378
 ] 

Andrei Ivanov commented on JAMES-1824:
--------------------------------------

I hope it gets accepted.
Anyway, I've modified the bat to use the 32 version and now I get this:
{noformat}
jvm 1    | INFO  12:31:25,787 | 
org.apache.james.container.spring.context.JamesServerApplicationContext | 
Refreshing 
org.apache.james.container.spring.context.JamesServerApplicationContext@3a7c599d:
 startup date [Wed Sep 21 12:31:25 EEST
 2016]; root of context hierarchy
jvm 1    | log4j:WARN No appenders could be found for logger 
(org.apache.commons.configuration.ConfigurationUtils).
jvm 1    | log4j:WARN Please initialize the log4j system properly.
jvm 1    | log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig 
for more info.
jvm 1    | WARN  12:31:30,691 | 
org.apache.james.container.spring.context.JamesServerApplicationContext | 
Exception encountered during context initialization - cancelling refresh attempt
jvm 1    | org.springframework.beans.FatalBeanException: Unable to config the 
indexer; nested exception is 
org.apache.commons.configuration.ConfigurationException: Unable to load 
configuration for component indexer
jvm 1    |      at 
org.apache.james.container.spring.bean.factorypostprocessor.IndexerConfigurationBeanFactoryPostProcessor.postProcessBeanFactory(IndexerConfigurationBeanFactoryPostProcessor.java:67)
jvm 1    |      at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:696)
jvm 1    |      at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:686)
jvm 1    |      at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
jvm 1    |      at 
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
jvm 1    |      at 
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
jvm 1    |      at 
org.apache.james.container.spring.context.JamesServerApplicationContext.<init>(JamesServerApplicationContext.java:40)
jvm 1    |      at 
org.apache.james.app.spring.JamesAppSpringMain.init(JamesAppSpringMain.java:61)
jvm 1    |      at 
org.apache.james.app.spring.JamesAppSpringMain.main(JamesAppSpringMain.java:42)
jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
jvm 1    |      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
jvm 1    |      at java.lang.reflect.Method.invoke(Unknown Source)
jvm 1    |      at 
org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
jvm 1    |      at java.lang.Thread.run(Unknown Source)
jvm 1    | Caused by: org.apache.commons.configuration.ConfigurationException: 
Unable to load configuration for component indexer
jvm 1    |      at 
org.apache.james.container.spring.lifecycle.ConfigurationProviderImpl.getConfiguration(ConfigurationProviderImpl.java:135)
jvm 1    |      at 
org.apache.james.container.spring.bean.factorypostprocessor.IndexerConfigurationBeanFactoryPostProcessor.postProcessBeanFactory(IndexerConfigurationBeanFactoryPostProcessor.java:47)
jvm 1    |      ... 14 more
{noformat}

> Problem with encoding
> ---------------------
>
>                 Key: JAMES-1824
>                 URL: https://issues.apache.org/jira/browse/JAMES-1824
>             Project: James Server
>          Issue Type: Bug
>    Affects Versions: 3.0.0-beta5
>         Environment: Debian 8.5
>            Reporter: Alex
>
> I use v3-beta5 version andI have the following problem. I have james server 
> and two users on it us...@example.com and us...@example.com
> Messages in Cyrillic (UTF-8) from userA go to userB and from userB go to 
> userA without any encoding problems.
> However, when I send messages in Cyrillic to external smtp server, for 
> example us...@gmail.com I have ????? ???? in body. I compared messages.
> When from userA to userB (no external smtp server) I have:
> Content-Type: text/plain; charset=utf-8; format=flowed
> Content-Transfer-Encoding: 8bit
> When from userA to userC (external smpty server) I have
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> X-MIME-Autoconverted: from 8bit to quoted-printable by Apache JAMES
> This is the full message from userB to userC (I only changed email addresses 
> and IPs for security reasons)
> {code}
> ########### START ##############
> Delivered-To: us...@gmail.com
> Received: by 0.0.0.0 with SMTP id y71csp60203ivf;
>         Sat, 17 Sep 2016 01:02:11 -0700 (PDT)
> X-Received: by 0.0.0.0 with SMTP id p187mr6881075lfe.48.1474099331684;
>         Sat, 17 Sep 2016 01:02:11 -0700 (PDT)
> Return-Path: <us...@example.com>
> Received: from mail.example.com ([0.0.0.0])
>         by mx.google.com with ESMTP id f144si273780lfd.145.2016.09.17.01.02.11
>         for <us...@gmail.com>;
>         Sat, 17 Sep 2016 01:02:11 -0700 (PDT)
> Received-SPF: neutral (google.com: 0.0.0.0 is neither permitted nor denied by 
> best guess record for domain of us...@example.com) client-ip=0.0.0.0;
> Authentication-Results: mx.google.com;
>        spf=neutral (google.com: 0.0.0.0 is neither permitted nor denied by 
> best guess record for domain of us...@example.com) 
> smtp.mailfrom=us...@example.com
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> X-MIME-Autoconverted: from 8bit to quoted-printable by Apache JAMES
> Return-Path: <us...@example.com>
> X-UserIsAuth: true
> Received: from 0.0.0.0 (EHLO [0.0.0.0]) ([0.0.0.0])
>           by server1 (JAMES SMTP Server ) with ESMTPA ID 1844125562
>           for <us...@gmail.com>;
>           Sat, 17 Sep 2016 11:02:42 +0300 (MSK)
> To: UserC <us...@gmail.com>
> From: UserA <us...@example.com>
> Subject: =?UTF-8?B?0KHQvNC+0YLRgNC10Lsg0LLRh9C10YDQsCDRhNGD0YLQsdC+0Ls/?=
> Message-ID: <57dcf882.50...@example.com>
> Date: Sat, 17 Sep 2016 11:02:10 +0300
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
>  Thunderbird/38.8.0
> ???????? ????. ??? ????? ??????????
> ########### END ##############
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to