RE: Error migrating to Tomcat 10.1

2024-09-23 Thread Campbell, Lance
The issue I was having with migrating from Tomcat 9 to Tomcat 10.1 was the packet size. Thanks for answering my question. Thanks, Lance -Original Message- From: Mark Thomas Sent: Thursday, September 19, 2024 2:52 PM To: users@tomcat.apache.org Subject: Re: Error migrating to Tomcat

Re: Error migrating to Tomcat 10.1

2024-09-20 Thread Christopher Schultz
hould have been identical to our previous version. A re-sync of the packet size configuration got everything working perfectly again. -chris -Original Message- From: Mark Thomas Sent: Friday, September 20, 2024 1:23 AM To: users@tomcat.apache.org Subject: Re: Error migrating to Tomcat 10

RE: Error migrating to Tomcat 10.1

2024-09-20 Thread Campbell, Lance
hen worked. I believe that if you call resp.sendRedirect you may not be able to do anything else with the resp. This is just a guess. Lance -Original Message- From: Mark Thomas Sent: Friday, September 20, 2024 1:23 AM To: users@tomcat.apache.org Subject: Re: Error migrating to Tomcat 1

Re: Error migrating to Tomcat 10.1

2024-09-19 Thread Mark Thomas
Mark Thanks -Original Message- From: Mark Thomas Sent: Thursday, September 19, 2024 2:52 PM To: users@tomcat.apache.org Subject: Re: Error migrating to Tomcat 10.1 On 19/09/2024 20:19, Campbell, Lance wrote: I am using the latest Tomcat 10.1 Java 17 Apache Web server communicate

RE: Error migrating to Tomcat 10.1

2024-09-19 Thread Campbell, Lance
@tomcat.apache.org Subject: Re: Error migrating to Tomcat 10.1 On 19/09/2024 20:19, Campbell, Lance wrote: > I am using the latest Tomcat 10.1 > > Java 17 > > Apache Web server communicates with an application server running tomcat. > The application name is webtools. > > I am

Re: Error migrating to Tomcat 10.1

2024-09-19 Thread Mark Thomas
On 19/09/2024 20:19, Campbell, Lance wrote: I am using the latest Tomcat 10.1 Java 17 Apache Web server communicates with an application server running tomcat. The application name is webtools. I am migrating a working app from Tomcat 9 to Tomcat 10.1. Does your AJP connector in Tomcat 9 h

RE: error valve

2023-10-16 Thread Mcalexander, Jon J.
error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation > -Original Message- > From: Mark Thomas > Sent: Monday, October 16, 2023 5:21 PM > To: users@tomcat.apache.org > Subject: Re: error valve > >

Re: error valve

2023-10-16 Thread Mark Thomas
On 16/10/2023 23:04, Mcalexander, Jon J. wrote: Good afternoon all! I have a question around the error valve. It mentions that if you want you can supply custom error pages that need to be relative to $CATALINA_BASE. My question is, just where should this go? Do you typically create an errors

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-13 Thread Mark Thomas
On 12/06/2023 21:00, Manak Bisht wrote: On Tue, Jun 13, 2023 at 1:26 AM Mark Thomas wrote: Try https://people.apache.org/~markt/dev/cluster-test.war instead. Mark Sure, I will give that a try. But is there some issue with the *carts.jsp *example? Or is it not meant for this purpose? The

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Manak Bisht
On Tue, Jun 13, 2023 at 1:26 AM Mark Thomas wrote: > Try https://people.apache.org/~markt/dev/cluster-test.war instead. > > Mark > Sure, I will give that a try. But is there some issue with the *carts.jsp *example? Or is it not meant for this purpose?

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Mark Thomas
Try https://people.apache.org/~markt/dev/cluster-test.war instead. Mark On 12/06/2023 20:13, Manak Bisht wrote: Thank you for the clarification. Sorry, it took me a while to understand your point. I have successfully changed the cluster settings, For node with http port 8090 ```

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Manak Bisht
Thank you for the clarification. Sorry, it took me a while to understand your point. I have successfully changed the cluster settings, For node with http port 8090 ```

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Mark Thomas
Again, you are mixing HTTP ports and cluster ports. They must be different. On 12/06/2023 17:22, Manak Bisht wrote: Node 1: Cluster listening on 8090 Node 2: Cluster listening on 8190 12-Jun-2023 14:18:17.719 INFO [main] org.apache.coy

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Manak Bisht
Thanks for the response! I did follow this example https://people.apache.org/~markt/dev/server-static-cluster-example.xml. The only difference being that I am using tomcat 8.5 so I am using the StaticMembershipInterceptor instead. In my second email, I have followed this configuration, however I en

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Mark Thomas
On 12/06/2023 16:44, Manak Bisht wrote: I am not sure if the receiver port should be the same or different from the localmember port. However, changing that to 4001 for node with localmember at 8090 and to 4002 for node with localmember at 8190, I am encountering the following error - You are m

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Manak Bisht
I am not sure if the receiver port should be the same or different from the localmember port. However, changing that to 4001 for node with localmember at 8090 and to 4002 for node with localmember at 8190, I am encountering the following error - ``` 12-Jun-2023 15:00:29.885 INFO [main] org.apache.c

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Manak Bisht
On Mon, Jun 12, 2023 at 1:50 PM Mark Thomas wrote: > On 10/06/2023 18:11, Manak Bisht wrote: > > I am trying to run the carts example (*/examples/jsp/sessions/carts.jsp*) > > with two nodes, on ports 8090 and 8190. The nodes are working fine > > individually. However, I am trying to create a clus

Re: Error "Unable to send message through cluster sender" in a cluster with static members using delta manager

2023-06-12 Thread Mark Thomas
On 10/06/2023 18:11, Manak Bisht wrote: I am trying to run the carts example (*/examples/jsp/sessions/carts.jsp*) with two nodes, on ports 8090 and 8190. The nodes are working fine individually. However, I am trying to create a cluster with static members (without multicast), but I keep encounter

Re: Error setting socket options

2022-12-09 Thread Mark Thomas
There is no available debug logging options so you'll need to use remote debugging to figure out what is going on. https://cwiki.apache.org/confluence/display/TOMCAT/Developing#Developing-Q1 Mark On 07/12/2022 14:07, Gustavo Monti Rocha wrote: In fact I'm not setting those variables. That's

Re: Error setting socket options

2022-12-07 Thread Gustavo Monti Rocha
In fact I'm not setting those variables. That's why I'm not sure because I'm getting that error. On Wed, Dec 7, 2022 at 10:36 AM Mark Thomas wrote: > On 07/12/2022 12:15, Gustavo Monti Rocha wrote: > > Hi Mark, > > > > Thanks for helping me. How can I check if my environment has valid values >

Re: Error setting socket options

2022-12-07 Thread Mark Thomas
On 07/12/2022 12:15, Gustavo Monti Rocha wrote: Hi Mark, Thanks for helping me. How can I check if my environment has valid values for JVM? If you are setting those values, the simple solution is don't set them and the JVM will use appropriate defaults for your environment. If you do want t

Re: Error setting socket options

2022-12-07 Thread Gustavo Monti Rocha
Hi Mark, Thanks for helping me. How can I check if my environment has valid values for JVM? Thanks in advance. On Wed, Dec 7, 2022 at 6:21 AM Mark Thomas wrote: > Make sure you have set socket.soLingerOn and socket.soLingerTime to > valid values for your JVM and platform. Tomcat does not set

Re: Error setting socket options

2022-12-07 Thread Mark Thomas
Make sure you have set socket.soLingerOn and socket.soLingerTime to valid values for your JVM and platform. Tomcat does not set these by default so it is something your application or Spring Boot is doing. Mark On 07/12/2022 01:47, Gustavo Monti Rocha wrote: Hello, I'm using spring boot wit

Re: Error during rollback

2022-10-12 Thread Christopher Schultz
Mohan, On 10/12/22 03:50, Mohan T wrote: We are using tomcat apache-tomcat- 9.0.65.0 on Red Hat Enterprise Linux release 8.6 (Ootpa) We are hitting the below error and transaction is not getting rolled back. java.sql.SQLException: PooledConnection has already been closed. at org.apache

Re: Error during startup

2022-08-09 Thread Han Li
> 2022年8月9日 21:05,Christopher Schultz 写道: > > Han, > > On 8/4/22 00:49, Han Li wrote: >> Hi Mohan, >> You can open CATALINA_BASE/conf/catalina.policy file, add following >> statement within “grant” section: >> permission java.lang.RuntimePermission "getenv.*"; > > > While this will likely f

Re: Error during startup

2022-08-09 Thread Christopher Schultz
;tomcat" for the "work", "logs", and "temp" directories. -chris -Original Message----- From: Mohan T Sent: Monday, August 8, 2022 2:26 AM To: Tomcat Users List Subject: [EXTERNAL] RE: Error during startup We have added the contents under grant secti

Re: Error during startup

2022-08-09 Thread Christopher Schultz
Han, On 8/4/22 00:49, Han Li wrote: Hi Mohan, You can open CATALINA_BASE/conf/catalina.policy file, add following statement within “grant” section: permission java.lang.RuntimePermission "getenv.*"; While this will likely fix the "problem", it may not be the best solution. The OP is runn

Re: Error during startup

2022-08-08 Thread Mark Thomas
Subject: [EXTERNAL] RE: Error during startup We have added the contents under grant section. Still we are getting the error message. It looks like you are adding some sort of agent to instrument the JVM. Java security manager permissions are associated specific JAR files. Han Li's sugge

RE: Error during startup

2022-08-08 Thread Joey Cochran
Make sure /bin/tomcat-juli.jar is set to 755 (chmod 755 tomcat-juli.jar) -Original Message- From: Mohan T Sent: Monday, August 8, 2022 2:26 AM To: Tomcat Users List Subject: [EXTERNAL] RE: Error during startup We have added the contents under grant section. Still we are getting the

RE: Error during startup

2022-08-08 Thread Mohan T
-- From: Han Li Sent: 04 August 2022 12:23 To: Tomcat Users List Subject: Re: Error during startup RAMCO Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe 在 2022年8月4日星期四,Mohan T 写道: > Hi, >

Re: Error during startup

2022-08-03 Thread Han Li
在 2022年8月4日星期四,Mohan T 写道: > Hi, > > Thanks for the response. > > How to identify the "grant" section > > Below is the contents of the file. > > Quote > > // Licensed to the Apache Softwarse Foundation (ASF) under one or more > // contributor license agreements. See the NOTICE file distributed w

Re: Error during startup

2022-08-03 Thread Han Li
Hi Mohan, You can open CATALINA_BASE/conf/catalina.policy file, add following statement within “grant” section: permission java.lang.RuntimePermission "getenv.*"; Han > 2022年8月4日 11:33,Mohan T 写道: > > Dear All, > > We are using tomcat 8.5 on suse linux 7. > > We are invoking Catalina.sh

Re: Error While importing certificate into keystore

2022-06-28 Thread Christopher Schultz
Mohan, On 6/28/22 09:54, Mohan T wrote: I am trying top import the certificate into keystore and encountered the below error. Would appreciate if you could throw some light on this $ keytool -importkeystore -srckeystore /home/ilas/Downloads/okta.cert -srcstoretype pkcs12 -destkeystore /home/

Re: Error loading PKCS12 keystore, java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.

2021-08-16 Thread Christopher Schultz
All, On 8/16/21 10:32, Christopher Schultz wrote: All, Anyone ever seen this before? I'm using an older Tomcat (7.0.x) on an older Java (1.7.0_80) along with a certificate from Let's Encrypt. This was the server I used to initially develop my "Let's Encrypt Apache Tomcat" presentation and s

Re: Error while setting context in serer.xml

2021-06-18 Thread Mark Thomas
On 18/06/2021 14:46, Mohan T wrote: Dear All, We are trying to set the context for a web application in tomcat 8.5. in the file server.xml. It is not considering the path set. Any changes need to be done for this to take effect ?. Rename the WAR file to hub#a

Re: Error = Caused by: java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.exhaust(Ljava/io/InputStream;)

2021-02-19 Thread Rob Sargent
Can you remove IntelliJ from local env? Much magic in there. > On Feb 19, 2021, at 6:14 AM, Ricky Thomas wrote: > > Thanks. > I already did that so there is no guava or any other google in tomcat’s lib > which would collide. > > also as we checked WEB-INF lib there were no dupes. > > we enf

Re: Error = Caused by: java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.exhaust(Ljava/io/InputStream;)

2021-02-19 Thread Ricky Thomas
Thanks. I already did that so there is no guava or any other google in tomcat’s lib which would collide. also as we checked WEB-INF lib there were no dupes. we enforced right version of guava, also excluded old dependencies On Fri, 19 Feb 2021, 13:00 Christopher Schultz, < ch...@christopherschul

Re: Error = Caused by: java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.exhaust(Ljava/io/InputStream;)

2021-02-19 Thread Christopher Schultz
Ricky, On 2/19/21 07:55, Ricky Thomas wrote: Trying to connect our application from Tomcat to Big Query. Same war file works fine in Jetty. Tomcat version 9 Grails version 4 BQ driver SimbaJDBCDriverforGoogleBigQuery42_1.2.13.1016 Above error usually caused by older version of com.google.guava:

Re: Error in stopping application tomcat !!

2020-07-25 Thread Peter Kreuser
Kushagra, > Am 25.07.2020 um 08:12 schrieb Kushagra Bindal : > > One more related changes : > https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 None of the bugzilla entries relate to changes in newer versions. It won‘t be as easy as to search for „ „shutdown“ in either bugzilla or the r

Re: Error in stopping application tomcat !!

2020-07-24 Thread Kushagra Bindal
One more related changes : https://bz.apache.org/bugzilla/show_bug.cgi?id=63041 Please suggest the probable fix to make this smooth. On Sat, Jul 25, 2020 at 11:03 AM Kushagra Bindal wrote: > Thanks Martin, > > By looking at the change log I found few relevant items. > > 1. https://bz.apache.org

Re: Error in stopping application tomcat !!

2020-07-24 Thread Kushagra Bindal
Thanks Martin, By looking at the change log I found few relevant items. 1. https://bz.apache.org/bugzilla/show_bug.cgi?id=55969 2. https://bz.apache.org/bugzilla/show_bug.cgi?id=62515 3. https://bz.apache.org/bugzilla/show_bug.cgi?id=48655 4. https://bz.apache.org/bugzilla/show_bug.cgi?id=63210

Re: Error in stopping application tomcat !!

2020-07-23 Thread Martin Grigorov
On Thu, Jul 23, 2020, 15:52 Kushagra Bindal wrote: > Thanks Martin. > > But with the old version i.e. 8.5.24 it is working smoothly. So, what could > be the problem? Or some specific property/configuration changes that need > to be made around this? > You will have to consult with the changelogs

Re: Error in stopping application tomcat !!

2020-07-23 Thread Kushagra Bindal
Thanks Martin. But with the old version i.e. 8.5.24 it is working smoothly. So, what could be the problem? Or some specific property/configuration changes that need to be made around this? On Thu, Jul 23, 2020 at 6:00 PM Martin Grigorov wrote: > On Thu, Jul 23, 2020 at 3:10 PM Kushagra Bindal

Re: Error in stopping application tomcat !!

2020-07-23 Thread Martin Grigorov
On Thu, Jul 23, 2020 at 3:10 PM Kushagra Bindal wrote: > Hi Martin, > > Due to our environment I was not able to use pastebin service. I have > taken different Thread dump during shutdown and attaching the same with > this email. > > Please review the same and let me know, what is the probable ro

Re: Error in stopping application tomcat !!

2020-07-23 Thread Martin Grigorov
Hi, On Thu, Jul 23, 2020 at 6:35 AM Kushagra Bindal wrote: > Hi Martin, > > These are the only two behaviors right now which I am getting on a > regular basis. > 1. During startup of the application and then shutdown > 2. Running application and then shutdown. > > Please let me know if anything

Re: Error in stopping application tomcat !!

2020-07-22 Thread Kushagra Bindal
Hi Martin, These are the only two behaviors right now which I am getting on a regular basis. 1. During startup of the application and then shutdown 2. Running application and then shutdown. Please let me know if anything specific is further needed from my end which I can provide to have a better

Re: Error in stopping application tomcat !!

2020-07-22 Thread Martin Grigorov
On Wed, Jul 22, 2020, 15:55 Kushagra Bindal wrote: > Hi Christopher, > > Did you get a chance to look into this? > > Please help us in resolving this issue. > > On Sat, Jul 18, 2020 at 11:26 AM Kushagra Bindal < > bindal.kusha...@gmail.com> > wrote: > > > Hi Chris, > > > > Additionally when tryin

Re: Error in stopping application tomcat !!

2020-07-22 Thread Kushagra Bindal
Hi Christopher, Did you get a chance to look into this? Please help us in resolving this issue. On Sat, Jul 18, 2020 at 11:26 AM Kushagra Bindal wrote: > Hi Chris, > > Additionally when trying to stop running application, we are getting below > error. > > Sat Jul 18 05:49:40 UTC 2020 > ***

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Hi Chris, Additionally when trying to stop running application, we are getting below error. Sat Jul 18 05:49:40 UTC 2020 ** * Stopping the Web Server ** Sat Jul 18 05:49:40 UTC 2020 ./wfc: line 28: /usr/local/nginx/nginx: No such file or directory

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Hi Chris, To stop tomcat we are using the below command. bin/shutdown.sh -$sleeptime -force Where in our case sleeptime is set to 30. Please find the attached server.xml which we are using in our application. Also I have copy-paste the complete content below in this email as well. ---

Re: Error in stopping application tomcat !!

2020-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kushagra, On 7/17/20 11:47, Kushagra Bindal wrote: > Similar issues we are also facing in our environment. What could be > the problem? > > On Fri, Jul 17, 2020 at 6:04 PM om tiwari > wrote: > >> Hi, >> >> We have upgraded our tomcat version from 8

Re: Error in stopping application tomcat !!

2020-07-17 Thread Kushagra Bindal
Similar issues we are also facing in our environment. What could be the problem? On Fri, Jul 17, 2020 at 6:04 PM om tiwari wrote: > Hi, > > We have upgraded our tomcat version from 8.5.24 to 8.5.53 in > application. After upgrading we are facing issue while stopping > tomcat. > Below is the stac

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-16 Thread Kushagra Bindal
Thanks Marks. It helps in solving the problem. On Thu, Apr 9, 2020, 5:44 PM Mark Thomas wrote: > On April 9, 2020 8:49:05 AM UTC, Kushagra Bindal < > bindal.kusha...@gmail.com> wrote: > >Yes Mark. :) This discussion is also going on. > > > >But is there anything configuration changes which I can

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Mark Thomas
On April 9, 2020 8:49:05 AM UTC, Kushagra Bindal wrote: >Yes Mark. :) This discussion is also going on. > >But is there anything configuration changes which I can try at my end >as >well. It is difficult to provide advice on how to fix a broken web application when we don't have access to the

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Kushagra Bindal
Yes Mark. :) This discussion is also going on. But is there anything configuration changes which I can try at my end as well. On Thu, Apr 9, 2020 at 2:14 PM Mark Thomas wrote: > On 09/04/2020 09:35, Kushagra Bindal wrote: > > Thanks Luis. But we have different vulnerabilities till 8.5.40 versio

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Mark Thomas
On 09/04/2020 09:35, Kushagra Bindal wrote: > Thanks Luis. But we have different vulnerabilities till 8.5.40 version. > > https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-887/Apache-Tomcat.html > > > That is why we are upgrading to latest 8.5 series version. Can someone > pl

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Kushagra Bindal
Thanks Luis. But we have different vulnerabilities till 8.5.40 version. https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-887/Apache-Tomcat.html That is why we are upgrading to latest 8.5 series version. Can someone please help in resolving this issue? On Thu, Apr 9, 2020 at

Re: Error occurred while upgrading BPM application to Tomcat 8.5.53

2020-04-09 Thread Luis Rodríguez Fernández
Hello Kushagra, Regarding the supported platform matrix [1] it looks like the tomcat version should be Tomcat 8.5.28 Hope it helps, Luis [1] https://docs.alfresco.com/process-services1.10/concepts/supported-platforms.html El jue., 9 abr. 2020 a las 9:53, Kushagra Bindal () escribió: > Hi

RE: Error parsing HTTP request header

2020-02-26 Thread dkumar
May I know the tomcat version please. - It is apache-tomcat-8.0.41 -Original Message- From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] Sent: 26 February 2020 19:01 To: 'Tomcat Users List' Subject: Error parsing HTTP request header Dear Team, We are getting below error in cat

RE: Error parsing HTTP request header

2020-02-26 Thread Naga Ramesh
May I know the tomcat version please. -Original Message- From: dku...@ccilindia.co.in [mailto:dku...@ccilindia.co.in] Sent: 26 February 2020 19:01 To: 'Tomcat Users List' Subject: Error parsing HTTP request header Dear Team, We are getting below error in catelina log while starting the

Re: Error parsing HTTP request header

2020-02-26 Thread tomcat/perl
On 26.02.2020 14:30, dku...@ccilindia.co.in wrote: Dear Team, We are getting below error in catelina log while starting the tomcat. 26-Feb-2020 18:57:36.795 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 21520 ms 26-Feb-2020 18:57:38.277 INFO [http-nio-443-exec-11] org

Re: Error parsing HTTP request header

2020-02-26 Thread Mark Thomas
On 26/02/2020 13:30, dku...@ccilindia.co.in wrote: > Dear Team, > > We are getting below error in catelina log while starting the tomcat. > > 26-Feb-2020 18:57:36.795 INFO [main] > org.apache.catalina.startup.Catalina.start Server startup in 21520 ms > 26-Feb-2020 18:57:38.277 INFO [http-nio-443

Re: Error: Cannot start container [org.codehaus.cargo.container.tomcat.Tomcat8xInstalledLocalContainer@6abca7a6]: Deployable [http://localhost:2990/cargocpc/index.html] failed to finish deploying with

2020-02-13 Thread calder
On Thu, Feb 13, 2020, 05:17 wrote: > I am trying to run one new plugin of jira using tomcat. But tomcat is not > getting started due to below error. Can you please let me know how this > error can be resolved? > > I am using Apache Tomcat Version 8.5.35. > > Error is as below. > > [ERROR] Failed

RE: Error: Cannot start container [org.codehaus.cargo.container.tomcat.Tomcat8xInstalledLocalContainer@6abca7a6]: Deployable [http://localhost:2990/cargocpc/index.html] failed to finish deploying with

2020-02-13 Thread Prasanna.Mahapure
- From: Mark Thomas Sent: Thursday, February 13, 2020 5:07 PM To: users@tomcat.apache.org Subject: Re: Error: Cannot start container [org.codehaus.cargo.container.tomcat.Tomcat8xInstalledLocalContainer@6abca7a6]: Deployable [http://localhost:2990/cargocpc/index.html] failed to finish

Re: Error: Cannot start container [org.codehaus.cargo.container.tomcat.Tomcat8xInstalledLocalContainer@6abca7a6]: Deployable [http://localhost:2990/cargocpc/index.html] failed to finish deploying with

2020-02-13 Thread Mark Thomas
Please do not cross-post to multiple lists. Usage questions belong on the users list. In this instance, since your issue is with Atlassian Jira, you'll need to contact Atlassian support. Mark On 13/02/2020 11:17, prasanna.mahap...@cognizant.com wrote: > Dear Team, > > I am trying to run one n

Re: Error parsing HTTP request header

2019-12-07 Thread ktrwas
: 12/8/19 09:12 (GMT+05:30) To: Tomcat Users List Cc: ch...@christopherschultz.net Subject: Re: Error parsing HTTP request header Well this isn't an issue with Tomcat. I'm using an embedded version ofTomcat in the BeAPI API Toolkit and this does not occur; mainly because itautomate

Re: Error parsing HTTP request header

2019-12-07 Thread Owen Rubel
Well this isn't an issue with Tomcat. I'm using an embedded version of Tomcat in the BeAPI API Toolkit and this does not occur; mainly because it automates 100% of the api functionality. I would say it is most likely your application. How are you testing your app? You should be doing integration t

Re: Error parsing HTTP request header

2019-12-07 Thread thulasiram k
Hi Chris, Thanks for trying to help here. As suggested I have checked the access logs and find the below error line when ever the above exception occurs in catalina.out. "GET null null" 400 - Thanks Ram On Wed, Dec 4, 2019 at 7:41 PM Christopher Schultz < ch...@christopherschultz.net> wrote:

Re: Error parsing HTTP request header

2019-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ram, On 12/4/19 06:02, thulasiram k wrote: > Hi, > > we recently upgrade our tomcat from 7.0.91 to 7.0.94 in windows > platform. Post upgrade we are seeing the below exception in logs > very frequently. can you please suggest to avoid this. > > De

Re: Error after upgrading to Tomcat 9.0.29

2019-11-28 Thread Mark Thomas
On 28/11/2019 13:56, Juri Berlanda wrote: > Hi Mark, > > I have 2 good news: > > 1. The issue I've seen is fixed with your 9.0.30-dev build > 2. My PC did not catch fire while running your 9.0.30-dev build :) > > So I guess I'll just wait for the final 9.0.30 release and stay on > 9.0.27 until t

Re: Error after upgrading to Tomcat 9.0.29

2019-11-28 Thread Juri Berlanda
Hi Mark, I have 2 good news: 1. The issue I've seen is fixed with your 9.0.30-dev build 2. My PC did not catch fire while running your 9.0.30-dev build :) So I guess I'll just wait for the final 9.0.30 release and stay on 9.0.27 until then. Thanks a lot for the quick help and solution. Cheer

Re: Error after upgrading to Tomcat 9.0.29

2019-11-27 Thread Mark Thomas
On 26/11/2019 21:22, Juri Berlanda wrote: > Hi, > > I never built Tomcat from source, but I guess there is a first time for > everything :-) > > I'm out of office tomorrow, but I will give it a shot on Thursday and > let you know how it went. Where can I find the source with the fix? https://git

Re: Error after upgrading to Tomcat 9.0.29

2019-11-26 Thread Juri Berlanda
Hi, I never built Tomcat from source, but I guess there is a first time for everything :-) I'm out of office tomorrow, but I will give it a shot on Thursday and let you know how it went. Where can I find the source with the fix? Cheers, Juri On 11/26/19 7:01 PM, Mark Thomas wrote: On 26/

Re: Error after upgrading to Tomcat 9.0.29

2019-11-26 Thread Mark Thomas
On 26/11/2019 16:35, Mark Thomas wrote: > On 25/11/2019 19:17, Juri Berlanda wrote: >> Hi all, >> >> I post my Stacktrace again, as I mistakenly previously only sent it to >> Rémy Maucherat. >> >> I'll try to make it as short as possible: > > Maybe a cariation of: > https://bz.apache.org/bugzilla/

Re: Error after upgrading to Tomcat 9.0.29

2019-11-26 Thread Mark Thomas
On 25/11/2019 19:17, Juri Berlanda wrote: > Hi all, > > I post my Stacktrace again, as I mistakenly previously only sent it to > Rémy Maucherat. > > I'll try to make it as short as possible: Maybe a cariation of: https://bz.apache.org/bugzilla/show_bug.cgi?id=63964 ? Mark -

Re: Error after upgrading to Tomcat 9.0.29

2019-11-25 Thread Mladen Adamović
Try simply to increase -Xss parameter in setenv.sh or setenv.bat, see if it works, since there is no infinite loop (it seems) On Mon, Nov 25, 2019 at 2:15 PM Juri Berlanda wrote: > Hi all, > > I just tried to deploy my WebApplication (OpenWebBeans, MyFaces) to > Tomcat 9.0.29. While everything

Re: Error after upgrading to Tomcat 9.0.29

2019-11-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juri, On 11/25/19 14:17, Juri Berlanda wrote: > Hi all, > > I post my Stacktrace again, as I mistakenly previously only sent it > to Rémy Maucherat. > > I'll try to make it as short as possible: > > 25-Nov-2019 14:01:34.842 SEVERE [http-nio-8080-

Re: Error after upgrading to Tomcat 9.0.29

2019-11-25 Thread Juri Berlanda
Hi all, I post my Stacktrace again, as I mistakenly previously only sent it to Rémy Maucherat. I'll try to make it as short as possible: 25-Nov-2019 14:01:34.842 SEVERE [http-nio-8080-exec-4] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [Faces Servlet]

Re: Error after upgrading to Tomcat 9.0.29

2019-11-25 Thread Rémy Maucherat
On Mon, Nov 25, 2019 at 3:03 PM Juri Berlanda wrote: > Hi all, > > ok, I'll try to make it as short as possible: > > 25-Nov-2019 14:01:34.842 SEVERE [http-nio-8080-exec-4] > org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() > for servlet [Faces Servlet] in context with path [

Re: Error after upgrading to Tomcat 9.0.29

2019-11-25 Thread Rémy Maucherat
On Mon, Nov 25, 2019 at 2:15 PM Juri Berlanda wrote: > Hi all, > > I just tried to deploy my WebApplication (OpenWebBeans, MyFaces) to > Tomcat 9.0.29. While everything works fine in 9.0.27, on 9.0.29 as soon > as I access any page I get: > > 25-Nov-2019 14:01:34.842 SEVERE [http-nio-8080-exec-4]

Re: error 0 issue

2019-06-26 Thread Suvendu Sekhar Mondal
On Wed, Jun 26, 2019, 11:02 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kumar, > > On 6/26/19 13:27, Kumar R wrote: > > Hi, Thanks for your reply...! As the application is available for > > users, also cost is involved for n

Re: error 0 issue

2019-06-26 Thread Shawn Heisey
On 6/26/2019 11:18 AM, Mark Thomas wrote: On 26/06/2019 18:10, Kumar R wrote: Hi Team, Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on 32 bit window 2003 architecture. No. A tiny bit more detail: 64-bit software requires a 64-bit operating system. A 64-bit opera

Re: error 0 issue

2019-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kumar, On 6/26/19 13:27, Kumar R wrote: > Hi, Thanks for your reply...! As the application is available for > users, also cost is involved for new Linux VM. ??! > Is it possible with existing window VM 32 bit. It is not possible to safely run you

Re: error 0 issue

2019-06-26 Thread Kumar R
Hi, Thanks for your reply...! As the application is available for users, also cost is involved for new Linux VM. Is it possible with existing window VM 32 bit. Thanks Rajib On Wed, Jun 26, 2019, 10:49 PM John Larsen wrote: > Why windows - especially from 2003. If app is in java you'll get huge

Re: error 0 issue

2019-06-26 Thread Kumar R
Hi, Thanks for your help. Thanks Rajib On Wed, Jun 26, 2019, 10:56 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > John, > > On 6/26/19 13:18, John Larsen wrote: > > Why windows - especially from 2003. If app is in java you'll

Re: error 0 issue

2019-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 6/26/19 13:18, John Larsen wrote: > Why windows - especially from 2003. If app is in java you'll get > huge performance boost moving to linux. [Citation Needed] - -chris > On Wed, Jun 26, 2019 at 11:11 AM Kumar R > wrote: > >> Hi Team,

Re: error 0 issue

2019-06-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kumar, On 6/26/19 13:10, Kumar R wrote: > Hi Team, Is it possible to go for higher version of JDK(64 bit) and > Tomcat(64bit) on 32 bit window 2003 architecture. If so, kindly let > me know the possible difficulties. There is nothing inherently 32-

Re: error 0 issue

2019-06-26 Thread John Larsen
Why windows - especially from 2003. If app is in java you'll get huge performance boost moving to linux. John Larsen On Wed, Jun 26, 2019 at 11:11 AM Kumar R wrote: > Hi Team, > Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on > 32 bit window 2003 architecture. > If

Re: error 0 issue

2019-06-26 Thread Mark Thomas
On 26/06/2019 18:10, Kumar R wrote: > Hi Team, > Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on > 32 bit window 2003 architecture. No. Mark > If so, kindly let me know the possible difficulties. > Thanks > Rajib > > On Tue, Jun 25, 2019, 1:17 AM Kumar R wrote: >

Re: error 0 issue

2019-06-26 Thread Kumar R
Hi Team, Is it possible to go for higher version of JDK(64 bit) and Tomcat(64bit) on 32 bit window 2003 architecture. If so, kindly let me know the possible difficulties. Thanks Rajib On Tue, Jun 25, 2019, 1:17 AM Kumar R wrote: > Hi, > Thanks for the help. > Thanks & Regards > Rajib > > On Tue,

Re: error 0 issue

2019-06-24 Thread Kumar R
Hi, Thanks for the help. Thanks & Regards Rajib On Tue, Jun 25, 2019, 1:14 AM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R : > >Hi Team, > >I am facing server 0 issue while starting tomcat 5 service after > >increase > >the heap

Re: error 0 issue

2019-06-24 Thread Felix Schumacher
Am 24. Juni 2019 21:23:24 MESZ schrieb Kumar R : >Hi Team, >I am facing server 0 issue while starting tomcat 5 service after >increase >the heap size from 1024 to 2048. > >Server:- >Windows 32 >Jre:- >1.5.0_15-h04, mixed mode sharing The 32 bit version of Java under windows can't use more than

Re: Error running the application as WAR in tomcat 9

2018-12-16 Thread Mark Thomas
On 16/12/2018 11:51, Kok How Teh wrote: > I get this on the page: > > org.apache.tomcat.websocket.server.WsServerContainer@7d9225a7 Then it is working correctly. Mark > > On Sun, Dec 16, 2018 at 12:27 AM Mark Thomas wrote: > >> On 15/12/2018 12:15, Kok How Teh wrote: >>> Can you share with

Re: Error running the application as WAR in tomcat 9

2018-12-16 Thread Kok How Teh
I get this on the page: org.apache.tomcat.websocket.server.WsServerContainer@7d9225a7 On Sun, Dec 16, 2018 at 12:27 AM Mark Thomas wrote: > On 15/12/2018 12:15, Kok How Teh wrote: > > Can you share with me your JSP for test? Thanks. > > It was in a previous mail in this thread: > > > > A

Re: Error running the application as WAR in tomcat 9

2018-12-15 Thread Mark Thomas
On 15/12/2018 12:15, Kok How Teh wrote: > Can you share with me your JSP for test? Thanks. It was in a previous mail in this thread: A web app with a single JSP (below) deployed to a clean Tomcat 9.0.x install shows this is the case. === start JSP === <%= application.getAttrib

Re: Error running the application as WAR in tomcat 9

2018-12-15 Thread Kok How Teh
Can you share with me your JSP for test? Thanks. On Fri, Dec 14, 2018 at 7:50 PM Mark Thomas wrote: > On 14/12/2018 11:15, Kok How Teh wrote: > >> Have you configued "containerSciFilter" on the Context? > > No. I don't > > > >> Have you removed any JARs from Tomcat's lib directory? > > These ar

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Mark Thomas
On 14/12/2018 11:15, Kok How Teh wrote: >> Have you configued "containerSciFilter" on the Context? > No. I don't > >> Have you removed any JARs from Tomcat's lib directory? > These are what I have in the lib: > > /opt/tomcat/latest/lib 2114 $ ls > annotations-api.jar catalina.jar ec

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Kok How Teh
> Have you configued "containerSciFilter" on the Context? No. I don't > Have you removed any JARs from Tomcat's lib directory? These are what I have in the lib: /opt/tomcat/latest/lib 2114 $ ls annotations-api.jar catalina.jar ecj-4.7.3a.jar jasper.jar servlet-api.jartomcat

Re: Error running the application as WAR in tomcat 9

2018-12-14 Thread Mark Thomas
On 14/12/2018 00:34, Kok How Teh wrote: > I filed a bug at Spring JIRA and this is the response I get ( > https://jira.spring.io/browse/SPR-17599): > > There seems to be a misunderstanding in that conversation on the Tomcat > mailing list: It's not that we can't find the class of the name > javax.

Re: Error running the application as WAR in tomcat 9

2018-12-13 Thread Kok How Teh
I filed a bug at Spring JIRA and this is the response I get ( https://jira.spring.io/browse/SPR-17599): There seems to be a misunderstanding in that conversation on the Tomcat mailing list: It's not that we can't find the class of the name javax.websocket.server.ServerContainer, it's the *ServletC

  1   2   3   4   5   6   7   8   9   >