RE: DB keeps running out of connections

2003-09-18 Thread Noel J. Bergman
> No. What I did do was port the James DB from one machine (that died) to > another. I did a clear install of James and MySQL and then moved the old > MySQL DB over to the new machine. Did you run the repair utility on the database tables, and allow it to fix any errors? Also, did you install the

RE: DB keeps running out of connections

2003-09-18 Thread Clark D. Richey, Jr.
No. What I did do was port the James DB from one machine (that died) to another. I did a clear install of James and MySQL and then moved the old MySQL DB over to the new machine. -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 7:23 PM

RE: DB keeps running out of connections

2003-09-18 Thread Noel J. Bergman
> I also see these messages in mailstore.log even though James is still > responding... > 18/09/03 18:56:01 ERROR mailstore: Error retrieving pending messages > java.sql.SQLException: Communication link failure: > java.net.SocketException > at org.gjt.mm.mysql.MysqlIO.sendCommand(Unknown Sour

RE: DB keeps running out of connections

2003-09-18 Thread Clark D. Richey, Jr.
I also see these messages in mailstore.log even though James is still responding... 18/09/03 18:56:01 ERROR mailstore: Error retrieving pending messages java.sql.SQLException: Communication link failure: java.net.SocketException at org.gjt.mm.mysql.MysqlIO.sendCommand(Unknown Source)

RE: DB keeps running out of connections

2003-09-18 Thread Clark D. Richey, Jr.
OKany ideas then? It goes down even if I don't get any mail or send any mail via james. -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 6:52 PM To: James Users List Subject: RE: DB keeps running out of connections Again, two mysql

RE: DB keeps running out of connections

2003-09-18 Thread Noel J. Bergman
Again, two mysql connections: TCPBeaker:1602localhost:3306 ESTABLISHED TCPBeaker:1683localhost:3306 ESTABLISHED and nothing else related to James. --- Noel - To unsubs

RE: DB keeps running out of connections

2003-09-18 Thread Clark D. Richey, Jr.
Just restarting James gets it running. I don't need to do anything else. Here is the netstat with James still running. The previous one was after it stopped connecting. Active Connections Proto Local Address Foreign AddressState TCPBeaker:1267localhost:15012

RE: DB keeps running out of connections

2003-09-18 Thread Noel J. Bergman
> Netstat reveals: I don't see any mail related connections, and only 2 mysql connections. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: DB keeps running out of connections

2003-09-18 Thread Clark D. Richey, Jr.
James 2.1.1...sorry. Netstat reveals: Active Connections Proto Local Address Foreign AddressState TCPBeaker:1267localhost:15012ESTABLISHED TCPBeaker:1602localhost:3306 ESTABLISHED TCPBeaker:1683localhost:330

RE: DB keeps running out of connections

2003-09-18 Thread Noel J. Bergman
> I am running james 1.2.2 under Windows XP Pro with MySQL 4. I assume that the above is incorrect. What version ARE you running? > After james runs for a while (hour or so) it stops responding. > In the default.log file I see MANY entries along the lines of: > database-connections.maildb: ***

DB keeps running out of connections

2003-09-18 Thread Clark D. Richey, Jr.
I am running james 1.2.2 under Windows XP Pro with MySQL 4. After james runs for a while (hour or so) it stops responding. In the default.log file I see MANY entries along the lines of: 16/09/03 21:51:28 INFO database-connections.maildb: * connection 240 is way too old: 62239 > 6 16/09/

RE: Using SMTP_AUTH in James

2003-09-18 Thread Sujit Jagdev
Hi All, I am using James running on a UNIX environment. I have written a mailet that processes emails from IP cameras during motion detection events. I now need the cameras to authenticate. I have read about the simple authentication and using SMTP AUTH. I think I know how to switch this on, but

RE: Missing Carriage Return in Remote Manager

2003-09-18 Thread Steve Brewin
Steen Jansdal wrote: > > > Steen Jansdal wrote: > > Hi, > > > > Using James2.2.0a10 on a Linux box. > > When I connect to the remote manager from > > my Windows box, each line are only terminated > > with a Linefeed (Carriage Return are missing). > > This makes it almost imposssible to read the > >

Re: Missing Carriage Return in Remote Manager

2003-09-18 Thread Steen Jansdal
Steen Jansdal wrote: Hi, Using James2.2.0a10 on a Linux box. When I connect to the remote manager from my Windows box, each line are only terminated with a Linefeed (Carriage Return are missing). This makes it almost imposssible to read the dialog with the Remote manager. Steen Fixed myself by ap

Missing Carriage Return in Remote Manager

2003-09-18 Thread Steen Jansdal
Hi, Using James2.2.0a10 on a Linux box. When I connect to the remote manager from my Windows box, each line are only terminated with a Linefeed (Carriage Return are missing). This makes it almost imposssible to read the dialog with the Remote manager. Steen ---

RE : RE : James 2.2.0a9 stability under heavy load

2003-09-18 Thread Diego Castillo
Please ignore my previous e-mail. It was a misconfiguration on my DHCP server. Nothing abnormal on the James side :-) -Message d'origine- De : Diego Castillo [mailto:[EMAIL PROTECTED] Envoye : jeudi 18 septembre 2003 10:08 A : 'James Users List' Objet : RE : James 2.2.0a9 stability under

RE : James 2.2.0a9 stability under heavy load

2003-09-18 Thread Diego Castillo
Hi all, I have been able to reproduce the problem by removing the network cable from the computer sending e-mail to James. If the network falls down while the James' SMTPServer is receiving the DATA command, the *whole* SMTPServer hangs. It seems that a timeout on a SMTP connection kills the SMTP

RE : Scaling JAMES onto More Than One Server

2003-09-18 Thread Diego Castillo
Jason, Hut, You can remove all DNS servers if all your RemoteDelivery mailets use a gateway. You can not remove the DNS block because of the insufficient dependency granularity definition, but you can make it as simple as: false Diego > Jason, > > Thank you for the extra information!