Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-23 Thread tomcat/perl
Hi. I have no idea what lines like this are : java130244 root 78u sock0,9 0t0 12154374 protocol: TCPv6 There are obviously too many of them, for them to match with the sockets listed by netstat. The ones which in the lsof output, have "TYPE" set to "IPv6"

tomcat-embed-el JAR appears to violate EL spec causing ClassNotFoundException's

2021-05-23 Thread Steve Storey
Hi there, I've run into a problem trying to deploy an web application on Wildfly that includes the tomcat-embed-el JAR (which is now the default EL for Spring Boot 2.5 applications). The spec at https://docs.oracle.com/javaee/7/api/javax/el/ExpressionFactory.html#newInstance-- says: > Use the

Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-23 Thread Felix Schumacher
Sorry for the noise, you gave the numbers of open files (8028) and the limits (262144) in your first mail. Felix Am 23.05.21 um 12:18 schrieb Felix Schumacher: > Am 22.05.21 um 18:03 schrieb Yeggy Javadi: >> Here it is: >> >> # netstat -p -a --tcp | grep 130244 >> tcp6 0 0

Re: apache-tomcat-8.5.59 too many open files on Linux 8

2021-05-23 Thread Felix Schumacher
Am 22.05.21 um 18:03 schrieb Yeggy Javadi: > Here it is: > > # netstat -p -a --tcp | grep 130244 > tcp6 0 0 [::]:pcsync-https [::]:* LISTEN > 130244/java > tcp6 0 0 [::]:https [::]:* LISTEN > 130244/java >