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

Error during startup

2022-08-03 Thread Mohan T
Dear All, We are using tomcat 8.5 on suse linux 7. We are invoking Catalina.sh in java security enabled mode. Kindly help me in resolving this . Thanks Mohan Exception: Error in Full Agent Registration Info Resolver reading environment variable/system property java.security.AccessControlExce

Re: Tomcat is Automatically Getting Stopped Frequently

2022-08-03 Thread Christopher Schultz
Prasenjit, On 8/3/22 11:43, Prasenjit Dey wrote: Can you please tell us which OS logs in Ubuntu I need to check. I am new to this. Please help! Look at CATALINA_BASE/logs/catalina.out and /var/log/messages. You may have to check other /var/log/* files, as each Linux distro tends to put certa

Re: Tomcat is Automatically Getting Stopped Frequently

2022-08-03 Thread Christopher Schultz
Prasenjit, On 8/3/22 03:19, Prasenjit Dey wrote: Tomcat Version: 8.5.81.0 Operating System: Ubuntu 20.04 LTS RAM: 8gb Java Version: 1.8.0_312 Architecture: 64Bit Hi, I am facing a problem regarding our application hosted in Tomcat. Our infrastructure is on Azure Cloud. We have hosted our appl

RE: Tomcat is Automatically Getting Stopped Frequently

2022-08-03 Thread Prasenjit Dey
Hi Mark, Thanks for your reply. Can you please tell us which OS logs in Ubuntu I need to check. I am new to this. Please help! Thanks & Regards, Prasenjit Dey | Team Leader - Testing | Kovair Software Ph: +91.33. 40657016 Ext. 240 | prasanjit...@kovair.com U

Re: Regarding IPv6 support

2022-08-03 Thread Nitish Chitta
Thanks for all the responses. Regards, Nitish On Wed, Aug 3, 2022 at 2:58 PM Konstantin Kolinko wrote: > ср, 3 авг. 2022 г. в 10:19, Nitish Chitta : > > > > Hello Team, > > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > > URL as I am getting an HTTP 404 error when t

Re: Tomcat is Automatically Getting Stopped Frequently

2022-08-03 Thread Mark Thomas
Tomcat won't be shutting itself down. Something external must be stopping the process. Check the OS logs. This sounds like the Linux OOM killer. Note: Attachments rarely make it to the list. If you need to share attachments, use a file sharing service. Mark On 03/08/2022 09:12, Prasenjit D

Re: Regarding IPv6 support

2022-08-03 Thread Konstantin Kolinko
ср, 3 авг. 2022 г. в 10:19, Nitish Chitta : > > Hello Team, > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > URL as I am getting an HTTP 404 error when trying to hit the server with an > IPv6 address. 1. Tomcat 7 has reached End of Life and is no longer supported. 2.

Tomcat is Automatically Getting Stopped Frequently

2022-08-03 Thread Prasenjit Dey
Tomcat Version: 8.5.81.0 Operating System: Ubuntu 20.04 LTS RAM: 8gb Java Version: 1.8.0_312 Architecture: 64Bit Hi, I am facing a problem regarding our application hosted in Tomcat. Our infrastructure is on Azure Cloud. We have hosted our application in Tomcat on a virtual machine deployed fro

Re: JSF NULL-String is coercing to NULL instead of empty String

2022-08-03 Thread Han Li
You can read Mark’s comment, I hope it will help you. https://bz.apache.org/bugzilla/show_bug.cgi?id=66161#c3 > 2022年8月3日 16:04,König, Andreas, NM-HVD 写道: > > Tomcat Version: 9.0.60 > Primefaces: 11.0.5 > > Hello, > recently we updated our environment from Tomcat Version 9.0.59 to 9.0.60. > Sin

JSF NULL-String is coercing to NULL instead of empty String

2022-08-03 Thread König , Andreas , NM-HVD
Tomcat Version: 9.0.60 Primefaces: 11.0.5 Hello, recently we updated our environment from Tomcat Version 9.0.59 to 9.0.60. Since the update, we are having issues with some views because NULL-Strings are no longer coerced to Empty-Strings. I know the current behaviour is compliant to the EL specif

Re: Regarding IPv6 support

2022-08-03 Thread Jason Wee
check if tomcat is listening on ipv6, using ss or netstat command. need more details about your environment, how requests are pass to container, etc... On Wed, Aug 3, 2022 at 3:26 PM Nitish Chitta wrote: > > I have done the required changes i.e added the IPv6 address to the > connector that the s

Re: Regarding IPv6 support

2022-08-03 Thread Han Li
> 2022年8月3日 15:18,Nitish Chitta 写道: > > Hello Team, > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > URL as I am getting an HTTP 404 error when trying to hit the server with an > IPv6 address. Don’t you get a 404 error when you use an IPV4 address? > > Thanks &

Re: Regarding IPv6 support

2022-08-03 Thread Nitish Chitta
I have done the required changes i.e added the IPv6 address to the connector that the server should listen on. Do I have to add any other property or am I missing something? On Wed, Aug 3, 2022 at 12:51 PM Jason Wee wrote: > yes, it should, read here > https://tomcat.apache.org/tomcat-7.0-doc/co

Re: Regarding IPv6 support

2022-08-03 Thread Jason Wee
yes, it should, read here https://tomcat.apache.org/tomcat-7.0-doc/config/http.html On Wed, Aug 3, 2022 at 3:19 PM Nitish Chitta wrote: > > Hello Team, > I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the > URL as I am getting an HTTP 404 error when trying to hit the server

Tomcat is Automatically Getting Stopped Frequently

2022-08-03 Thread Prasenjit Dey
Tomcat Version: 8.5.81.0 Operating System: Ubuntu 20.04 LTS RAM: 8gb Java Version: 1.8.0_312 Architecture: 64Bit Hi, I am facing a problem regarding our application hosted in Tomcat. Our infrastructure is on Azure Cloud. We have hosted our application in Tomcat on a virtual machine deployed fro

Regarding IPv6 support

2022-08-03 Thread Nitish Chitta
Hello Team, I wanted to know if Tomcat 7 supports requests with IPv6 addresses in the URL as I am getting an HTTP 404 error when trying to hit the server with an IPv6 address. Thanks & Regards, Nitish