[jira] Resolved: (JAMES-594) JVM_OPTS get passed two times

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-594?page=all ] Norman Maurer resolved JAMES-594. - Resolution: Fixed > JVM_OPTS get passed two times > - > > Key: JAMES-594 > URL: http://issues.apach

svn commit: r433540 - /james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 23:15:46 2006 New Revision: 433540 URL: http://svn.apache.org/viewvc?rev=433540&view=rev Log: We only should pass JVM_OPTS only one time to java. See JAMES-594 Added: james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh - copied unchanged from r433539,

svn commit: r433539 - /james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 23:13:58 2006 New Revision: 433539 URL: http://svn.apache.org/viewvc?rev=433539&view=rev Log: Remove phoenix.sh to copy from trunk Removed: james/server/branches/v2.3/phoenix-bin/bin/phoenix.sh -

svn commit: r433538 - /james/server/trunk/phoenix-bin/bin/phoenix.sh

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 23:06:09 2006 New Revision: 433538 URL: http://svn.apache.org/viewvc?rev=433538&view=rev Log: We only should pass JVM_OPTS only one time to java. See JAMES-594 Modified: james/server/trunk/phoenix-bin/bin/phoenix.sh Modified: james/server/trunk/phoenix-bin/bin

[jira] Created: (JAMES-594) JVM_OPTS get passed two times

2006-08-21 Thread Norman Maurer (JIRA)
JVM_OPTS get passed two times -- Key: JAMES-594 URL: http://issues.apache.org/jira/browse/JAMES-594 Project: James Issue Type: Bug Reporter: Norman Maurer Assigned To: Norman Maurer

Re: [jira] Commented: (JAMES-592) James leaks memory when using MYSQL

2006-08-21 Thread Norman Maurer
Im not sure that i can "confirm" the leak. After checkin memory again i see that my memory usage was dropped from 257m to 256m since yesterday. Anyone else can "confirm" the leak ? bye Norman Am Montag, den 21.08.2006, 07:43 -0700 schrieb Norman Maurer (JIRA): > [ > http://issues.apache.o

Re: PROPOSAL: planned change to allow generic (re)-scheduling

2006-08-21 Thread Bernd Fondermann
Hi Noel, Nice proposal. I have questions about the 'big picture': Although I understand that you say the Scheduler is working with the RemoteDelivery, is this a proposal to either o replace RemoteDelivery or greater parts from it in short term o take one aspect of RD and make it available in ano

Re: svn commit: r433238 - in /james/server/trunk/src: java/org/apache/james/remotemanager/ test/org/apache/james/remotemanager/

2006-08-21 Thread Bernd Fondermann
> if you isolate the stuff from RemoteManager, I'll do it ;-) > > Bernd Ok, i will do it later.. For now we should try to fix the memory leak first. Any idea ? Bye Norman a lil bit off-topic ;-) ..., but: I have no idea. -

Re: [jira] Resolved: (JSPF-23) result incorrect "none" when the correct is "fail"

2006-08-21 Thread Norman Maurer
Thx for reporting... Now it should work like aspected: [EMAIL PROTECTED]:~/stuff/workspace/jspf/target$ java -cp .:/home/maurer/.m2/repository/log4j/log4j/1.2.13/log4j-1.2.13.jar:./jspf-0.9b3.jar:/home/maurer/.m2/repository/dnsjava/dnsjava/2.0.1/dnsjava-2.0.1.jar org.apache.james.jspf.SPFQuery -

svn commit: r433302 - /james/jspf/trunk/pom.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 10:38:28 2006 New Revision: 433302 URL: http://svn.apache.org/viewvc?rev=433302&view=rev Log: Update version number Modified: james/jspf/trunk/pom.xml Modified: james/jspf/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=433302&r1=

[jira] Resolved: (JSPF-23) result incorrect "none" when the correct is "fail"

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JSPF-23?page=all ] Norman Maurer resolved JSPF-23. --- Fix Version/s: 0.9b3 Resolution: Fixed fixed > result incorrect "none" when the correct is "fail" > -- > >

svn commit: r433297 - in /james/jspf/trunk/src: main/java/org/apache/james/jspf/terms/PTRMechanism.java test/java/org/apache/james/jspf/SPF1TestMockDNSService.java test/resources/org/apache/james/jspf

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 10:34:25 2006 New Revision: 433297 URL: http://svn.apache.org/viewvc?rev=433297&view=rev Log: Fix a bug in which the Exception in PTRMechanism was not catched correctly. See JSPF-23 Modified: james/jspf/trunk/src/main/java/org/apache/james/jspf/terms/PTRMechan

[jira] Assigned: (JSPF-23) result incorrect "none" when the correct is "fail"

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JSPF-23?page=all ] Norman Maurer reassigned JSPF-23: - Assignee: Norman Maurer > result incorrect "none" when the correct is "fail" > -- > > Key: JSPF-2

[jira] Created: (JAMES-593) Add RemoveMimeHeader as counterpart of SetMimeHeader

2006-08-21 Thread Norman Maurer (JIRA)
Add RemoveMimeHeader as counterpart of SetMimeHeader Key: JAMES-593 URL: http://issues.apache.org/jira/browse/JAMES-593 Project: James Issue Type: Wish Components: Matchers/Maile

Re: svn commit: r433238 - in /james/server/trunk/src: java/org/apache/james/remotemanager/ test/org/apache/james/remotemanager/

2006-08-21 Thread Norman Maurer
Am Montag, den 21.08.2006, 16:45 +0200 schrieb Bernd Fondermann: > On 8/21/06, Norman Maurer <[EMAIL PROTECTED]> wrote: > > Am Montag, den 21.08.2006, 16:10 +0200 schrieb Bernd Fondermann: > > > thanks! > > > > > > I have to admit that I don't understand what the fields > > > repositoryPath/reposit

[jira] Commented: (JAMES-592) James leaks memory when using MYSQL

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-592?page=comments#action_12429429 ] Norman Maurer commented on JAMES-592: - Ok after recheck our code it seems that we did all correct. So any idea is welcome :-( > James leaks memory when using M

Re: svn commit: r433238 - in /james/server/trunk/src: java/org/apache/james/remotemanager/ test/org/apache/james/remotemanager/

2006-08-21 Thread Bernd Fondermann
On 8/21/06, Norman Maurer <[EMAIL PROTECTED]> wrote: Am Montag, den 21.08.2006, 16:10 +0200 schrieb Bernd Fondermann: > thanks! > > I have to admit that I don't understand what the fields > repositoryPath/repository are for. Its the url to the db.. like : db://maildb > This is a very generic na

Re: Bayesian import/export?

2006-08-21 Thread Bernd Fondermann
On 8/21/06, Norman Maurer <[EMAIL PROTECTED]> wrote: Am Montag, den 21.08.2006, 15:23 +0200 schrieb Vincenzo Gianferrari Pini: > > Noel J. Bergman wrote: > >In what format would you like an export of Bayesian data? > > > >One possibility might be > >http://www.w3.org/2004/09/13-Yoshio/PositionPap

Re: svn commit: r433238 - in /james/server/trunk/src: java/org/apache/james/remotemanager/ test/org/apache/james/remotemanager/

2006-08-21 Thread Norman Maurer
Am Montag, den 21.08.2006, 16:10 +0200 schrieb Bernd Fondermann: > thanks! > > I have to admit that I don't understand what the fields > repositoryPath/repository are for. Its the url to the db.. like : db://maildb > This is a very generic name for a variable which is _required_ to be > configur

[jira] Created: (JSPF-23) result incorrect "none" when the correct is "fail"

2006-08-21 Thread Guillermo Grandes (JIRA)
result incorrect "none" when the correct is "fail" -- Key: JSPF-23 URL: http://issues.apache.org/jira/browse/JSPF-23 Project: jSPF Issue Type: Bug Affects Versions: 0.9b2 Environme

Re: svn commit: r433238 - in /james/server/trunk/src: java/org/apache/james/remotemanager/ test/org/apache/james/remotemanager/

2006-08-21 Thread Bernd Fondermann
thanks! I have to admit that I don't understand what the fields repositoryPath/repository are for. This is a very generic name for a variable which is _required_ to be configured and only used in a very limited functional domain (ham/spam admin). Currently, "repository" is never read and could be

[jira] Commented: (JAMES-592) James leaks memory when using MYSQL

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-592?page=comments#action_12429422 ] Norman Maurer commented on JAMES-592: - After reading the bugreport and have a quick look at our code it seems that we need to add "ResultSet.close()" to our cod

[jira] Commented: (JAMES-592) James leaks memory when using MYSQL

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-592?page=comments#action_12429420 ] Norman Maurer commented on JAMES-592: - One thing to review: https://list.scms.waikato.ac.nz/pipermail/wekalist/2006-June/007468.html I do use org.gjt.mm.mysq

[jira] Created: (JAMES-592) James leaks memory when using MYSQL

2006-08-21 Thread Norman Maurer (JIRA)
James leaks memory when using MYSQL --- Key: JAMES-592 URL: http://issues.apache.org/jira/browse/JAMES-592 Project: James Issue Type: Bug Reporter: Norman Maurer Assigned To: Norman Maurer

RE: Confirmed but unidentified memory leak in RC2

2006-08-21 Thread Noel J. Bergman
One thing to review: https://list.scms.waikato.ac.nz/pipermail/wekalist/2006-June/007468.html I do use org.gjt.mm.mysql.Driver, which is the only software in the JVM not part of the standard JAMES 2.3.0 distribution. See also: http://bugs.mysql.com/bug.php?id=20003 --- Noel ---

Confirmed but unidentified memory leak in RC2

2006-08-21 Thread Noel J. Bergman
I do not know where in the application it is happening, but after running JAMES non-stop since Fri Aug 11 03:29:57 EDT 2006, this morning the JVM started to throw OutOfMemoryError exceptions, such as: 21/08/06 08:39:47 WARN mailstore: Exception retrieving mail: java.lang.RuntimeException: Excepti

Re: Bayesian import/export?

2006-08-21 Thread Norman Maurer
Am Montag, den 21.08.2006, 15:23 +0200 schrieb Vincenzo Gianferrari Pini: > > Noel J. Bergman wrote: > > >Jürgen Hoffmann asked: > > > > > > > >>why no export? > >> > >> > > > >In what format would you like an export of Bayesian data? > > > >One possibility might be > >http://www.w3.org/200

Re: Bayesian import/export?

2006-08-21 Thread Vincenzo Gianferrari Pini
Noel J. Bergman wrote: Jürgen Hoffmann asked: why no export? In what format would you like an export of Bayesian data? One possibility might be http://www.w3.org/2004/09/13-Yoshio/PositionPaper.html. Anyone feel like writing import/export tools for that? No, our need is *much*

Re: JAMES Server Nightly Build Report

2006-08-21 Thread Norman Maurer
Thx for reporting. I fixed the tests. bye Norman Am Sonntag, den 20.08.2006, 12:53 +0200 schrieb Bernd Fondermann: > RemoteManagerTest failed, maybe due to the changes from r432695? > (Did not find time to check myself, unfortunately. just wanted to make > you aware there might be a problem.) >

svn commit: r433238 - in /james/server/trunk/src: java/org/apache/james/remotemanager/ test/org/apache/james/remotemanager/

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 05:39:58 2006 New Revision: 433238 URL: http://svn.apache.org/viewvc?rev=433238&view=rev Log: Fix junit test of RemoteManager which were broken after i commit the ADDHAM and ADDSPAM feature. The feature is now disabled if no repositoryPath is configured in the conf

[jira] Resolved: (JAMES-591) LogMessage mailet use wrong configutre option

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-591?page=all ] Norman Maurer resolved JAMES-591. - Resolution: Fixed > LogMessage mailet use wrong configutre option > - > > Key: JAMES-591 >

[jira] Created: (JAMES-591) LogMessage mailet use wrong configutre option

2006-08-21 Thread Norman Maurer (JIRA)
LogMessage mailet use wrong configutre option - Key: JAMES-591 URL: http://issues.apache.org/jira/browse/JAMES-591 Project: James Issue Type: Bug Components: Matchers/Mailets (bundled)

svn commit: r433229 - /james/server/branches/v2.3/default.properties

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 04:37:53 2006 New Revision: 433229 URL: http://svn.apache.org/viewvc?rev=433229&view=rev Log: Get ready for 2.3.0 final Modified: james/server/branches/v2.3/default.properties Modified: james/server/branches/v2.3/default.properties URL: http://svn.apache.org/

[jira] Resolved: (JAMES-327) Mailet overview not complete

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-327?page=all ] Norman Maurer resolved JAMES-327. - Resolution: Fixed - Fixed in trunk - Backported in branch - Updated site > Mailet overview not complete > > > Ke

svn commit: r433226 - /james/server/branches/v2.3/src/site/xdoc/provided_matchers_2_3.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 04:15:21 2006 New Revision: 433226 URL: http://svn.apache.org/viewvc?rev=433226&view=rev Log: Copy xml back from trunk. See JAMES-327 Added: james/server/branches/v2.3/src/site/xdoc/provided_matchers_2_3.xml - copied unchanged from r433225, james/server/

svn commit: r433225 - /james/server/branches/v2.3/src/site/xdoc/provided_mailets_2_3.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 04:13:50 2006 New Revision: 433225 URL: http://svn.apache.org/viewvc?rev=433225&view=rev Log: Copy xml back from trunk. See JAMES-327 Added: james/server/branches/v2.3/src/site/xdoc/provided_mailets_2_3.xml - copied unchanged from r433224, james/server/t

svn commit: r433224 - in /james/server/branches/v2.3/src/site/xdoc: provided_mailets_2_3.xml provided_matchers_2_3.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 04:11:31 2006 New Revision: 433224 URL: http://svn.apache.org/viewvc?rev=433224&view=rev Log: Remove the xml files to replace them from trunk Removed: james/server/branches/v2.3/src/site/xdoc/provided_mailets_2_3.xml james/server/branches/v2.3/src/site/xdoc

svn commit: r433223 - in /james/server/trunk/src/site/xdoc: provided_mailets_2_3.xml provided_matchers_2_3.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 04:09:51 2006 New Revision: 433223 URL: http://svn.apache.org/viewvc?rev=433223&view=rev Log: Complete Mailet and Matcher overview. See JAMES-327 Modified: james/server/trunk/src/site/xdoc/provided_mailets_2_3.xml james/server/trunk/src/site/xdoc/provided_m

svn commit: r433214 - /james/server/trunk/src/java/org/apache/james/transport/mailets/LogMessage.java

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 03:07:06 2006 New Revision: 433214 URL: http://svn.apache.org/viewvc?rev=433214&view=rev Log: Fix a bug where the wrong value was set after configure Modified: james/server/trunk/src/java/org/apache/james/transport/mailets/LogMessage.java Modified: james/ser

svn commit: r433211 - /james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/LogMessage.java

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 02:58:30 2006 New Revision: 433211 URL: http://svn.apache.org/viewvc?rev=433211&view=rev Log: Fix a bug where the wrong value was set after configure Modified: james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/LogMessage.java Modified: j

[jira] Commented: (JAMES-581) Add an "Upgrade documentation" to our docs explaining the upgrade from 2.2.0 to 2.3.0

2006-08-21 Thread Norman Maurer (JIRA)
[ http://issues.apache.org/jira/browse/JAMES-581?page=comments#action_12429356 ] Norman Maurer commented on JAMES-581: - I add an UPGRADE.txt file and a website to trunk. I will backport this to 2.3 If everybody is fine with it. > Add an "U

svn commit: r433193 - /james/server/trunk/build.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 00:51:11 2006 New Revision: 433193 URL: http://svn.apache.org/viewvc?rev=433193&view=rev Log: Add UPGRADE.txt to build script Modified: james/server/trunk/build.xml Modified: james/server/trunk/build.xml URL: http://svn.apache.org/viewvc/james/server/trunk/bu

Re: JAMES v2.3 Release Status

2006-08-21 Thread Norman Maurer
Am Sonntag, den 20.08.2006, 12:07 -0400 schrieb Noel J. Bergman: > There are two open issues remaining: > > Mailet documentation is not complete: > http://issues.apache.org/jira/browse/JAMES-327 > > JAMES v2.2 to v2.3 upgrade documentation: > http://issues.apache.org/jira/browse/JAMES-581

svn commit: r433192 - in /james/server/trunk: UPGRADE.txt src/site/site.xml src/site/xdoc/documentation_2_3.xml src/site/xdoc/upgrade_instructions_2_3.xml

2006-08-21 Thread norman
Author: norman Date: Mon Aug 21 00:45:54 2006 New Revision: 433192 URL: http://svn.apache.org/viewvc?rev=433192&view=rev Log: Add upgrading instructions. See JAMES-581 Added: james/server/trunk/src/site/xdoc/upgrade_instructions_2_3.xml Modified: james/server/trunk/UPGRADE.txt james/s