You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Mohamed Ali Sfaxi <mo...@epfl.ch> on 2003/04/25 18:29:53 UTC

builing JCS

hi,
i'm starting with jcs and when i tryed to build jcs with maven : i got 
the following error  :
"
test:compile:

test:test:
   [junit] Running org.apache.jcs.TestDiskCache
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.953 sec
   [junit] Running org.apache.jcs.TestDiskCacheConcurrent
   [junit] Tests run: 3, Failures: 2, Errors: 0, Time elapsed: 5.843 sec
   [junit] java.lang.OutOfMemoryError
   [junit] Exception in thread "main"
   [junit] [ERROR] TEST org.apache.jcs.TestDiskCacheConcurrent FAILED
   [junit] Running org.apache.jcs.TestJCS
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.578 sec
   [junit] Running org.apache.jcs.TestSimpleLoad
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.656 sec
   [junit] Running org.apache.jcs.TestTCPLateralCache
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.391 sec

BUILD FAILED
There were test failures.
"

how can I solve this error , please
thank you in advance
Dali