Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread André Warnier
Alapan Sur wrote: Hi Team, We have .Net application consuming tomcat solr3.5 services and deployed on Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat veriosn is 6 and is installed at :C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0. During the peak load,

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread Luciano Fioriti
Hi, try to increase Maximum number of threads in server.xml bie 2014-08-07 6:57 GMT+02:00 Alapan Sur alapan@valuelabs.com: Hi Team, We have .Net application consuming tomcat solr3.5 services and deployed on Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread André Warnier
Luciano, 1) try to not top-post on this list. See https://tomcat.apache.org/lists.html#tomcat-users, item # 6 2) Luciano Fioriti wrote: Hi, try to increase Maximum number of threads in server.xml bie Not so fast... Tomcat is indeed running out of threads, as the last INFO message

RE: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread Alapan Sur
Subject: Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012 Alapan Sur wrote: Hi Team, We have .Net application consuming tomcat solr3.5 services and deployed on Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat veriosn is 6

Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-07 Thread André Warnier
the Tomcat Service Cheers, Alapan -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 07 August 2014 13:47 To: Tomcat Users List Subject: Re: Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012 Alapan Sur wrote: Hi Team, We

Apache Tomcat 6.0 Tomcat6 service stopped unexpectedly in windows server 2012

2014-08-06 Thread Alapan Sur
Hi Team, We have .Net application consuming tomcat solr3.5 services and deployed on Windows Server 2012. Its is 64 bit machine with 32 GB RAM and Tomcat veriosn is 6 and is installed at :C:\Program Files (x86)\Apache Software Foundation\Tomcat 6.0. During the peak load, the solr sevice

passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christoph P.U. Kukulies
I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true in catalina.bat. I'm not sure whether catalina.bat is invoked at all when tomcat6 is run as a service under Windows. How can I pass this JVM parameter

Re: passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christoph P.U. Kukulies
Am 05.08.2014 11:12, schrieb Christoph P.U. Kukulies: I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true in catalina.bat. I'm not sure whether catalina.bat is invoked at all when tomcat6 is run as a

Re: passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 8/5/14, 5:12 AM, Christoph P.U. Kukulies wrote: I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true Don't use JAVA_OPTS. Use CATALINA_OPTS

Re: Start Tomcat6 service with StartMode as java

2012-05-08 Thread Venkata R Madugundu
Hi, We have been trying to run Tomcat6 windows service to spawn java.exe instead of loading having JVM loaded in process. I have tried to follow through all the documentation of Tomcat6 and procrun to use StartMode as 'java'. But no matter how I tweak the arguments, the StartMode with 'java'

RE: Start Tomcat6 service with StartMode as java

2012-05-08 Thread Filip Hanik (mailing lists)
: users@tomcat.apache.org Subject: Re: Start Tomcat6 service with StartMode as java Hi, We have been trying to run Tomcat6 windows service to spawn java.exe instead of loading having JVM loaded in process. I have tried to follow through all the documentation of Tomcat6 and procrun to use

Re: Start Tomcat6 service with StartMode as java

2012-05-08 Thread Konstantin Kolinko
2012/5/8 Venkata R Madugundu venkataraman...@in.ibm.com: Hi, We have been trying to run Tomcat6 windows service to spawn java.exe instead of loading having JVM loaded in process. I have tried to follow through all the documentation of Tomcat6 and procrun to use StartMode as 'java'. You have

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-24 Thread Pid
On 23/12/2010 19:32, Adib wrote: Pid thanks or your comments below. Any idea why it was working just fine on a windows Vista machine but not on Windows 2008 R2. One of the main differences between the two machines is that the windows server has multiple IP addresses on the same network card,

Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
Hi, I am having a problem connecting to Tomcat 6 running as a service on Windows Server 2008 R2. Here are the details of my setup. 32 Bit JDK 1.6._23 64 Bit Windows Server 2008 R2 My jakarta service log shows that I am setting the jvm properties to turn on jmx remote access to the JVM

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread André Warnier
Shortly : If you are local, then you can use the Local process option in jconsole. Otherwise : as far as I remember, the jmx connection really uses 2 ports, not only the one you obviously connect to. And that second port is random, which is what makes it difficult to connect through a firewall

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
The local process option seems to be a hit and miss on various versions of windows, it was not working. Also the local process option only works if jconsole is running the same userid as process you want to connect to, which is not the case in my tomcat setup which is running as a service. I

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Pid
On 23/12/2010 09:20, André Warnier wrote: Shortly : If you are local, then you can use the Local process option in jconsole. But usually not if you're using the service wrapper, which masks* the JVM process from the Attach API used in Java 6 to provide the local processes. * for want of a

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Pid
On 23/12/2010 10:01, Adib wrote: The local process option seems to be a hit and miss on various versions of windows, it was not working. Also the local process option only works if jconsole is running the same userid as process you want to connect to, which is not the case in my tomcat setup

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
Pid thanks or your comments below. Any idea why it was working just fine on a windows Vista machine but not on Windows 2008 R2. One of the main differences between the two machines is that the windows server has multiple IP addresses on the same network card, could that be causing the agent to

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-21 Thread Matt Sullivan
I don't have a shutdown.bat or .cmd anywhere in C:\Program Files\Apache Software Foundation. No indication in logs of an OOM situation. I'm going to write a small batch file that attempts to stop the service, sleeps, queries the service state with SC, and if required kills the process. Thanks

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-21 Thread Caldarale, Charles R
From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) I don't have a shutdown.bat or .cmd anywhere in C:\Program Files\ Apache Software Foundation. For reasons never explained, the .bat scripts are not included in the .exe

Re: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-18 Thread Konstantin Kolinko
2009/7/17 Caldarale, Charles R chuck.caldar...@unisys.com: From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) Never heard back from anyone, and I'm left assuming this is a bug, albeit a difficult one to isolate. Refresh

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-17 Thread Matt Sullivan
process if net stop fails, unless anyone can think of something else to try. -Original Message- From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Sent: Friday, June 19, 2009 5:05 PM To: 'Tomcat Users List' Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) Ok, rules

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-07-17 Thread Caldarale, Charles R
From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) Never heard back from anyone, and I'm left assuming this is a bug, albeit a difficult one to isolate. Refresh our memories - does the hang still occur if you use

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-19 Thread Matt Sullivan
Ok, rules that out. Do any of your webapps make use of JNI? Might want to use Process Explorer to see what's still going on inside Tomcat. - Chuck No JNI. The process dump immediately below shows JVM still loaded, etc. I then drill into some of the threads via Process Explorer further

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-18 Thread Matt Sullivan
Charles, indeed the net stop will fail even with latest version 1.6.0_14 as Tomcat's JVM. To Marty's q. re: sc query, answer: SERVICE_NAME: tomcat6 TYPE : 10 WIN32_OWN_PROCESS STATE : 3 STOP_PENDING (STOPPABLE,

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-18 Thread Caldarale, Charles R
From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Subject: RE: net stop tomcat6 service hangs on Windows 2008 (64-bit) Charles, indeed the net stop will fail even with latest version 1.6.0_14 as Tomcat's JVM. Ok, rules that out. Do any of your webapps make use of JNI? Might want to use

net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Matt Sullivan
I'm seeing a pretty consistent issue when stopping Tomcat6, when running as a Windows service. Repro: From the cmd prompt type net stop tomcat6 Results: The Apache Tomcat service is stopping The Apache Tomcat service could not be

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Martin Gainty
Subject: net stop tomcat6 service hangs on Windows 2008 (64-bit) Date: Wed, 17 Jun 2009 21:37:52 -0400 I'm seeing a pretty consistent issue when stopping Tomcat6, when running as a Windows service. Repro: From the cmd prompt type net

RE: net stop tomcat6 service hangs on Windows 2008 (64-bit)

2009-06-17 Thread Caldarale, Charles R
From: Matt Sullivan [mailto:mjdsulli...@hotmail.com] Subject: net stop tomcat6 service hangs on Windows 2008 (64-bit) I'm seeing a pretty consistent issue when stopping Tomcat6, when running as a Windows service. The usual cause is extra non-daemon threads started by a webapp that does

Re: Tomcat6 service

2007-06-28 Thread Johnny Kewl
is still in there somewhere. If this is whats happening then Run-CMD-sc delete Tomcat5 and after a reboot it should install... - Original Message - From: TOM SSEMWOGERERE [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, June 28, 2007 7:53 AM Subject: Tomcat6 service I

Re: Tomcat6 service

2007-06-28 Thread gregory hans
, 2007 7:53 AM Subject: Tomcat6 service I installed tomcat6 binary on my computer and failed to work. Then I removed it and installed tomcat 6.exe for windows and also failed to work because the service failed to start. Then I re-installed the binary and worked but I am more interested

Tomcat6 service

2007-06-27 Thread TOM SSEMWOGERERE
I installed tomcat6 binary on my computer and failed to work. Then I removed it and installed tomcat 6.exe for windows and also failed to work because the service failed to start. Then I re-installed the binary and worked but I am more interested in the automatic restart of the service. what

[Tomcat 6.0.10] Failed to install Tomcat6 service.

2007-03-02 Thread LiuYan 刘研
When I try to install tomcat 6.0.10, I got the following error: - Failed to install Tomcat6 service. Check your settings and permissions Ignore and continue anyway (not recommended)? - My environment: -- OS: Windows XP SP2 -- JDK: JDK1.6.0

Re: [Tomcat 6.0.10] Failed to install Tomcat6 service.

2007-03-02 Thread Li
-to-install-Tomcat6-service.-tf3332526.html#a9266400 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [Tomcat 6.0.10] Failed to install Tomcat6 service.

2007-03-02 Thread Mark Thomas
LiuYan 刘研 wrote: -- Tomcat 5.5.20 had been installed before. -- Tomcat 5.5.20 is installed to C:\Tomcat 5.5 -- I'm trying to install Tomcat 6.0.10 to C:\Tomcat 6.0 The way the installer works you can only have one 5.x install at any one time. Given that essentially the same code is used for