Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-04-01 Thread Eric Laflamme
: Virtualization (Xen, vmware) + Tomcat Ok Again, change the extension to .zip The .zip got to the list on your first attempt. The attachment stripped message came from the overly protective e-mail server of one of the subscribers to the list, not the list itself. - Chuck THIS COMMUNICATION

RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-04-01 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat Any ideas from the log I sent.. Haven't had time to look at it in detail, but these issues are pretty obvious: java.sql.SQLException: Access denied for user 'atventdemo'@'localhost

Re: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
: Mittwoch, 31. März 2010 00:12 An: 'Tomcat Users List' Betreff: AW: Virtualization (Xen, vmware) + Tomcat Hi Can you post: - `uname -a` inside both your dom0 as well as your domU - the config file for your domU - `ps aux | grep java` inside your domU - `free` inside your domU - `xm list

AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Steffen Heil
Hi Looks fine, no direct pointers... Only one strange thing: root 13234 0.1 2.5 4484708 412636 pts/0 Sl Mar30 1:12 /usr/local/jdk/bin/java -Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.prope rties

Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
Hi, Hi Looks fine, no direct pointers... Only one strange thing: root 13234 0.1 2.5 4484708 412636 pts/0 Sl Mar30 1:12 /usr/local/jdk/bin/java -Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.prope rties

RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat root 24865 2.2 0.0 10132 360 ?Rs Mar30 13:28 jsvc.exec -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out

Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
://security.it.ray.com/news/2007/zipfiles.html Should you have any questions or difficulty with these instructions, please contact the Help Desk at 877.844.4712 --- Hi, From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat root 24865 2.2

Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed. If this email is from an unknown source, please simply delete this email. If this email was

RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat Ok Again, change the extension to .zip The .zip got to the list on your first attempt. The attachment stripped message came from the overly protective e-mail server of one

Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Eric Laflamme
Hi, We have a lot of server using virtualization (xen source) and we have a lot of problem with tomcat. Tomcat process seems to stop responding after undetermined time and write in loop this in the catalina.out: Error occurred during initialization of VM Could not reserve enough space for

RE: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Virtualization (Xen, vmware) + Tomcat Error occurred during initialization of VM Could not reserve enough space for object heap That would indicate you're not allocating enough virtualized memory to the virtual server - that's your

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Peter Crowther
There are two uses of virtual machine here. I'll distinguish the Java virtual machine and the Xen virtual machine. On 30 March 2010 16:29, Eric Laflamme elafla...@iweb.com wrote: We have a lot of server using virtualization (xen source) and we have a lot of problem with tomcat. Tomcat process

RE: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Caldarale, Charles R
From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Virtualization (Xen, vmware) + Tomcat Error occurred during initialization of VM Could not reserve enough space for object heap OK, so that's the Java virtual machine

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Eric Laflamme
Hi Peter, Thank you for you answer.. Le 2010-03-30 à 11:37, Peter Crowther a écrit : There are two uses of virtual machine here. I'll distinguish the Java virtual machine and the Xen virtual machine. Yes, I'm talking more of Xen VM. On 30 March 2010 16:29, Eric Laflamme

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Peter Crowther
On 30 March 2010 16:45, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Virtualization (Xen, vmware) + Tomcat Error occurred during initialization of VM Could

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread André Warnier
Eric Laflamme wrote: ... We tried to specifiy the memory for tomcat like: -Xmx1024M -Xms512M But nothing seems to help. Does anybody have any ideas for this behaviour? Keep -Xms and -Xmx the same. If you do that, Java will allocate all the heap as it starts. You will either get a failure

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Pid
On 30/03/2010 16:29, Eric Laflamme wrote: Hi, We have a lot of server using virtualization (xen source) and we have a lot of problem with tomcat. Tomcat process seems to stop responding after undetermined time and write in loop this in the catalina.out: Error occurred during initialization

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Eric Laflamme
Hi, Let me first apologize for that, I'm pretty new with mailing list.. It won't happen again. -- Eric Laflamme [iWeb] IT Architecture Specialist Spécialiste de l'Architecture TI http://www.iWeb.com/ Le 2010-03-30 à 12:11, Pid a écrit : On 30/03/2010 16:29, Eric Laflamme wrote: Hi,

Re: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Eric Laflamme
, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Virtualization (Xen, vmware) + Tomcat Error occurred during initialization of VM Could not reserve enough space for object

RE: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Caldarale, Charles R
From: Eric Laflamme [mailto:elafla...@iweb.com] Subject: Re: Virtualization (Xen, vmware) + Tomcat Here is the information about the server: Except the critical bit, which is how much virtualized memory have you provisioned the virtual server with? The evidence points to that being

AW: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Steffen Heil
, Caldarale, Charles R chuck.caldar...@unisys.comwrote: From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Virtualization (Xen, vmware) + Tomcat Error occurred during initialization of VM Could not reserve enough space for object heap

AW: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Steffen Heil
And maybe `xm info` in the dom0. -Ursprüngliche Nachricht- Von: Steffen Heil [mailto:li...@steffen-heil.de] Gesendet: Mittwoch, 31. März 2010 00:12 An: 'Tomcat Users List' Betreff: AW: Virtualization (Xen, vmware) + Tomcat Hi Can you post: - `uname -a` inside both your dom0 as well