There were bugs (the config file and the code didn't match) that I corrected
the day after the last nightly build.
It should work if you get the current config file from cvsweb at:

http://jakarta.apache.org/cvsweb/index.cgi/jakarta-james/src/conf/james-config.xml

download the latest revision (1.7), rename it to config.xml and swap with your
existing one.

Charles

sbelt wrote:

> I am trying to setup a mail list. The James website appears to be truncated
> on this subject, and I did not see the problem reported in the archives.
> BTW, I am running off the 20010623 nitely on my Linux Mandrake 8.0 (ala
> Redhat) using IBM jdk 1.3.
>
> Below are (I believe all) the relevant entries in config.xml:
>
>           <!-- Sample listserv wrapping a local avalon list of users. -->
>           <mailet match="[EMAIL PROTECTED]"
>                   class="AvalonListservManager">
>             <membersPath> file://var/users/list-support </membersPath>
>           </mailet>
>
>           <mailet match="[EMAIL PROTECTED]"
> class="AvalonListserv">
>             <membersonly> false </membersonly>
>             <attachmentsallowed> true </attachmentsallowed>
>             <replytolist> true </replytolist>
>             <membersPath>file://var/users/list-support</membersPath>
>           </mailet>
>
>       <repository name="list-support"
>
> class="org.apache.james.userrepository.UsersFileRepository">
>         <destination URL="file://var/lists/list-support/"/>
>       </repository>
>
> When I send an email to [EMAIL PROTECTED] with the word "subscribe" as
> the subject, I get an endlees loop of the following 2 errors:
>
> Exception in processor <error>
> java.lang.NullPointerException
>         at
> org.apache.james.core.JamesMimeMessage.getLineCount(JamesMimeMessage.java:13
> 5)
>         at
> org.apache.james.transport.mailets.NotifyPostmaster.service(NotifyPostmaster
> .java:124)
>         at
> org.apache.james.transport.LinearProcessor.service(LinearProcessor.java:156)
>         at
> org.apache.james.transport.JamesSpoolManager.process(JamesSpoolManager.java:
> 227)
>         at
> org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:198)
>         at
> org.apache.avalon.excalibur.thread.WorkerThread.run(WorkerThread.java:77)
> Exception in processor <ghost>
> org.apache.mailet.MailetException: Unable to find processor ghost
>         at
> org.apache.james.transport.JamesSpoolManager.process(JamesSpoolManager.java:
> 222)
>         at
> org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:198)
>         at
> org.apache.avalon.excalibur.thread.WorkerThread.run(WorkerThread.java:77)
>
> If I restart James, the errors continue. I have to delete the spool folder
> contents to get James running again.
>
> Is this simply because I am using a nitley build? As the website page is
> truncated, are there additional steps/requirements for this functionality?
>
> TIA,
>
> Steve B.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to