Re: too many "CLOSE_WAIT" states on Tomcat 80 port and Tomcat does not responding requests to port 80 anymore

2022-07-10 Thread Jason Zhang
Thank you Mark, I appreciate it!

On Sun, Jul 10, 2022 at 2:03 PM Mark Thomas  wrote:

> On 10/07/2022 14:25, Jason Zhang wrote:
> > Hi Mark,
> >
> > Thank you for your response. We are currently working with the Alfresco
> > team on this issue. No updates so far.
> >
> > Does this configuration help to mitigate the issue (temporary
> workaround)?
> >
> > keepAliveTimeout = "0"
>
> Given that that is a setting for Tomcat's HTTP connector for incoming
> HTTP connections and you are seeing issues with the completely separate,
> nothing to do with Tomcat, application provided pool for outgoing HTTP
> connections I'd be surprised if that had any effect.
>
> That said, without knowing anything about how Alfresco works or the root
> cause of the problem you are seeing, anything is possible.
>
> Mark
>
>
> >
> > Thank you
> >
> > On Sun, Jul 10, 2022 at 4:49 AM Mark Thomas  wrote:
> >
> >> On 10/07/2022 05:40, Jason Zhang wrote:
> >>> Hello Tomcat Support team,
> >>>
> >>> The Tomcat is not responding to requests to port 80 in our system, I
> >> would
> >>> like to know:
> >>> 1. If this is an issue with Tomcat or outside the Tomcat
> >>> 2. If it is an issue with Tomcat, how to fix it
> >>> 3. If it is outside the Tomcat, can you give some suggestions/paths
> that
> >> we
> >>> can look into?
> >>>
> >>> Any suggestions are appreciated.
> >>
> >> This is definitely not a Tomcat issue.
> >>
> >> You have an applciation issue. Possibly some sort of HTTP connection
> >> leak. That may be related to using a 14+ year old HTTP client library.
> >>
> >> Alfresco support is probably where you need to be asking for help.
> >>
> >> Mark
> >>
> >> -----
> >> 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
>
>

-- 
Jason Zhang
Application Developer
Spatial Front (SFI), Inc.
6550 Rock Spring Dr, Bethesda, MD 20817 #485
Cell: 972-839-8318


Re: too many "CLOSE_WAIT" states on Tomcat 80 port and Tomcat does not responding requests to port 80 anymore

2022-07-10 Thread Jason Zhang
Hi Mark,

Thank you for your response. We are currently working with the Alfresco
team on this issue. No updates so far.

Does this configuration help to mitigate the issue (temporary workaround)?

keepAliveTimeout = "0"

Thank you

On Sun, Jul 10, 2022 at 4:49 AM Mark Thomas  wrote:

> On 10/07/2022 05:40, Jason Zhang wrote:
> > Hello Tomcat Support team,
> >
> > The Tomcat is not responding to requests to port 80 in our system, I
> would
> > like to know:
> > 1. If this is an issue with Tomcat or outside the Tomcat
> > 2. If it is an issue with Tomcat, how to fix it
> > 3. If it is outside the Tomcat, can you give some suggestions/paths that
> we
> > can look into?
> >
> > Any suggestions are appreciated.
>
> This is definitely not a Tomcat issue.
>
> You have an applciation issue. Possibly some sort of HTTP connection
> leak. That may be related to using a 14+ year old HTTP client library.
>
> Alfresco support is probably where you need to be asking for help.
>
> Mark
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>