- From: Yves Lafon <ylafon@w3.org>
- Date: Wed, 17 Nov 1999 10:28:01 +0100 (MET)
- To: Michail Pappas <mpas@intracom.gr>
- cc: www-jigsaw@w3.org
On Wed, 17 Nov 1999, Michail Pappas wrote:
> Well, I have installed jigsaw, jigedit and jigadmin in the classes dir
> but when the server starts it throws an exception. Specifically, the
> following corresponds to server output at startup:
>
>
> loading properties from: /somewhere/Jigsaw/Jigsaw/config/server.props
> Restoring state...
> Exception in thread "main" java.lang.OutOfMemoryError
> at
> org.w3c.tools.resources.StringArrayAttribute.unpickle(StringArrayAttribute.java,
> Compiled Code)
> at
The database is too large for your memory setup, start your jvm with
-XmxYYm where YY is 32 or 64 (depending on your RAM of course!)
Also, you can erase the cache directory, as the last-modified information
in the entries are bogus, and it will solve the memory problem ;)
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw Activity Leader
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Wednesday, 17 November 1999 04:28:10 UTC