Re: Multiple Class Loaders

2016-04-04 Thread Rallavagu
Chris, Thanks for the response. As I have mentioned, there are bugs in application code that prevents WebAppClassLoader from GC collection. Wondering what happens when two instances are running one is pinned due to application bugs and one newly deployed. For instance, would the pinned

Re: Multiple Class Loaders

2016-04-04 Thread Christopher Schultz
Rallavagu, On 4/4/16 8:13 PM, Rallavagu wrote: > Tomcat 7.0.47, JDK 7 > > When an app is hot deployed in-place by simply copying the .war file > into webapps directory, the old webappclassloader is not cleared > completely because of inefficient context shutdown from the app. In this > case, two

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-04 Thread Christopher Schultz
Tobias, On 4/4/16 4:49 AM, Tobias Soloschenko wrote: > I just figured out that this issue might depend on the file names of APR > 1.5.2 - if I create links in the lib folder that reflects the names of > 1.4.8 - tomcat throws an exception that the version of APR can not be > resolved: > > ln -s

Re: Information about incident ID 2205106170494020972

2016-04-04 Thread John D. Ament
Is it at all possible that you have some network level security that's blocking your access to this port? On Mon, Apr 4, 2016 at 10:03 PM Yin, Ivan wrote: > Hi, > > I am sure this error message doesn't come from that webapp since there is > no "incident ID" in the webapp. > In

答复: Information about incident ID 2205106170494020972

2016-04-04 Thread Yin, Ivan
Hi, I am sure this error message doesn't come from that webapp since there is no "incident ID" in the webapp. In addition, I searched this error in google and I found a lot of similar error messages coming from different webapps deployed on tomcat so I thought it might come from Tomcat. The

RE: Information about incident ID 2205106170494020972

2016-04-04 Thread Caldarale, Charles R
> From: Yin, Ivan [mailto:ivan@sap.com] > Subject: Information about incident ID 2205106170494020972 > When I tried to click one button in the web application deployed in Tomcat 7, > it throws > an error message as below: > This page can't be displayed. Contact support for additional

Information about incident ID 2205106170494020972

2016-04-04 Thread Yin, Ivan
Hi experts, When I tried to click one button in the web application deployed in Tomcat 7, it throws an error message as below: This page can't be displayed. Contact support for additional information. The incident ID is: 2205106170494020972. May I know what is the meaning of this incident ID

Multiple Class Loaders

2016-04-04 Thread Rallavagu
Tomcat 7.0.47, JDK 7 When an app is hot deployed in-place by simply copying the .war file into webapps directory, the old webappclassloader is not cleared completely because of inefficient context shutdown from the app. In this case, two instances of WebAppClassLoader are running for the same

Tomcat 8.5 documentation question

2016-04-04 Thread Thad Humphries
In docs/config/http.xml, lines #1430 and #1648 use "certificateValidation". However when I go to "#SSL_Support_-_SSLHostConfig" I find the attribute "certificateVerification", *not *"certificate*Validation*". I think one or the other is an error (and I think "certificateVerification" is the

Tomcat 9.0.0M4 (and trunk) issue with Websockets (bug?)

2016-04-04 Thread Francesco Bassi
Hello everybody. Tomcat 9 has a different behaviour than Tomcat 8, during the management of MessageHandler.onMessage: - in Tomcat 8: Thread.currentThread().getContextClassLoader() returns an instance of org.apache.catalina.loader.WebappClassLoader - in Tomcat 9

Re: Tomcat does not log exceptions thrown by the valve chain

2016-04-04 Thread Violeta Georgieva
Hi, 2016-04-01 16:28 GMT+03:00 Svetlin Zarev : > > Hello, > > > > I have a custom authenticator valve which failed with an exception that > never got logged by tomcat. > > After a little bit of digging in tomcat’s source it turned out that there > is no valve

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-04 Thread Tobias Soloschenko
Hi, I just figured out that this issue might depend on the file names of APR 1.5.2 - if I create links in the lib folder that reflects the names of 1.4.8 - tomcat throws an exception that the version of APR can not be resolved: ln -s libapr-1.0.dylib libtcnative-1.0.dylib ln -s libapr-1.a

Re: Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-04 Thread Violeta Georgieva
Hi, 2016-04-04 9:53 GMT+03:00 basilk : > > Hi. > > I try to start tomcat 8.0.33 in debug mode under Eclipse Mars.2. > I get the following errors: > > SEVERE: A child container failed during start > java.util.concurrent.ExecutionException:

Tomcat Maven Plugin release?

2016-04-04 Thread Magnus Skoglund
I have found that the current release 2.2 is not working for me, and there are two issues that have been fixed in trunk development, that fixes the problems I encounter. I have built the trunk version (2.3-SNAPSHOT) plugin locally, and that works fine for me. I prefer not to use SNAPSHOT, and I

Re: Apache Tomcat 9.0.0-M4 and http/2 on Mac OS X 10.11.4

2016-04-04 Thread Tobias Soloschenko
One thing I made wrong was "export JAVA_OPTS=-Djava.library.path=/usr/local/apr/lib" which is 1.4.8 the path to the new version installed with brew is "export JAVA_OPTS=-Djava.library.path=/usr/local/Cellar/apr/1.5.2/libexec/lib" but Tomcat can not find it at this location. I also tried to

Exception Both the UrlPattern and value attribute were set for the WebServlet annotation on class ...

2016-04-04 Thread basilk
Hi. I try to start tomcat 8.0.33 in debug mode under Eclipse Mars.2. I get the following errors: SEVERE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component