Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Serge Knystautas
On 2/9/06, Noel J. Bergman <[EMAIL PROTECTED]> wrote: > > An ALPHA or BETA release of 2.3.0 will be made as soon > > as Noel will have the time to do that. > > Actually, if we're ready, we can vote on an alpha release. Not that it > would be any different from what is already available to download

Re: Problem downloading 5000 mails

2006-02-09 Thread Stefano Bagnara
Noel J. Bergman wrote: David, java.sql.SQLException: Column Index out of range ( 2 > 1) I'm using a mysql database with the driver mysql-connector-java-3.0.11-stable-bin.jar And that would be your problem. Please see http://lists.mysql.com/java/7844. This is not a JAMES issue. The curre

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Stefano Bagnara
Noel J. Bergman wrote: Nor will every patch necessarily EVER be included. Heck, *Stefano* has one in there, which he could apply, but he knows that there is disagreement over the functionality. So you still rememeber this ;-) http://issues.apache.org/jira/browse/JAMES-358 I'm still of the idea

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Ahmed Mohombe
many of your contributions are still "blocked" in JIRA, even if many users would be very happy to use them. Such as? your virtual host solution is there but still not included in the official release. Nor will every patch necessarily EVER be included. Heck, *Stefano* has one in there, whic

RE: Problem downloading 5000 mails

2006-02-09 Thread Noel J. Bergman
David, > java.sql.SQLException: Column Index out of range ( 2 > 1) > I'm using a mysql database with the driver > mysql-connector-java-3.0.11-stable-bin.jar And that would be your problem. Please see http://lists.mysql.com/java/7844. This is not a JAMES issue. The current stable release is 3.

Re: Crashing James under heavy load :(

2006-02-09 Thread Stefano Bagnara
David Araujo wrote: I changed to dbcp but now i can't do login. Any idea? Exception stack trace? Logs? Error messages? Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Send Bounces

2006-02-09 Thread Stefano Bagnara
Norman Maurer wrote: It seems the problem is that the email get an error flag .. so its added to deadletter table.. What a log i should chekc to get the reason why this happen ? look in the spoolmanager and in the mailet log. You should see the error in the field "error_message" of the deadlet

RE: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Noel J. Bergman
> many of your contributions are still "blocked" in JIRA, even > if many users would be very happy to use them. Such as? > your virtual host solution is there but still not included in > the official release. Nor will every patch necessarily EVER be included. Heck, *Stefano* has one in there,

Re: Problem downloading 5000 mails

2006-02-09 Thread Stefano Bagnara
David Araujo wrote: Hi, this time i'm getting another error when trying to pop 5000 from james: 09/02/06 15:23:09 ERROR pop3server: Exception during connection from : Error accessing database Caused by: java.sql.SQLException: Column Index out of range ( 2 > 1). at

Re: Crashing James under heavy load :(

2006-02-09 Thread David Araujo
I changed to dbcp but now i can't do login. Any idea? thanks, .david -- David Araújo[EMAIL PROTECTED] Saphety Tel: +351 21 0104169 Novis Telecom, S.A. http://www.novis.pt Estrada da Outurela, 1182790-114 Carnaxide Portugal --

Re: Send Bounces

2006-02-09 Thread Norman Maurer
It seems the problem is that the email get an error flag .. so its added to deadletter table.. What a log i should chekc to get the reason why this happen ? bye Am Donnerstag, den 09.02.2006, 15:42 +0100 schrieb Stefano Bagnara: > Norman Maurer wrote: > > I also i have this in transport mailet:

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Ahmed Mohombe
You're on the list, so obviously want to use james! Of course I want to :). Even more than I'm allowed to. And I'm mostly not allowed because ... well this was already discussed many times in previous threads :(. If someone wants to donate £30k p/a, then i'd happily work full time on james. Un

Problem downloading 5000 mails

2006-02-09 Thread David Araujo
Hi, this time i'm getting another error when trying to pop 5000 from james: 09/02/06 15:23:09 ERROR pop3server: Exception during connection from : Error accessing database org.apache.avalon.framework.CascadingRuntimeException: Error accessing database at org.apache

RE: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Daniel Perry
> The message that normal users see is: "JAMES is abandonware" and > than only when someone is saying > something provocative a small sparkle of replys appear (for > mostly one or two days, than total > silence for months). > > > BTW we should remember that there are few committers behind James and

Re: Crashing James under heavy load :(

2006-02-09 Thread Stefano Bagnara
David Araujo wrote: Hello Stefano, thanks for your reply. I'm using james 2.2.0 and in this instalation i do not use any custom mailet. In attach i send my config.xml. The mails are processed by the processor ediint ( ). I see that you use mordred pool manager instead of the preferred dbcp:

RE: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Noel J. Bergman
> An ALPHA or BETA release of 2.3.0 will be made as soon > as Noel will have the time to do that. Actually, if we're ready, we can vote on an alpha release. Not that it would be any different from what is already available to download. And one thing that bothers me for a *release*, is that the d

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Ahmed Mohombe
An ALPHA or BETA release of 2.3.0 will be made as soon as Noel will have the time to do that. AFAIK Noel is the only one with a valid key in the Apache WoT. Very interesting. I suppose everyone around (or still around) would like to know why is that so? Since there are others more active comite

Re: Crashing James under heavy load :(

2006-02-09 Thread David Araujo
Hello Stefano, thanks for your reply. I'm using james 2.2.0 and in this instalation i do not use any custom mailet. In attach i send my config.xml. The mails are processed by the processor ediint ( ). Regards and thanks a lot, David -- David Araújo[EMAIL PROTECTED] Saphe

Re: Send Bounces

2006-02-09 Thread Stefano Bagnara
Norman Maurer wrote: I also i have this in transport mailet: db://maildb/spool/outgoing so it should work or not ? If you expect to have bounce messages for the mails that remotedelivery is unable to send then you should add a configuration to the RemoteDelivery: bounces and create a

Re: Send Bounces

2006-02-09 Thread Norman Maurer
I also i have this in transport mailet: db://maildb/spool/outgoing so it should work or not ? bye Am Dienstag, den 07.02.2006, 19:40 +0100 schrieb Stefano Bagnara: > Norman Maurer wrote: > > Hi, > > > > i have a bit trobule to get james send Bounces im not getting any > > bounces on tes

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Stefano Bagnara
Ahmed Mohombe wrote: An ALPHA or BETA release of 2.3.0 will be made as soon as Noel will have the time to do that. AFAIK Noel is the only one with a valid key in the Apache WoT. Very interesting. I suppose everyone around (or still around) would like to know why is that so? Since there are oth

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Ahmed Mohombe
An ALPHA or BETA release of 2.3.0 will be made as soon as Noel will have the time to do that. AFAIK Noel is the only one with a valid key in the Apache WoT. Very interesting. I suppose everyone around (or still around) would like to know why is that so? Since there are others more active comiter

Re: Regular JAMES releases / Release 2.3.0 / Feature sponsors

2006-02-09 Thread Stefano Bagnara
Now, I'm not sure what the consensus from the developer is: Is a release 2.3.0 imminent or will you wait till (most of) these 9 issues are fixed ? An ALPHA or BETA release of 2.3.0 will be made as soon as Noel will have the time to do that. AFAIK Noel is the only one with a valid key in the Ap

Re: Crashing James under heavy load :(

2006-02-09 Thread Stefano Bagnara
David Araujo wrote: Hello, under heavy load (lot's of smtp connections) my james server is crashing with the folling error: [...] Caused by: java.sql.SQLException: Streaming result set [EMAIL PROTECTED] is still active. Only one streaming result set may be open and in use per-connection. Ens

Crashing James under heavy load :(

2006-02-09 Thread David Araujo
Hello, under heavy load (lot's of smtp connections) my james server is crashing with the folling error: 08/02/06 23:59:59 ERROR smtpserver: Exception opening socket: Error accessing database org.apache.avalon.framework.CascadingRuntimeException: Error accessing database at org.apache