RE: Apache failed to initialize connector

2018-10-08 Thread Louis Zipes
--Original Message- From: Gael REYNOARD [mailto:gael.reyno...@lafon.fr] Sent: Monday, October 08, 2018 3:12 AM To: users@tomcat.apache.org Subject: Re: Apache failed to initialize connector - - - external message, proceed with caution - - - Hi Cris, I had not thought about it, so I also t

Re: Apache failed to initialize connector

2018-10-08 Thread Gael REYNOARD
blem and Microsoft > gr> would have provided a solution since july. > > I have not tried it myself, but have you considered the "Automatic > (Delayed Start)" Startup type in your Windows service properties? It's > available on my TC service in Windows Server 2012 R2. >

RE: Apache failed to initialize connector

2018-10-04 Thread Berneburg, Cris J. - US
ution since july. I have not tried it myself, but have you considered the "Automatic (Delayed Start)" Startup type in your Windows service properties? It's available on my TC service in Windows Server 2012 R2. This Stack Overflow article says it waits 2 minutes: https://stackoverflow.

Re: Apache failed to initialize connector

2018-10-04 Thread Gael REYNOARD
Thank you so much, I disabled the automatic start of Tomcat service, it is launched a little later by my program in C #. After 314 startups of the OS, I did not have any exceptions. I did not look well enough on the internet because I found this morning a post (

Re: Apache failed to initialize connector

2018-10-03 Thread Gael REYNOARD
Thank you for that answer The Windows firewall is disabled on my machine, but I will try this method and I will come back to you if it corrects my problem. Best regards, -- * Gaël REYNOARD* - Ingénieur Recherche & Développement Service *Bureau d'étude informatique*

Re: Apache failed to initialize connector

2018-10-03 Thread M. Manna
it looks like you've bound your port 8009 and 8080 with something else temporarily during windows startup.It may be some port scanning service or some firewall/ prevention service is blocking all the ports until some checks are done. And that is why you have this issue intermittently. As a

Re: Apache failed to initialize connector

2018-10-03 Thread Gael REYNOARD
Sorry for my previous answer, I did not give enough details. So, yes Tomcat start automatically when the OS starts and I only installed one instance of the Tomcat service. I thought about this idea of the service that starts twice, but I did not see anything in the log

Re: Apache failed to initialize connector

2018-10-03 Thread Mark Thomas
On 03/10/18 14:54, Gael REYNOARD wrote: > Tomcat is installed as a service in Windows with a dependency with the SQL > Server service. > > I can also add when I have this problem, if I manually restart the Tomcat8 > service, it restarts correctly. How are you *starting* Tomcat? Manually starting

Re: Apache failed to initialize connector

2018-10-03 Thread Gael REYNOARD
Tomcat is installed as a service in Windows with a dependency with the SQL Server service. I can also add when I have this problem, if I manually restart the Tomcat8 service, it restarts correctly. Best regards, -- * Gaël REYNOARD* - Ingénieur Recherche &

Re: Apache failed to initialize connector

2018-10-03 Thread Mark Thomas
On 03/10/18 12:28, Gael REYNOARD wrote: > Hello everybody, > > OS : Windows 7 Pro x64 > Tomcat : 8.5.31 > > On a test bench, I reboot Windows to test one of our C# applications. > Sometimes after starting the OS, my Tomcat server fails to initialize > because the 8080 or 8009 port would be