AW: [opencms-dev] Error when exporting to zip-file !!!
Michael Emmerich
Michael.Emmerich at framfab.de
Mon Mar 18 14:46:59 CET 2002
Michael,
to avoid that Java runs out of memory, you must add the following parameter
to the java call in your servlet engine:
-Xmx256M
This will give Java up to 256MB of memory. If your server has more physical
memory, you can of course use a higher value (-Xmx512M or -Xmx1024M).
Per default, Java 1.3 uses a maximum of 64MB (older versions used even
less), but this can be different in different Java VMs.
Michael
-----Ursprüngliche Nachricht-----
Von: Michael Schafer [mailto:ms at ethikom.de]
Gesendet: Montag, 18. März 2002 14:44
An: opencms-dev at www.opencms.com
Betreff: [opencms-dev] Error when exporting to zip-file !!!
Hi everybody,
we have a problem with exporting a larger project: The export-routine runs
into a Java out-of-memory error with OpenCms 4.4.6.
The error occurs on different machines and different operating systems and
with different versions of JDK (Sun and IBM). So it seems to be a problem of
OpenCms itself.
Their is no specific exception thrown, just out of memory message at the
console with no stack trace :(
Has anyone experience with exporting larger projects to a zip-file?
Another problem: since zip-export did not work for transferring a project
from 4.4.6 to 4.6 we tried to do via the synchronization. But this also did
not work. We can synchronize under the new version, but all html-pages loose
their status as pages. So they have the textfile-icon in the explorer and in
the broser only the plain xml-code of the page-file is shown :((
Thanks for help!
Michael
-----Ursprungliche Nachricht-----
Von: owner-opencms-dev at www.opencms.com
[mailto:owner-opencms-dev at www.opencms.com]Im Auftrag von Mario
Meisenberger
Gesendet: Montag, 18. Marz 2002 13:30
An: opencms-dev at www.opencms.com
Betreff: [opencms-dev] project manager
hi,
how can i change the projektmanager of a project when the project
already exists??
please help me - urgent.
is there a way to change the manager in the database directly??
thanks a lot
mario
More information about the opencms-dev
mailing list