Re: [Dev] How to increase the maximum thread timeout.

2016-11-17 Thread Panagiotis Konstantinidis
:laksh...@wso2.com] Sent: Thursday, November 17, 2016 9:38 AM To: Panagiotis Konstantinidis Cc: dev@wso2.org; Niranjan Karunanandham; Kishanthan Thangarajah Subject: Re: [Dev] How to increase the maximum thread timeout. Hi Panon, Sorry, It should be seconds accordning to this[1] [1] https://svn.ws

Re: [Dev] How to increase the maximum thread timeout.

2016-11-16 Thread Lakshani Gamage
6194019 > > Email: pkonstantini...@cognity.gr > > > > *From:* Lakshani Gamage [mailto:laksh...@wso2.com] > *Sent:* Wednesday, November 16, 2016 6:32 PM > *To:* Panagiotis Konstantinidis > *Cc:* dev@wso2.org; Niranjan Karunanandham; Kishanthan Thangarajah > > *Subject:

Re: [Dev] How to increase the maximum thread timeout.

2016-11-16 Thread Panagiotis Konstantinidis
bject: Re: [Dev] How to increase the maximum thread timeout. Hi Panos, On Wed, Nov 16, 2016 at 9:44 PM, Panagiotis Konstantinidis mailto:pkonstantini...@cognity.gr>> wrote: Hello Lakshani, thank you for your suggestion, I have already tried it before I read your message and it worked. The ke

Re: [Dev] How to increase the maximum thread timeout.

2016-11-16 Thread Lakshani Gamage
lto:laksh...@wso2.com] > *Sent:* Wednesday, November 16, 2016 5:33 PM > *To:* Panagiotis Konstantinidis > *Cc:* dev@wso2.org > *Subject:* Re: [Dev] How to increase the maximum thread timeout. > > > > Hi Panos, > > Can you please try changing threshold value of * classN

Re: [Dev] How to increase the maximum thread timeout.

2016-11-16 Thread Panagiotis Konstantinidis
Subject: Re: [Dev] How to increase the maximum thread timeout. Hi Panos, Can you please try changing threshold value of in /repository/conf/tomcat/catalina-server.xml accordingly to your task completance time. Threshold is in minutes. Regards, Lakshani. On Wed, Nov 16, 2016 at 8:38 PM

Re: [Dev] How to increase the maximum thread timeout.

2016-11-16 Thread Lakshani Gamage
Hi Panos, Can you please try changing threshold value of ** in /repository/conf/tomcat/catalina-server.xml accordingly to your task completance time. Threshold is in minutes. Regards, Lakshani. On Wed, Nov 16, 2016 at 8:38 PM, Panagiotis Konstantinidis < pkonstantini...@cognity.gr> wrote: > Hel

[Dev] How to increase the maximum thread timeout.

2016-11-16 Thread Panagiotis Konstantinidis
Hello, we are using WSO2 AS Server 5.3. We have a long running task in the database which takes more than 20 minutes to complete. During this time the server throws a ThreadDeath exception (since it detects a stuck thread) and is killing the thread that deals with the database. How can I inc