Le 5/4/12 5:51 PM, Juan Pablo Sotelo a écrit :
Thanks for your replies (all of them), I already downloaded the code. I am
trying to run "mvn clean install", but I am facing some troubles.

I made some modifications to the Maven options, because at first I got
"java.lang.OutOfMemoryError: PermGen space"
############################################################
Maven is 3.0.3 and jdk1.6.0_24

JAVA_OPTS  --->  -Xms512M -Xmx1024M -XX:MaxPermSize=512M
MAVEN_OPTS   --->   -Xmx512m -XX:MaxPermSize=384m -Xms512M
############################################################

The problem was solved with the previus configurations, but after a while
of running the command:

I am getting:
-------------------------------------------------------
  T E S T S
-------------------------------------------------------
Running org.apache.directory.shared.client.api.LdapApiISuite
  NO cache entry for write 600000
  NO cache entry for write 600000

I saw in internet that the problem could be cause because of dead code? Do
I have to remove the code in the following list before running the
command?. Do I have to wait?
No, this is an issue we have from time to time, probably because tests are run in parallel.

Just restart the build using :

mvn clean install -rf apacheds/ldap-client-test

tests should pass


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to