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

2010-04-01 Thread Eric Laflamme
Hi all,

Any ideas from the log I sent..

Thank you
-- 
Eric Laflamme [iWeb]
IT Architecture Specialist
Spécialiste de l'Architecture TI
http://www.iWeb.com/




Le 2010-03-31 à 11:04, Caldarale, Charles R a écrit :

 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 of the 
 subscribers to the list, not the list itself.
 
 - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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'

Mar 31, 2010 9:55:00 AM org.apache.jasper.EmbeddedServletOptions init
SEVERE: The scratchDir you specified: 
/usr/local/jakarta/apache-tomcat-5.5.28/work/Catalina/share.orongo.com/vivirenchile.info
 is unusable.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.endorsed.dirs=/usr/local/jakarta/tomcat/common/endorsed -classpath
/usr/local/jakarta/tomcat/bin/bootstrap.jar
-Dcatalina.base=/usr/local/jakarta/tomcat
-Dcatalina.home=/usr/local/jakarta/tomcat
-Djava.io.tmpdir=/usr/local/jakarta/tomcat/temp
org.apache.catalina.startup.Bootstrap start
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 -errfile ../logs/catalina.err -verbose
-Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security

Are these lines complete? Especially the last one?

The first one has all the arguments needed by tomcat, but has no heap size
arguments for the VM.
The second line has the heap sizes, but no tomcat arguments.

Also try the following:
1. stop all java processes and anything trying to start tomcat for you
2. cd /usr/local/jakarta/tomcat/bin
3. su tomcat
4. ./catalina.sh run

What happens?

Regards,
  Steffen



smime.p7s
Description: S/MIME cryptographic signature


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 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
 -Djava.endorsed.dirs=/usr/local/jakarta/tomcat/common/endorsed -classpath
 /usr/local/jakarta/tomcat/bin/bootstrap.jar
 -Dcatalina.base=/usr/local/jakarta/tomcat
 -Dcatalina.home=/usr/local/jakarta/tomcat
 -Djava.io.tmpdir=/usr/local/jakarta/tomcat/temp
 org.apache.catalina.startup.Bootstrap start
 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 -errfile ../logs/catalina.err -verbose
 -Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security
 
 Are these lines complete? Especially the last one?
 
 The first one has all the arguments needed by tomcat, but has no heap size
 arguments for the VM.
 The second line has the heap sizes, but no tomcat arguments.

Yes, those are the complete lines I have in ps aux.

Not sure what argument is missing in that case..

 
 Also try the following:
 1. stop all java processes and anything trying to start tomcat for you
 2. cd /usr/local/jakarta/tomcat/bin
 3. su tomcat
 4. ./catalina.sh run
 
 What happens?

A lot of thing happen.. I put the log in attachment but I'm not sure attachment 
work in mailing list lol

 
 Regards,
  Steffen
 



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

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 -errfile ../logs/catalina.err -verbose
  -Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security
 
 Not sure what argument is missing in that case..

Looks like the -X* and -security options are not being passed through to the 
JVM process.

 A lot of thing happen.. I put the log in attachment but I'm not sure
 attachment work in mailing list lol

It didn't make it through.  Using a .zip file usually does, or you can post it 
somewhere on the web.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 expected, and it is from a known sender, you may follow the 
below suggested instructions to obtain these types of attachments.

+ Instruct the sender to enclose the file(s) in a .zip compressed file, and 
rename the .zip compressed file with a different extension, such as, 
.rtnzip.  Password protecting the renamed .zip compressed file adds an 
additional layer of protection. When you receive the file, please rename it 
with the extension .zip.

Additional instructions and options on how to receive these attachments can be 
found at:

http://security.it.ray.com/antivirus/extensions.html
http://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  0.0  10132   360 ?Rs   Mar30  13:28
 jsvc.exec -user tomcat -cp ./bootstrap.jar
 -Djava.endorsed.dirs=../common/endorsed
 -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose
 -Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security
 
 Not sure what argument is missing in that case..
 
 Looks like the -X* and -security options are not being passed through to the 
 JVM process.

Nos that I restart tomcat after killing every java stuff.. I ended up with only 
this two line:

root  1123  0.0  0.0  10132   352 ?Ss   09:59   0:00 jsvc.exec 
-user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed 
-outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose -Xmx1024M 
-Xms1024M org.apache.catalina.startup.Bootstrap -security
tomcat1124  0.7  2.6 1374944 431912 ?  Sl   09:59   0:16 jsvc.exec 
-user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed 
-outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose -Xmx1024M 
-Xms1024M org.apache.catalina.startup.Bootstrap -security


 
 A lot of thing happen.. I put the log in attachment but I'm not sure
 attachment work in mailing list lol
 
 It didn't make it through.  Using a .zip file usually does, or you can post 
 it somewhere on the web.

Ok I'm retrying with .zip file.

 
 - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 expected, and it is from a known sender, you may follow the 
below suggested instructions to obtain these types of attachments.

+ Instruct the sender to enclose the file(s) in a .zip compressed file, and 
rename the .zip compressed file with a different extension, such as, 
.rtnzip.  Password protecting the renamed .zip compressed file adds an 
additional layer of protection. When you receive the file, please rename it 
with the extension .zip.

Additional instructions and options on how to receive these attachments can be 
found at:

http://security.it.ray.com/antivirus/extensions.html
http://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

---

Ok Again, change the extension to .zip

Thank you.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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 of the subscribers 
to the list, not the list itself.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org