Here is one for you.  I added a couple of simple rss portlets to my
JetspeedResources.properties setup. and I got this message.  
I believe it is caused by the Object Storage settings below. Any
suggestions for allocating more memmory.  I could guess but if anyone
has valid suggestions I'm all ears
r,
Hugh

configuration:
WindozeNT 4.0 SP3 
JDK 1.2.2
Tomcat31
128MB RAM


Context(/jetspeed): Turbine: init
Context(/jetspeed): Turbine: Turbine init()!
STATIC DEBUG (0)  (not static) DEBUG:  Creating memory store instance
java.lang.IllegalArgumentException: Free memory is already lower than
imposed li
mit. (free memory available:190840).  See documentation and FAQ on how
to solve
this problem.
        at org.apache.cocoon.store.MemoryStore.init(MemoryStore.java:98)
        at org.apache.cocoon.framework.Manager.create(Manager.java:89)
        at org.apache.cocoon.Engine.<init>(Engine.java:138)
        at org.apache.cocoon.Engine.getInstance(Engine.java:195)
        at
org.apache.jetspeed.portal.cocoon.CocoonRenderer.transform(CocoonRend
erer.java:111)
        at
org.apache.jetspeed.portal.portlets.CocoonPortlet.getContent(CocoonPo


##########################################
# Object Storage Systems                 #
##########################################
# Indicate the minimum amount of memory (in bytes) that should be always
# available to the jvm. If your JVM contains less than 300Kb free when
it
# starts you may either:
#  - lower this limit, following the indication of the throw exception.
#  - add your JVM startup heap size (suggested).
# To the latter either:
#  - (java 1.1) add -ms<size> as command line argument
#  - (java 1.2) add -Xms<size> as command line argument

#note.  JetSpeed currently uses the Cocoon MemoryStore as it's cache. 
The
#documentation says to define store.memory however it fetches memory. 
Both
#are specified here in case future versions of Cocoon change this
behavior

store.memory = 100000
memory = 100000


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to