Well, it seems you have a problem in your Mailet. Check that you are using correclty the httpClient in your UploadMailet.relayMessage method. Probably your code does something wrong and each James' spool thread just hang on your mailet: when you restart james, james will force the shutdown of the threads so it logs any exception thrown during the dispose.
Stefano > extraordinarily high(about 1or 2 in 5 mins). When I restart > the server the entire spool is processed and then the spool > manager.log logs a null pointer exception as shown below. > java.lang.IllegalArgumentException: parts cannot be null > at > org.apache.commons.httpclient.methods.multipart.MultipartReque > stEntity.<init>(MultipartRequestEntity.java:115) > at > com.kinetictide.services.upload.UploadMailet.relayMessage(Uplo > adMailet.java:233) > at > com.kinetictide.services.upload.UploadMailet.service(UploadMai > let.java:636) > at > org.apache.james.transport.LinearProcessor.service(LinearProce > ssor.java:407) > at > org.apache.james.transport.JamesSpoolManager.process(JamesSpoo > lManager.java:451) > at > org.apache.james.transport.JamesSpoolManager.run(JamesSpoolMan > ager.java:360) > at java.lang.Thread.run(Thread.java:534) > 19/09/05 13:49:24 ERROR spoolmanager: An error occurred processing > Mail1126977720137-286 through root --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
