Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-31 Thread Shibani
As a test, I shut down Jenkins and ran the tests directly from the command line. The exact same problem is occurring, so it's obvious this is an issue with this particular server and the way it's allocating memory, and definitely not an issue with Jenkins. Thanks for your help, Shib

Re: Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Shibani
They are slight variations of JDK 1.6 and yes they are Oracle JDK's. On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote: > We use Jenkins CI for a large web application. It is installed on a > Windows 2003 server and is working out great for us. Recently, we've bee

Running great on Windows 2003 Server, failing badly on Windows 2008 Server

2014-07-29 Thread Shibani
We use Jenkins CI for a large web application. It is installed on a Windows 2003 server and is working out great for us. Recently, we've been directed to switch our installation to a Windows 2008 server and we are now running into problems when running unit tests related to Hibernate and JEE

On new server, suddenly getting out of memory PermGen space and heap exceptions with Jenkins while running unit tests

2014-07-13 Thread Shibani
We use Jenkins as our CI solution for a large Java web application. We have many junit tests.On the "old" server where we have Jenkins running, we have no problems. Everything runs smoothly. We recently set up Jenkins on the "new server" running Windows 8 that we are eventually going to use. O