Recall: DB2 database locks

2022-10-20 Thread Kumawat, Priyanka
Kumawat, Priyanka would like to recall the message, "DB2 database locks". DXC Technology Company -- This message is transmitted to you by or on behalf of DXC Technology Company or one of its affiliates. It is intended exclusively for the addressee. The substance of this message, along with any

RE: DB2 database locks

2022-10-20 Thread Kumawat, Priyanka
Hello Christopher, Thankyou ! Seems we are not using the connection pooling from Tomcat side , below are the DB configuration parameters on context.xml file, do not see any connection pool details here. I have one more question , Sorry to bother again . Can the below parameters can aid us wi

RE: DB2 database locks

2022-10-20 Thread Kumawat, Priyanka
Hello Christopher, Thankyou ! Seems we are not using the connection pooling from Tomcat side , below are the DB configuration parameters on context.xml file, do not see any connection pool details here. I have one more question , Sorry to bother again . Can the below parameters can aid us w

Re: BIO connector vs NIO connector

2022-10-20 Thread Christopher Schultz
Mark and Terry, On 10/20/22 06:35, Mark Thomas wrote: On 20/10/2022 10:33, Terry ST SY/OGCIO wrote: Hi , Check on the major changes on Tomcat 7 to Tomcat 9. (One of the major change we initially spotted is the BIO connector used in Tomcat 7 for connector setup was removed in Tomcat 9: https

Re: Using Nashorn in Apache Tomcat

2022-10-20 Thread Christopher Schultz
Simon, On 10/20/22 08:13, Simon Besenbäck wrote: Am So., 2. Okt. 2022 um 12:34 Uhr schrieb Simon Besenbäck < simon.besenba...@gmail.com>: Hi! I am using Apache 10.0.23 on Windows 10. I want to use Nashorn for developing JSP's within the Eclipse IDE. Therefore I use OpenJDK 19 and added the ja

Re: DB2 database locks

2022-10-20 Thread Christopher Schultz
Priyanka, On 10/20/22 13:15, Kumawat, Priyanka wrote: Thankyou muck for the explanation for this !!! we have got from below mail that it is likely to be an application coding issue and they needs to fix or use commit etc for long running transactions . The one steps that you have given below to

RE: Tomcat 10.1.1 error starting

2022-10-20 Thread jonmcalexander
Awesome Possum! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cel

Re: Tomcat 10.1.1 error starting

2022-10-20 Thread Mark Thomas
On 20/10/2022 18:03, jonmcalexan...@wellsfargo.com.INVALID wrote: Ok, thanks Peter. I looked at the running.txt to see if it mentioned a Java version minimum and it stated Java 8, so it confused me. I'll try with Java 11. That is an error. I've fixed it for the next release. Mark Dream *

Re: AJP Connector is configured with secretRequired="true" but the secret attribute is either null

2022-10-20 Thread Paquin, Brian
>On 20/10/2022 17:59, Paquin, Brian wrote: >> Hello, >> >> In some cases, I use mod_jk and I am able to have Apache send a “secret” to >> my Tomcat Connector. >> But in other cases, I don’t have a front end – I just use Tomcat 9.0.68 >> (with Tomcat Native 1.2.35) to host. >> In the past, I did n

RE: DB2 database locks

2022-10-20 Thread Kumawat, Priyanka
Hi Christopher , Thankyou muck for the explanation for this !!! we have got from below mail that it is likely to be an application coding issue and they needs to fix or use commit etc for long running transactions . The one steps that you have given below to set the "query timeout" , is this o

Re: AJP Connector is configured with secretRequired="true" but the secret attribute is either null

2022-10-20 Thread Mark Thomas
On 20/10/2022 17:59, Paquin, Brian wrote: Hello, In some cases, I use mod_jk and I am able to have Apache send a “secret” to my Tomcat Connector. But in other cases, I don’t have a front end – I just use Tomcat 9.0.68 (with Tomcat Native 1.2.35) to host. In the past, I did not need to provide

RE: Tomcat 10.1.1 error starting

2022-10-20 Thread jonmcalexander
Thank you and Noted! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508

RE: Tomcat 10.1.1 error starting

2022-10-20 Thread jonmcalexander
Ok, thanks Peter. I looked at the running.txt to see if it mentioned a Java version minimum and it stated Java 8, so it confused me. I'll try with Java 11. Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering

Re: Tomcat 10.1.1 error starting

2022-10-20 Thread Mark Thomas
On 20/10/2022 17:56, jonmcalexan...@wellsfargo.com.INVALID wrote: Good morning, I am getting the following error when trying to start a very generic setup of Tomcat 10.1.1 on Windows Server 2019. Error: A JNI error has occurred, please check your installation and try again Exception in threa

Re: Tomcat 10.1.1 error starting

2022-10-20 Thread Chuck Caldarale
> On 2022 Oct 20, at 18:56, > wrote: > > Good morning, > > I am getting the following error when trying to start a very generic setup of > Tomcat 10.1.1 on Windows Server 2019. > > Error: A JNI error has occurred, please check your installation and try again > Exception in thread "main" jav

Re: Tomcat 10.1.1 error starting

2022-10-20 Thread Peter Kreuser
Jon, > Am 20.10.2022 um 18:57 schrieb jonmcalexan...@wellsfargo.com.invalid: > > Good morning, > > I am getting the following error when trying to start a very generic setup of > Tomcat 10.1.1 on Windows Server 2019. > > Error: A JNI error has occurred, please check your installation and t

AJP Connector is configured with secretRequired="true" but the secret attribute is either null

2022-10-20 Thread Paquin, Brian
Hello, In some cases, I use mod_jk and I am able to have Apache send a “secret” to my Tomcat Connector. But in other cases, I don’t have a front end – I just use Tomcat 9.0.68 (with Tomcat Native 1.2.35) to host. In the past, I did not need to provide a “secret”, but now it appears I do since I

Re: [EXTERNAL EMAIL] About granting permissions to Tomcat JVM

2022-10-20 Thread Niranjan Rao
Are you using FileInputStream or FileOutputSteam on the file and closing the stream before deletion? If so, change to Files.newInputSteam or Files.newOutputStream. One of our application (not a web application) was running out of file handles even though we were closing the file handles. Every

Tomcat 10.1.1 error starting

2022-10-20 Thread jonmcalexander
Good morning, I am getting the following error when trying to start a very generic setup of Tomcat 10.1.1 on Windows Server 2019. Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/catalina/

Re: Using Nashorn in Apache Tomcat

2022-10-20 Thread Simon Besenbäck
Am So., 2. Okt. 2022 um 12:34 Uhr schrieb Simon Besenbäck < simon.besenba...@gmail.com>: > Hi! > > I am using Apache 10.0.23 on Windows 10. I want to use Nashorn for > developing JSP's within the Eclipse IDE. Therefore I use OpenJDK 19 and > added the jakarta.ScriptTagLibs.jar to the lib directory

Re: BIO connector vs NIO connector

2022-10-20 Thread Mark Thomas
On 20/10/2022 10:33, Terry ST SY/OGCIO wrote: Hi , Check on the major changes on Tomcat 7 to Tomcat 9. (One of the major change we initially spotted is the BIO connector used in Tomcat 7 for connector setup was removed in Tomcat 9: https://tomcat.apache.org/migration-9.html#BIO_connector_remo

BIO connector vs NIO connector

2022-10-20 Thread Terry ST SY/OGCIO
Hi , Check on the major changes on Tomcat 7 to Tomcat 9. (One of the major change we initially spotted is the BIO connector used in Tomcat 7 for connector setup was removed in Tomcat 9: https://tomcat.apache.org/migration-9.html#BIO_connector_removed) May I know the major difference on BIO con