Maybe I missed it but what do the Tomcat logs show when you stop and start it?

Also, to further diagnose or get more of the error message you could create a 
batch file with this in it and put in a PAUSE to see the error message

net stop "<service name>" && net start "<service name>"
PAUSE

-----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 tested this possible solution and it
also solves the problem.

My other test was not conclusive, I carried out the updates of Windows and
that did not change anything, if the service Tomcat starts automatically I
always have the problem.

But I have 2 possibilities to work around this problem:

- Start service manually after starting Windows
- Start service in "Automatic (Delayed Start)"


Best regards,
------------------------------
*  Gaël REYNOARD* - Ingénieur Recherche & Développement
  Service *Bureau d'étude informatique*
  44 avenue Victor Meunier - 33530 BASSENS
  Fixe 05.57.80.80.80 - Fax 05.56.31.61.21 - Poste interne 100 235
  gael.reyno...@lafon.fr - www.lafon.fr


Le jeu. 4 oct. 2018 à 19:54, Berneburg, Cris J. - US <cberneb...@caci.com>
a écrit :

> Hi Gael
>
> >> >> >> 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 already used.
> >> >> >>
> >> >> >> How are you starting Tomcat?
> >> >> >>
> >> >> >> Mark
>
> gr> I disabled the automatic start of Tomcat service,
> gr> it is launched a little later by my program in C #.
> gr> After 314 startups of the OS, I did not have any exceptions.
>
> gr> I did not look well enough on the internet
> gr> because I found this morning a post
> gr> (
> https://stackoverflow.com/questions/51666952/address-bind-exception-in-tomcat
> )
> gr> from someone with a similar problem 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.
>
> This Stack Overflow article says it waits 2 minutes:
>
>
> https://stackoverflow.com/questions/11015189/automatic-vs-automatic-delayed-start/11015576#11015576
>
> --
> Cris Berneburg, Lead Software Engineer
> CACI, IRMA Project
> phone: 703-679-5313
>
> -----Original Message-----
> From: Gael REYNOARD <gael.reyno...@lafon.fr>
> Sent: Thursday, October 4, 2018 8:45 AM
> To: users@tomcat.apache.org
> Subject: Re: Apache failed to initialize connector
>
> Thank you so much,
>
> [LARGE SNIP]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
---------------------------------------
CONFIDENTIALITY NOTICE: This message is for intended addressee(s) only and may 
contain information that is confidential, proprietary or exempt from 
disclosure. If you are not the intended recipient, please contact the sender 
immediately. Unauthorized use or distribution is prohibited and may be unlawful.

Reply via email to