You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Ferdinand Soethe <fe...@apache.org> on 2005/07/26 16:01:20 UTC

Building site-author fails

Trying to build site-author fails with the following message:

> * [548/141] [0/0]     16.444s 0b      /docs_0_60/changes.pdf
> java.lang.OutOfMemoryError
> Logging Error: Writing event to closed stream.
> java.lang.IllegalStateException: The cocoon-ehcache-1 Cache is not alive.
>         at net.sf.ehcache.Cache.checkStatus(Cache.java:713)
>         at net.sf.ehcache.Cache.dispose(Cache.java:618)
>         at net.sf.ehcache.Cache$1.run(Cache.java:294)
> Exception in thread "main"
> 
> BUILD FAILED
> P:\forrest\main\targets\site.xml:41: Java returned: 1
> 
> Total time: 25 minutes 39 seconds

Can I change the available memory somewhere?


--
Ferdinand Soethe


Re: Building site-author fails

Posted by Ross Gardler <rg...@apache.org>.
Ferdinand Soethe wrote:
> Trying to build site-author fails with the following message:
> 
> 
>>* [548/141] [0/0]     16.444s 0b      /docs_0_60/changes.pdf
>>java.lang.OutOfMemoryError
>>Logging Error: Writing event to closed stream.
>>java.lang.IllegalStateException: The cocoon-ehcache-1 Cache is not alive.
>>        at net.sf.ehcache.Cache.checkStatus(Cache.java:713)
>>        at net.sf.ehcache.Cache.dispose(Cache.java:618)
>>        at net.sf.ehcache.Cache$1.run(Cache.java:294)
>>Exception in thread "main"
>>
>>BUILD FAILED
>>P:\forrest\main\targets\site.xml:41: Java returned: 1
>>
>>Total time: 25 minutes 39 seconds
> 
> 
> Can I change the available memory somewhere?

http://forrest.apache.org/docs_0_70/faq.html#maxmemory

Ross