Re: Help implementing a custom UsersRepository

2011-03-16 Thread Larry Ruiz
Hi Norman I got it running, at last :) So we have these two scripts, run.sh and james wrapper and the appassembler-maven-plugin which built all the thing, to increase the permgen size for the run.sh you have to modified -Xms256m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=128m for the wrappe

Re: Help implementing a custom UsersRepository

2011-03-16 Thread Larry Ruiz
Well I guess they are 256 to 1024 configure in conf/wrapper.conf (I ran james with bin/james script) #my configs wrapper.java.initmemory=256 wrapper.java.maxmemory=1024 Is there a way to increase PermGen space, and also who to run james with remote debugging enabled? vm 1| DEBUG 11:53:36,5

Re: Help implementing a custom UsersRepository

2011-03-16 Thread Norman Maurer
Whats your -Xmx and -Xms settings ? How much memory does your server have ? Bye, Norman 2011/3/16 Larry Ruiz > Thank you very much Norman, > > but know I'm facing a OutOfMemory every time I sent an email, take a look > any clue or guidanc, I will apreciate > > jvm 1| INFO 04:36:43,517 | o

Re: Help implementing a custom UsersRepository

2011-03-16 Thread Larry Ruiz
Thank you very much Norman, but know I'm facing a OutOfMemory every time I sent an email, take a look any clue or guidanc, I will apreciate jvm 1| INFO 04:36:43,517 | org.apache.james.container.spring.Main | Apache James Server is successfully started in 33985 milliseconds. jvm 1| INFO

Re: Help implementing a custom UsersRepository

2011-03-15 Thread Norman Maurer
2011/3/16 Larry Ruiz > here it says "DEBUG 19:42:24,106 | james.smtpserver | ID=1269579719 AUTH > method LOGIN succeeded" > and then "org.apache.james.smtpserver.JamesRcptCmdHandler: 503 [5.7.1 > Incorrect Authentication for Specified Email Address]" > This is because the used username does

Help implementing a custom UsersRepository

2011-03-15 Thread Larry Ruiz
Hi, I'm trying to implement a custom UsersRepository to integrate with our currents software assets, which includes a security model (user and role based access, with daos, based on hibernate), I got everything running but when I tried to send emails they don't arribe to the destination I mean jame