JWM wrote:
Here is a small segment from my mailet log. This is the first occurance of the error. There are hundreds of others below these lines. This is in the middle of my loop sending the mail to the addresses in the list.
The exception is clear:
java.io.IOException: java.sql.SQLException: Cannot connect to MySQL server on 127.0.0.1:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.net.BindException)
James cannot connect to MySQL. If it cannot write to DB it cannot persist any state to remember not to try again.
The problem is with mysql connection: fix that, you can't fix the loop issue in james otherwise.
Furthermore: check JWMMailList sourcecode for db connection leaks connections.
Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
