Stefano Bagnara schrieb:


So, first thing, check that you updated your assembly.xml (this is a lot different that 2.2.0 assembly.xml)

  <!-- FetchMail Service -->
<block name="fetchmail" class="org.apache.james.fetchmail.FetchScheduler" >
    <provide name="scheduler"

role="org.apache.avalon.cornerstone.services.scheduler.TimeScheduler"/>
    <provide name="James" role="org.apache.james.services.MailServer"/>
<provide name="localusersrepository" role="org.apache.james.services.UsersRepository"/>
  </block>

<!-- This is needed to link the smtpserver to the local user repository --> <block name="localusersrepository" class="org.apache.james.core.LocalUsersRepository">
    <provide name="users-store"
             role="org.apache.james.services.UsersStore"/>
  </block>

The parsedDynamicAccountParameters shouldn't be null, ever, so please check you assembly and return your feedback.

I haven't touch the assembly.xml (it was still the default file), and it looks exactly like this.

For testing, i take the 2.3.0a1 package (http://people.apache.org/~noel/james/james-2.3.0a1.zip), added a dns server, a servername to the config.xml and my james-fetchmail.xml. Thats all, the rest is default configuration. The result is still the exception.


Felix



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to