Re: Security Constraints and Session Timeout

2024-05-24 Thread Mark Thomas
aints that force the user to log in before getting to the servlet.  But if the user spends too much time interacting with the servlet and not reloading one of the pages that require a login, the session will timeout, and the user is now buried in one of the servlets, and I've lost t

Security Constraints and Session Timeout

2024-05-23 Thread Jerry Malcolm
efore getting to the servlet.  But if the user spends too much time interacting with the servlet and not reloading one of the pages that require a login, the session will timeout, and the user is now buried in one of the servlets, and I've lost the session/userprincipal.  It appears that interact

Re: Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-27 Thread Christopher Schultz
Channa, On 10/27/23 00:07, Channa Puchakayala wrote: Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64 Tomcat 9.0.75 not honoring  session timeout configured in tomcat/conf/web.xml for FORM Authentication and it is effecting customers

RE: Tomcat 9.0.75 ignoring session timeout configured in tomcat conf web.xml

2023-10-27 Thread Channa Puchakayala
ignoring session timeout configured in tomcat conf web.xml 26 Oct 2023 05:01:49 Channa Puchakayala : > Hi All, > > > Tomcat Version : 9.0.75 > Operating System: Windows and Linux > Bits: 64 > > > Tomcat 9.0.75 ignoring session timeout configured in > tomcat/conf/web.

Re: Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-26 Thread Mark Thomas
2023 05:07:20 Channa Puchakayala : Hi All,   Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64      Tomcat 9.0.75 not honoring  session timeout configured in tomcat/conf/web.xml for FORM Authentication and it is effecting customers. ==     

Re: Tomcat 9.0.75 ignoring session timeout configured in tomcat conf web.xml

2023-10-26 Thread Mark Thomas
26 Oct 2023 05:01:49 Channa Puchakayala : Hi All,   Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64      Tomcat 9.0.75 ignoring session timeout configured in tomcat/conf/web.xml, it is overriding previous session timeout setting and effecting existing customers

Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-26 Thread Channa Puchakayala
Hi All, Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64 Tomcat 9.0.75 not honoring session timeout configured in tomcat/conf/web.xml for FORM Authentication and it is effecting customers. == 30 // 30 minutes

Tomcat 9.0.75 ignoring session timeout configured in tomcat conf web.xml

2023-10-25 Thread Channa Puchakayala
Hi All, Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64 Tomcat 9.0.75 ignoring session timeout configured in tomcat/conf/web.xml, it is overriding previous session timeout setting and effecting existing customers. == 30

Re: Problem with session timeout

2023-07-25 Thread Christopher Schultz
Helge, On 7/25/23 05:24, Wiemann, Helge (ESI) wrote: we have a problem that we have set the tomcat timeout to 10 minutes. But after a successful login with a realm, the user is automatically logged out, sometimes after one minute, sometimes other times. I have downloaded the source code

Re: Problem with session timeout

2023-07-25 Thread Jonathan S. Fisher
ve a magic trick where they'll find the implementations for you and set the breakpoints on the implementations as they're loaded. On Tue, Jul 25, 2023 at 4:25 AM Wiemann, Helge (ESI) wrote: > Hi all, > > > > we have a problem that we have set the tomcat timeout to 10 minu

Problem with session timeout

2023-07-25 Thread Wiemann, Helge (ESI)
Hi all, we have a problem that we have set the tomcat timeout to 10 minutes. But after a successful login with a realm, the user is automatically logged out, sometimes after one minute, sometimes other times. I have downloaded the source code, want to set a breakpoint. Does anybody know a

Re: Tomcat 9x NIO connector socket timeout

2022-11-07 Thread Mark Thomas
connectionTimeout and socket.soTimeout are the same attribute. The value used is the most recent one set regardless of which setter was used. For the simple case of blocking read/write then the default timeout will be the same as connectionTimeout. Once you get into async, WebSocket and HTTP

Tomcat 9x NIO connector socket timeout

2022-11-04 Thread Pawel Veselov
Hello. I was wondering what exact value does Tomcat 9x use for NIO connector socket timeouts? I.e., when the following exception occurs: org.apache.catalina.connector.ClientAbortException java.net.SocketTimeoutException at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.ja

RE: Strange timeout: is it Tomcat, or is it some intermediate stage?

2022-10-10 Thread Hiran CHAUDHURI
CONFIDENTIAL & RESTRICTED To me the "nginx/1.20.0" is a hint that between your client and Tomcat there is some NginX running, and likely that one's timeout is expiring. It is no indication though what was going on with Tomcat, and why it may have taken that long. Hiran --

Strange timeout: is it Tomcat, or is it some intermediate stage?

2022-10-10 Thread James H. H. Lampert
0 It's a long-running web service call, taking a little over a minute, and we didn't see any response at all until I extended the client-side timeout. Is this coming from Tomcat? Or is it coming from some intermediate stage, maybe the load-balancer on the beanstalk, or somet

NIO write operation timeout with 8.5.x NioBlockingSelector

2021-09-20 Thread Mathias S
are reset, another thread will set the writeable flag to false (within our custom NIO) In that case the writeLatch will not be count down and the write operation is blocked until timeout. >From my point of view is will be better this way: - sk.interestOps(sk.interestOps() & (~sk.ready

RE: [EXTERNAL] Re: tomcat timeout

2021-04-19 Thread Mohamed Eliyas Abdul Kadar
Thank you Chris. From: Christopher Schultz Sent: Friday, April 16, 2021 11:09 AM To: users@tomcat.apache.org Subject: Re: [EXTERNAL] Re: tomcat timeout CAUTION: This email originated from outside the organization. DO NOT click links or open attachments unless you recognize the sender and know

RE: [EXTERNAL] Re: tomcat timeout

2021-04-19 Thread Mohamed Eliyas Abdul Kadar
Thank you Mark. -Original Message- From: Mark H. Wood Sent: Friday, April 16, 2021 7:42 AM To: users@tomcat.apache.org Subject: Re: [EXTERNAL] Re: tomcat timeout On Thu, Apr 15, 2021 at 08:25:12PM +, Mohamed Eliyas Abdul Kadar wrote: > I am generating report for a year, norma

Re: [EXTERNAL] Re: tomcat timeout

2021-04-16 Thread Christopher Schultz
Mohamed, On 4/15/21 15:58, Mohamed Eliyas Abdul Kadar wrote: Using chrome browser, I am accessing a web application which is making a database call. The database call is taking more than 2 mins , but the request time outs at 50 seconds. Is there a way to increase this timeout. Your browser is

Re: [EXTERNAL] Re: tomcat timeout

2021-04-16 Thread Mark H. Wood
On Thu, Apr 15, 2021 at 08:25:12PM +, Mohamed Eliyas Abdul Kadar wrote: > I am generating report for a year, normally this takes 5 mins on weblogic > server. We are migrating to tomcat and it does not show any error. In > developer tools I see timeout for that request. I faced

RE: [EXTERNAL] Re: tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
I am generating report for a year, normally this takes 5 mins on weblogic server. We are migrating to tomcat and it does not show any error. In developer tools I see timeout for that request. From: Rob Sargent Sent: Thursday, April 15, 2021 11:48 AM To: users@tomcat.apache.org Subject

RE: [EXTERNAL] Re: tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
Using chrome browser, I am accessing a web application which is making a database call. The database call is taking more than 2 mins , but the request time outs at 50 seconds. Is there a way to increase this timeout. -Original Message- From: Mark Thomas Sent: Thursday, April 15, 2021

Re: tomcat timeout

2021-04-15 Thread Mark Thomas
timeout to 5 mins. Nothing to do with Tomcat. That is a client issue. Tomcat will wait for as long as it takes to wrote the response. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: tomcat timeout

2021-04-15 Thread Rob Sargent
timeout to 5 mins. This communication and its attachments contain confidential information and is intended only for the named addressee. If you are not the named addressee you should not disseminate, distribute or copy this communication. Please notify the sender immediately if you have received this

RE: tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
I am using tomcat 9.0.41. In my web application, when executing a query to fetch data for reporting it is taking time more than 2 minutes. The request is getting time out after 50s. Please let me know how to increase the data base timeout to 5 mins. This communication and its attachments

tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
I am using tomcat 9.0.41. In my web application, when executing a query to fetch data for reporting it is taking time more than 2 minutes. The request is getting time out after 50s. Please let me know how to increase the data base timeout to 5 mins. This communication and its attachments

Re: Timeout waiting to read data from client

2020-11-12 Thread Mark Thomas
d failing miserably. >>>>>> I am sending around 130 ajax calls in rapid succession using HTTP/2. >>>>>> These are all very simple small page (JSP) requests.  Not a lot of >>>>>> processing required. The first ~75 requests process normally.  Then &g

Re: Timeout waiting to read data from client

2020-11-11 Thread Martin Grigorov
ing some stress testing on the server and failing miserably. > >>>>> I am sending around 130 ajax calls in rapid succession using HTTP/2. > >>>>> These are all very simple small page (JSP) requests. Not a lot of > >>>>> processing required. The first ~75 req

Re: Timeout waiting to read data from client

2020-11-11 Thread Jerry Malcolm
nding around 130 ajax calls in rapid succession using HTTP/2. These are all very simple small page (JSP) requests.  Not a lot of processing required. The first ~75 requests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read d

Re: Timeout waiting to read data from client

2020-11-09 Thread Jerry Malcolm
ssion using HTTP/2. These are all very simple small page (JSP) requests.  Not a lot of processing required. The first ~75 requests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the

Re: Timeout waiting to read data from client

2020-11-09 Thread Mark Thomas
he server and failing miserably.  >>> I am sending around 130 ajax calls in rapid succession using HTTP/2. >>> These are all very simple small page (JSP) requests.  Not a lot of >>> processing required. The first ~75 requests process normally.  Then >>> everyt

Re: Timeout waiting to read data from client

2020-11-07 Thread Jerry Malcolm
a lot of processing required. The first ~75 requests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the stacktrace for these exceptions, they are all occurring when I'm try

Re: Timeout waiting to read data from client

2020-11-07 Thread Christopher Schultz
uests process normally.  Then everything hangs up.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the stacktrace for these exceptions, they are all occurring when I'm trying to access a parameter from the request.  Looki

Timeout waiting to read data from client

2020-11-06 Thread Jerry Malcolm
.  In the tomcat logs I'm getting a bunch of "Timeout waiting to read data from client" exceptions.  And in the stacktrace for these exceptions, they are all occurring when I'm trying to access a parameter from the request.  Looking at the request network timing in the browser

Re: http2 async timeout setting

2019-12-10 Thread Mark Thomas
/12/2019 03:46, Arief Hasani wrote: >>   Hi Chris,  >> Thanks for the reminder. following is the code that runs the timeout >> listener on time while running on http1.1 but not on http2. tested on 9.0.29 > > > > I can

Re: http2 async timeout setting

2019-12-10 Thread Arief Hasani
Hi Mark, Very much appreciated. Thanks On Monday, December 9, 2019, 05:59:58 PM GMT+7, Mark Thomas wrote: On 07/12/2019 03:46, Arief Hasani wrote: >  Hi Chris,  > Thanks for the reminder. following is the code that runs the timeout listener > on time while running on http1.

Re: http2 async timeout setting

2019-12-09 Thread Mark Thomas
On 07/12/2019 03:46, Arief Hasani wrote: > Hi Chris,  > Thanks for the reminder. following is the code that runs the timeout listener > on time while running on http1.1 but not on http2. tested on 9.0.29 I can reproduce this. I'm working on a

Re: http2 async timeout setting

2019-12-06 Thread Arief Hasani
Hi Chris,  Thanks for the reminder. following is the code that runs the timeout listener on time while running on http1.1 but not on http2. tested on 9.0.29 start code@WebServlet(name = "Test", urlPatterns = {"/test"}, asyncSupported = true)public class Main extends Htt

Re: http2 async timeout setting

2019-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Afief, On 12/5/19 00:47, Arief Hasani wrote: > Seems like AsyncContext.setTimeout is not working if using http2 > (clients are chome, firefox, safari on mac). It runs well on > http1.1 Seems like posting some sample code with your expectations and

http2 async timeout setting

2019-12-04 Thread Arief Hasani
Hi Guys, Seems like AsyncContext.setTimeout is not working if using http2 (clients are chome, firefox, safari on mac). It runs well on http1.1 Thanks

Re: HTTP2 Connection Timeout

2019-08-06 Thread Mark Thomas
gt; > The HashMap referenced in the report is "connections" inside > ConnectionHandler. > I suspect that these objects accumulate as clients may not close their > connections correctly; regardless, I'd expect Tomcat to close the connections > upon timeout. > With

HTTP2 Connection Timeout

2019-08-05 Thread Chen Levy
nts may not close their connections correctly; regardless, I'd expect Tomcat to close the connections upon timeout. With keepAliveTimeout="2" defined on UpgradeProtocol, I tested one simple HTTP2 connection's persistence on Chrome's net-inte

Re: Re: Database timeout

2019-07-28 Thread Richard Huntrods
activity (i.e. no-one connecting to >> the tomcat applicaton). >> >> But first... >> >> My system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 >> (installed from tomcat distribution, not via apt get) Java: OpenJDK >> "11.0.3" 2019-04-16 Mysql: Ve

Re: Re: Database timeout

2019-07-28 Thread Richard Huntrods
t; But first... >> >> My system: >> OS: Ubuntu 18.04.2 LTS (server) >> Tomcat: 9.0.22 (installed from tomcat distribution, not via apt get) >> Java: OpenJDK "11.0.3" 2019-04-16 >> Mysql: Ver 14.14 Distrib 5.7.26 >> >> I'm using the stand

Re: Database timeout

2019-07-27 Thread Christopher Schultz
. > > My system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 > (installed from tomcat distribution, not via apt get) Java: OpenJDK > "11.0.3" 2019-04-16 Mysql: Ver 14.14 Distrib 5.7.26 > > I'm using the standard 8-hour timeout on mysql connections, and &g

Re: Database timeout

2019-07-27 Thread Mark Thomas
LTS (server) > Tomcat: 9.0.22 (installed from tomcat distribution, not via apt get) > Java: OpenJDK "11.0.3" 2019-04-16 > Mysql: Ver 14.14 Distrib 5.7.26 > > I'm using the standard 8-hour timeout on mysql connections, and have the > set autoReconnect=true when I

Database timeout

2019-07-25 Thread Richard Huntrods
enJDK "11.0.3" 2019-04-16 Mysql: Ver 14.14 Distrib 5.7.26 I'm using the standard 8-hour timeout on mysql connections, and have the set autoReconnect=true when I connect to the database: jdbc:mysql://127.0.0.1:3306/mydb?autoReconnect=true Everything works fine except for the 8-hour time

Re: OT: Connection timeout with HttpClient

2019-07-24 Thread Suvendu Sekhar Mondal
.1. POST call to one REST service is failing with > > "java.net.ConnectException: Connection timed out: connect" > > exception[1]. Timeout is occurring after one minute. To figure out > > where thread is spending all the time, I took multiple thread > > dumps. In all

Re: OT: Connection timeout with HttpClient

2019-07-23 Thread Christopher Schultz
d out: connect" > exception[1]. Timeout is occurring after one minute. To figure out > where thread is spending all the time, I took multiple thread > dumps. In all of them, thread is trying to create secure socket[2]. > I am not seeing any thread pool issue. Also the target REST service

OT: Connection timeout with HttpClient

2019-07-23 Thread Suvendu Sekhar Mondal
One of our legacy applications is using Apache Commons HttpClient 3.1. POST call to one REST service is failing with "java.net.ConnectException: Connection timed out: connect" exception[1]. Timeout is occurring after one minute. To figure out where thread is spending all the time, I too

Handling client socket read timeout on server side

2018-06-04 Thread YNDavid
Hi, I described problem here, there is version of tomcat etc. -> https://stackoverflow.com/questions/50641482/spring-boot-tomcat-rest-handling-client-timeout-on-server-side Jdk is 1.8.0_161 Besides that, I have additional question. Why in this scenario IOException is not propageted any furt

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-02 Thread Rémy Maucherat
On Wed, May 2, 2018 at 12:22 PM Mark Thomas wrote: > On 02/05/18 09:31, Rémy Maucherat wrote: > > On Wed, May 2, 2018 at 5:19 AM Hugh H wrote: > > > >> Hi Mark, > >> > >> Here are the logs you requested > >> > >> client: > >> https://1drv.ms/t/s!Aii8T4l0bnqVlyAuRIjSuluBe8vy > >> > >> server: > >

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-02 Thread Mark Thomas
On 02/05/18 09:31, Rémy Maucherat wrote: > On Wed, May 2, 2018 at 5:19 AM Hugh H wrote: > >> Hi Mark, >> >> Here are the logs you requested >> >> client: >> https://1drv.ms/t/s!Aii8T4l0bnqVlyAuRIjSuluBe8vy >> >> server: >> https://1drv.ms/u/s!Aii8T4l0bnqVlx-TGo6I0dMXZxG1 >> >> >> I checked the sy

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-02 Thread Rémy Maucherat
; Hi Mark, > > Unfortunately, 8.5.31 does not resolve my issue. You can find the > catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. > From my client log the timeout occurs: > 1. between 15:03:48 and 15:04:48 > 2. between 15:04:48 and 15:05:48 > 3. betwe

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-01 Thread Hugh H
AM, Mark Thomas mailto:ma...@apache.org>> wrote: On 01/05/18 03:11, 旭东 胡 wrote: Hi Mark, Unfortunately, 8.5.31 does not resolve my issue. You can find the catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. From my client log the timeout occurs: 1. between 15:03:48 and

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-01 Thread Rémy Maucherat
On Tue, May 1, 2018 at 3:31 PM Mark Thomas wrote: > On 01/05/18 03:11, 旭东 胡 wrote: > > Hi Mark, > > > > Unfortunately, 8.5.31 does not resolve my issue. You can find the > catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. > > From my client

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-05-01 Thread Mark Thomas
On 01/05/18 03:11, 旭东 胡 wrote: > Hi Mark, > > Unfortunately, 8.5.31 does not resolve my issue. You can find the > catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. > From my client log the timeout occurs: > 1. between 15:03:48 and 15:04:48 > 2. between

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-04-30 Thread 旭东 胡
Hi Mark, Unfortunately, 8.5.31 does not resolve my issue. You can find the catalina.out log by https://1drv.ms/u/s!Aii8T4l0bnqVlx0mqtHngJ_1OvRo. From my client log the timeout occurs: 1. between 15:03:48 and 15:04:48 2. between 15:04:48 and 15:05:48 3. between 15:05:49 and 15:06:49 4. between

Re: slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-04-30 Thread Mark Thomas
On 30/04/18 01:48, 旭东 胡 wrote: > Hi, > > I met a weird issue during setting up tomcat 8.5 with Http11Nio2Protocol > connector and OpenSSLImplementation. The issue is that a request would be > timeout using apache HttpClient and client certificate after serval previous >

slow or timeout with client certificate and some http client against tomcat 8.5 with Nio2 OpenSSL implementation

2018-04-29 Thread 旭东 胡
Hi, I met a weird issue during setting up tomcat 8.5 with Http11Nio2Protocol connector and OpenSSLImplementation. The issue is that a request would be timeout using apache HttpClient and client certificate after serval previous requests. It also happens with RestAssured and SoapUI. Please note

RE: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-20 Thread
Tata Consultancy Services providing services to: Global Data and Analytics Application Support / ITAS Route 22 West▪NJ 08876 ▪ USA Mobile: +1 (908) 392 2947 -Original Message----- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Sunday, February 18, 2018 11:13 AM T

RE: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-19 Thread
this issue? Best Regards, Aakash -Original Message- From: Halder, Arpan [ITSUS Non J&J] Sent: Monday, February 19, 2018 3:57 AM To: DL-MD-R&D-SUPPORT Subject: Fw: [EXTERNAL] Re: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object _

Re: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arpan, On 2/16/18 6:58 PM, Halder, Arpan [ITSUS Non J&J] wrote: > We could able to locate context.xml under " > /apps/apache-tomcat-7.0.67/conf" path - see below: That is the wrong file. The file conf/context.xml contains the defaults for every app

RE: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-16 Thread
Hi Chris, Thanks a lot for your help!!Much appreciated!! We could able to locate context.xml under " /apps/apache-tomcat-7.0.67/conf" path - see below: WEB-INF/web.xml Could you please check which are the parameters to add/modify/delete. Also we could

Re: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-16 Thread Christopher Schultz
M To: users@tomcat.apache.org Subject: [EXTERNAL] Re: > [E] Re: Cannot get a connection, pool error Timeout waiting for > ideal object > > Arpan, > > On 2/15/18 8:54 AM, Halder, Arpan [ITSUS Non J&J] wrote: >> We have already setup below parameters in jdbc-pool.htm

RE: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-16 Thread
riday, February 16, 2018 2:24 PM To: users@tomcat.apache.org Subject: [EXTERNAL] Re: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arpan, On 2/15/18 8:54 AM, Halder, Arpan [ITSUS Non J&J] wrote: > We ha

Re: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-16 Thread Christopher Schultz
ting your actual configuration (without any secrets, of course) just in case there are any errors in your interpretation. Are you sure you don't have capacity problems? If you have only e.g. 10 connections available but hundreds of users, perhaps you simply need more connections. Are you sure

RE: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-15 Thread
Regards, Arpan Arpan Halder Tata Consultancy Services providing services to: Global Data and Analytics Application Support / ITAS Route 22 West▪NJ 08876 ▪ USA Mobile: +1 (908) 392 2947 -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, February 15, 2018 6:03 AM To:

RE: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-15 Thread
Arpan Halder Tata Consultancy Services providing services to: Global Data and Analytics Application Support / ITAS Route 22 West▪NJ 08876 ▪ USA Mobile: +1 (908) 392 2947 From: Bauer, Margaret M (Peggy) [mailto:margaret.m.ba...@verizon.com] Sent: Thursday, February 15, 2018 8:15 AM To: Tomcat Users Li

Re: [E] Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-15 Thread Bauer, Margaret M (Peggy)
encountered in Catalina.out log: > > > > ExceptionCannot get a connection, pool error Timeout waiting for idle > object > > Exception in detailorg.apache.tomcat.dbcp.dbcp.SQLNestedException: > Cannot get a connection, pool error Timeout waiting for idle object > > within doFilter of

Re: Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-15 Thread Mark Thomas
gt; ExceptionCannot get a connection, pool error Timeout waiting for idle object > Exception in detailorg.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get > a connection, pool error Timeout waiting for idle object > within doFilter of Session Filter > url :/SPECTRA/login >

Cannot get a connection, pool error Timeout waiting for ideal object

2018-02-14 Thread
Hi All, Need urgent help. We are using apache tomcat version -7.0.67 and sporadically facing issue that application become unresponsive and below error message encountered in Catalina.out log: ExceptionCannot get a connection, pool error Timeout waiting for idle object Exception in

Re: [OT] Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Guang Chao
trated > >> users who would love for us to find out what's going astray. > > > > What you are seeing is expected behaviour. This was discussed in > > the WebSocket EG. The short version is: - WebSocket requests don't > > update the session's last access

Re: [OT] Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Mark Thomas
On 09/08/17 17:46, Christopher Schultz wrote: > Websocket ignoramus, here. Is there a way for (websocket) application > code on the server side to trigger a "touch" of the HttpSession that > is linked with the connection? Or is the problem that the websocket > connection and the HTTP connection ar

Re: [OT] Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Christopher Schultz
cessed time - you need an HTTP request > from the browser to update the session's last accessed time (and > update the expiry time of the browser's session cookie) - so the > application has to do periodic HTTP requests. > > You can reduce the frequency of these requests

Re: Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread David Wall
rowser to update the session's last accessed time (and update the expiry time of the browser's session cookie) - so the application has to do periodic HTTP requests. You can reduce the frequency of these requests by extending the session timeout (remembering you need an HTTP req

Re: Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread Mark Thomas
equests don't update the session's last accessed time - you need an HTTP request from the browser to update the session's last accessed time (and update the expiry time of the browser's session cookie) - so the application has to do periodic HTTP requests. You can reduce the

Session timeout despite user activity - websockets on Tomcat 8.5.16

2017-08-09 Thread David Wall
We're using Tomcat 8.5.16 with Java 1.8.0_91, Vaadin 7.7.10 and Atmosphere Websockets. We have had reports of sessions logging out while users are active with our Vaadin-based application. This has been frustrating as we can't seem to track down why Tomcat's session is not being updated, but

Re: Change socket timeout in server side

2017-06-30 Thread Christopher Schultz
the web service for one minute. > > I understand that this can be set in the client side but I would > like to change this default value in the server side. Is it > possible? No. > I have found a related page as below: > > https://axis.apache.org/axis2/java/core/docs/

Change socket timeout in server side

2017-06-29 Thread Yin, Ivan
to change this default value in the server side. Is it possible? I have found a related page as below: https://axis.apache.org/axis2/java/core/docs/http-transport.html Two timeout instances exist in the transport level, Socket timeout and Connection timeout. These can be configured either at dep

tomcat session timeout with clustering

2016-07-21 Thread Alan Jechort
We just enabled clustering for our 3 tomcat servers, and now the sessions aren’t expiring. The TTL is negative and the inactive time is very high. We have this set as the default of 30 minutes. We are using Tomcat 7.0.51. Any ideas? Thanks Alan

Re: session-timeout and maxInactiveInterval

2016-06-21 Thread Mark Thomas
On 21/06/2016 03:54, mw...@loftware.com wrote: > > >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Monday, June 20, 2016 11:32 AM >> To: Tomcat Users List >> Subject: Re: session-timeout and maxInactiveInterval >>

RE: session-timeout and maxInactiveInterval

2016-06-20 Thread MWick
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Monday, June 20, 2016 11:32 AM > To: Tomcat Users List > Subject: Re: session-timeout and maxInactiveInterval > > On 20/06/2016 16:00, mw...@loftware.com wrote: > > We are runni

Re: session-timeout and maxInactiveInterval

2016-06-20 Thread Mark Thomas
On 20/06/2016 16:00, mw...@loftware.com wrote: > We are running 7.0.69 and Java 1.8.0_91. > > We ran into an incident at a customer where the customer had set > session-timeout to 0 – which according to the servlet 3.0 spec, the > session should never time out. However, t

session-timeout and maxInactiveInterval

2016-06-20 Thread MWick
We are running 7.0.69 and Java 1.8.0_91. We ran into an incident at a customer where the customer had set session-timeout to 0 - which according to the servlet 3.0 spec, the session should never time out. However, the customer was basically seeing the session timeout immediately. When we

Re: Async servlet timeout behaviour

2016-02-11 Thread Mark Thomas
g for some documentation > without thinking of reading the specs themselves, my bad. > >> >> In summary: >> - You can perform any operation that is valid for a request in async mode. >> > This will have no impact on other request onTimeout triggering no matter > what

Re: Async servlet timeout behaviour

2016-02-11 Thread Thomas Boniface
2016-02-11 12:31 GMT+01:00 André Warnier (tomcat) : > On 11.02.2016 12:07, Thomas Boniface wrote: > >> Hi, >> >> I'm using async servlet with a timeout configured to 300ms >> > > naive question : is that not awfully short, if this relates to some >

Re: Async servlet timeout behaviour

2016-02-11 Thread Thomas Boniface
2016-02-11 12:16 GMT+01:00 Mark Thomas : > On 11/02/2016 11:07, Thomas Boniface wrote: > > Hi, > > > > I'm using async servlet with a timeout configured to 300ms but I can > > observe in live environnement some big differences with the actual > applied >

Re: Async servlet timeout behaviour

2016-02-11 Thread tomcat
On 11.02.2016 12:07, Thomas Boniface wrote: Hi, I'm using async servlet with a timeout configured to 300ms naive question : is that not awfully short, if this relates to some over-the-Internet communication ? but I can observe in live environnement some big differences with the a

Re: Async servlet timeout behaviour

2016-02-11 Thread Mark Thomas
On 11/02/2016 11:07, Thomas Boniface wrote: > Hi, > > I'm using async servlet with a timeout configured to 300ms but I can > observe in live environnement some big differences with the actual applied > timeout 700ms or more for instance. > > I was wondering how are tri

Async servlet timeout behaviour

2016-02-11 Thread Thomas Boniface
Hi, I'm using async servlet with a timeout configured to 300ms but I can observe in live environnement some big differences with the actual applied timeout 700ms or more for instance. I was wondering how are triggered onTimeout events to AsyncListeners, is there a limited number of t

Re: Tomcat 8 Session Timeout

2015-09-08 Thread Theo . Sweeny
Re: Tomcat 8 Session Timeout -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/4/15 6:14 AM, theo.swe...@avios.com wrote: > Hi Chris - the servlet spec states "If the time out is 0 or less, > the container ensures the default behavior of sessions is never to > t

Re: Tomcat 8 Session Timeout

2015-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/4/15 6:14 AM, theo.swe...@avios.com wrote: > Hi Chris - the servlet spec states "If the time out is 0 or less, > the container ensures the default behavior of sessions is never to > time out." > > Currently the

Re: Tomcat 8 Session Timeout

2015-09-04 Thread Theo . Sweeny
Hi Chris - the servlet spec states "If the time out is 0 or less, the container ensures the default behavior of sessions is never to time out." Currently the timeout value is set to 2 minutes. However the problem is persisting - the environment is using Jersery Servlet 1.3 for RE

Re: Tomcat 8 Session Timeout

2015-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/3/15 8:28 AM, theo.swe...@avios.com wrote: > Thanks Chris - that pointer is very helpful. > > Can you clarify by setting session-timeout to 0, implies after 60 > seconds the session will expire or does it imply the same a

Re: Tomcat 8 Session Timeout

2015-09-03 Thread Theo . Sweeny
Thanks Chris - that pointer is very helpful. Can you clarify by setting session-timeout to 0, implies after 60 seconds the session will expire or does it imply the same as -1, that sessions will not timeout? 0 Theo From: Christopher Schultz To: Tomcat Users List , Date: 01

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/1/15 4:29 AM, theo.swe...@avios.com wrote: > Mark - I took a look at the Manager How To Guide as seen here - > > https://tomcat.apache.org/tomcat-8.0-doc/manager-howto.html#Expire_Ses sions > > It mentions that it's possible to expire

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Mark Thomas
: Mark Thomas > To: Tomcat Users List , > Date: 01/09/2015 09:02 > Subject:Re: Tomcat 8 Session Timeout > > > > On 01/09/2015 08:53, theo.swe...@avios.com wrote: >> Hi Mark >> >> Tomcat version? >> >> v8.0.21 > > OK. Fair

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Theo . Sweeny
lhost:8080/manager/text/expire?path=/examples&idle=0 Do you know if a wildcard can be used for the app name? Theo From: Mark Thomas To: Tomcat Users List , Date: 01/09/2015 09:02 Subject:Re: Tomcat 8 Session Timeout On 01/09/2015 08:53, theo.swe...@avios.com wrote:

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Mark Thomas
> Is there a command line mechanism to gracefully terminate sessions? No, but you can use the Manager app to view session contents and expire the sessions. Mark > > Theo > > > > > From: Mark Thomas > To: Tomcat Users List , > Date: 28/08/2015 19:13 > Su

  1   2   3   4   5   6   7   8   >