[Geoserver-devel] UNCAUGHT EXCEPTION

Hi,
Hope you can help, I am getting this error and I am yet to figure it out. If anyone has come across this message before and can give a pointer, I'd be most great

Error:
<ServiceException>UNCAUGHT EXCEPTION: java.lang.OutOfMemoryError</ServiceException>
browser
Environm GeoServer 1.0
IE 6.0.2800.1106

Thanks inanticipation of your help.
Regards,
Anthony

If you have received this email in error, please delete it immediately and notify the sender.
This email may contain confidential information and if you are not the intended recipient, you must not copy, distribute or rely on it.
As email is not a 100% secure communications medium, you accept that there are risks in communicating by email by doing so. We advise you to check that emails and attachments are virus-free before opening them. No contracts can be entered into on our behalf by email. Opinions expressed in this email are not necessarily endorsed by us unless otherwise specifically stated. We reserve the right to read and monitor any email or attachment entering or leaving our systems without prior notice.
Ordnance Survey
Romsey Road
Southampton SO16 4GU
Tel: 023 8079 2000
http://www.ordnancesurvey.co.uk

Yes, we've seen it before. Comes from working with really big tables,
because of geoserver 1.0's inefficencies with memory. One of the main
motivations for the changes in geoserver 1.1 (coming soon) is to deal with
such issues, handling memory a lot more efficiently.

For a quick fix you can up the memory that the java jvm is running with,
use an arg -mx256 (or something to that effect, your web server should
have docs on it).

  Chris

On Mon, 1 Dec 2003, Anthony Agoro (C) wrote:

Hi,
Hope you can help, I am getting this error and I am yet to figure it out. If anyone has come across this message before and can give a pointer, I'd be most great

Error:
<ServiceException>UNCAUGHT EXCEPTION: java.lang.OutOfMemoryError</ServiceException>
browser
Environm GeoServer 1.0
IE 6.0.2800.1106

Thanks inanticipation of your help.
Regards,
Anthony

If you have received this email in error, please delete it immediately and notify the sender.
This email may contain confidential information and if you are not the intended recipient, you must not copy, distribute or rely on it.
As email is not a 100% secure communications medium, you accept that there are risks in communicating by email by doing so. We advise you to check that emails and attachments are virus-free before opening them. No contracts can be entered into on our behalf by email. Opinions expressed in this email are not necessarily endorsed by us unless otherwise specifically stated. We reserve the right to read and monitor any email or attachment entering or leaving our systems without prior notice.
Ordnance Survey
Romsey Road
Southampton SO16 4GU
Tel: 023 8079 2000
http://www.ordnancesurvey.co.uk

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--