Re: Fwd: Re: Invalid command 'SHUTDOW' received

2011-07-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frederick, On 7/23/2011 1:00 PM, Frederick Ouimet wrote: As a last resort, I decided to completely uninstall Avast. Guess what, Tomcat now shuts down properly on the 1st try! Must be something with Avast and Windows 7 or corrupted installation.

Re: Fwd: Re: Invalid command 'SHUTDOW' received

2011-07-24 Thread Frederick Ouimet
command 'SHUTDO' received 24-Jul-2011 10:22:37 AM org.apache.catalina.core.StandardServer await WARNING: StandardServer.await: Invalid command 'SHUTDOW' received 24-Jul-2011 10:22:44 AM org.apache.catalina.core.StandardServer await WARNING: StandardServer.await: read: java.net.SocketException

Fwd: Re: Invalid command 'SHUTDOW' received

2011-07-23 Thread Frederick Ouimet
Hi, Sorry for the delay in responding. I think I managed to find the culprit. To answer your questions Konstantin: 1- Windows 7, JDK and Tomcat are 32-bit 2- from command prompt, chcp return code page 850 3- I change the shutdown string to FRED and the last character was trimmed: invalid

Re: Fwd: Re: Invalid command 'SHUTDOW' received

2011-07-23 Thread Mark Eggers
Replies inline: From: Frederick Ouimet Hi, Sorry for the delay in responding.  I think I managed to find the culprit. To answer your questions Konstantin: 1- Windows 7, JDK and Tomcat are 32-bit 2- from command prompt, chcp return code page 850 3- I change the shutdown string to FRED

Invalid command 'SHUTDOW' received

2011-07-19 Thread Frederick Ouimet
is when I shutdown (shutdown.bat) the server, I receive WARNING: StandardServer.await: Invalid command 'SHUTDOW' received. This happens from a default Tomcat installation (unzipped the package), no changes to the server.xml file or any other files. Seems that there is something trimming the last

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread André Warnier
2-Jul-2011 9:41:19 PM org.apache.catalina.core.StandardServer await WARNING: StandardServer.await: Invalid command 'SHUTDOW' received 2-Jul-2011 9:41:24 PM org.apache.catalina.core.StandardServer await WARNING: StandardServer.await: Invalid command 'SHUTDOW' received 2-Jul-2011 9:41:26 PM

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frederick, On 7/19/2011 1:43 PM, Frederick Ouimet wrote: WARNING: StandardServer.await: Invalid command 'SHUTDOW' received I would ask if that's a copy/paste error, but I can see you have many of them in the log file: 2-Jul-2011 9:41:19 PM

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread André Warnier
Chris, Christopher Schultz wrote: ... How is it that you got a string of invalid ones, and then a valid one? I believe that this is the exact question which the OP was himself submitting... - To unsubscribe, e-mail:

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread Frederick Ouimet
?xml version='1.0' encoding='utf-8'? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the

Re: Invalid command 'SHUTDOW' received

2011-07-19 Thread Konstantin Kolinko
2011/7/19 Frederick Ouimet foui...@gmail.com: - Tried using JDK1.5.0_22 instead of JDK1.6.0_25 to no avail. 1. Is your system 32-bit or 64-bit? Do you use 64-bit JDK or 32-bit JDK? 2. What is language and default character set in your system? 3. I wonder what will happen if you edit shutdown