Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-11-28 Thread Daniele Gariboldi
OK, I found the hotfix by microsoft: http://support.microsoft.com/default.aspx?scid=kb;EN-US;971812 microsoft hotfix Thank to this page, related to a JVM problem in Lotus Domino: http://service1.symantec.com/support/ent-security.nsf/854fa02b4f5013678825731a007d06af/8ea1593f1d1fcee68025759a003d8

Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-04-30 Thread Daniele Gariboldi
OK, I uninstalled KB956572 (with its dependent packages), and java is OK again. Thanks for your info. Do you found out if someone opened already a ticket about this at sun ? JVM should fix what microsoft update messed up. Daniele Mirco Attocchi wrote: > > as we can read here the problem seems

Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-04-28 Thread Mirco Attocchi
as we can read here the problem seems to relate to this update KB956572, I'll try to remove it. http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsupdate&tid=291a2fa7-f325-430c-9261-e21c2709fa60&cat=en_US_56d1dd45-de9e-4fc5-9bc1-2d1d0de6daee〈=en&cr=US&slo

Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-04-19 Thread garidan
I have the same problem: just applied windows update to my windows 2003 server and tomcat 6 doesn't start due to "Could not reserve enough space for object heap". I see a lot of free ram, and disk space, but the only way to start has been to lower -Xmx value. No clue to what happened, but it's su

RE: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-04-17 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem > > Something else on your OS is using more RAM that it was previously. You're confusing RAM and virtual space - decidedly different entities. > The JVM w

Re: Tomcat 6 and Windows 2003 -Xmx1024 Problem

2009-04-17 Thread Dan Armbrust
Something else on your OS is using more RAM that it was previously. The JVM will only start if it can reserve a contiguous block of RAM as large as you request. I'd be rather surprised if you needed to go all the way down to 512 before it would start, however. See what else is using memory on th