RE: Major Minor Version issue when using jersey 2.9 with tomcat7 + java8

2014-06-16 Thread Selvakumar
Recompiling sources on jdk8 didnt resolve the error? -Original Message- From: "Seshumadhav Chaturvedula" Sent: ‎16-‎06-‎2014 12:15 PM To: "users@tomcat.apache.org" Subject: Major Minor Version issue when using jersey 2.9 with tomcat7 + java8 Resending previous email in plain text: We h

Re: Tomcat opening thousands of files

2014-06-16 Thread Prashant Deva
just noticed this, you tried running on tomcat 8, while we are running 7.0.53... Prashant On Mon, Jun 16, 2014 at 1:36 PM, Prashant Deva wrote: > our production instance (which we are running into issues with) has about > 2500 concurrent users. > > Prashant > > > On Mon, Jun 16, 2014 at 1:26 P

Re: Tomcat opening thousands of files

2014-06-16 Thread Prashant Deva
our production instance (which we are running into issues with) has about 2500 concurrent users. Prashant On Mon, Jun 16, 2014 at 1:26 PM, Rossen Stoyanchev < rstoyanc...@gopivotal.com> wrote: > On Mon, Jun 16, 2014 at 4:04 PM, Prashant Deva > wrote: > > > Rossen, > > Did you use an external

Re: Tomcat opening thousands of files

2014-06-16 Thread Rossen Stoyanchev
On Mon, Jun 16, 2014 at 4:04 PM, Prashant Deva wrote: > Rossen, > Did you use an external queue? Yes I did have the sample configured to use RabbitMQ for broadcasting messages. That's running as a separate process though so it shouldn't change the output of "lsof". How many clients were conne

Re: Tomcat opening thousands of files

2014-06-16 Thread Prashant Deva
Rossen, Did you use an external queue? How many clients were connected at the same time? Prashant On Mon, Jun 16, 2014 at 12:02 PM, Rossen Stoyanchev < rstoyanc...@gopivotal.com> wrote: > I gave this a quick try with the spring-websocket-portfolio sample [1] with > Tomcat 8. The output of the

Re: Decoded URL set on asynchronous request

2014-06-16 Thread Konstantin Kolinko
2014-06-16 22:38 GMT+04:00 Jimmy Royer : > On Sun, Jun 15, 2014 at 8:01 AM, Konstantin Kolinko > wrote: >> 2014-06-09 17:38 GMT+04:00 Konstantin Kolinko : >>> >>> (...) >>> >>> Servlet API javadocs: >>> http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html >>> >>> It does

Re: Tomcat opening thousands of files

2014-06-16 Thread Rossen Stoyanchev
I gave this a quick try with the spring-websocket-portfolio sample [1] with Tomcat 8. The output of the lsof command is just over 200 initially and then goes up a little but not much (about 10). >From the client-side I configured the SockJS client to use the WebSocket transport (i.e. using Tomcat'

Re: Decoded URL set on asynchronous request

2014-06-16 Thread Jimmy Royer
On Sun, Jun 15, 2014 at 8:01 AM, Konstantin Kolinko wrote: > 2014-06-09 17:38 GMT+04:00 Konstantin Kolinko : >> >> (...) >> >> Servlet API javadocs: >> http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletRequest.html >> >> It does not mention explicitly whether getRequestURL() return

Re: Remote Tomcat webapps bidirectional communication

2014-06-16 Thread Lmhelp1
Hello André, Thank you for your detailed answer, your accurate terminology and the links you sent me. About the scenario I described in my first message: I could make it work. > [André Warnier wrote:] > And note that when one of your servlets issues a HTTP request to another server, Tomcat k

Re: Tomcat opening thousands of files

2014-06-16 Thread Prashant Deva
hmm, we are just using spring websockets to send messages. In fact there is only two 'topics' in total, so there isnt much the application is doing quite frankly. do you think this is a spring issue? Prashant On Mon, Jun 16, 2014 at 10:10 AM, David kerber wrote: > On 6/16/2014 12:57 PM, Prasha

Re: Tomcat opening thousands of files

2014-06-16 Thread David kerber
On 6/16/2014 12:57 PM, Prashant Deva wrote: I am using Tomcat 7.0.53 with Spring 4 websockets (spring's SockJS support). I notice that tomcat opens thousands of files. Correction: your application opens thousands of files, or leaves them open when it should have closed them. Just running

Tomcat opening thousands of files

2014-06-16 Thread Prashant Deva
I am using Tomcat 7.0.53 with Spring 4 websockets (spring's SockJS support). I notice that tomcat opens thousands of files. Just running for a few hours I noticed, it opened 16,552 files: root@dripcast:~# lsof -p 22691 | wc -l 16552 Our logs are full of this exception thrown tons of times every s

AW: Choosing provider to load pkcs12 keystore for ssl

2014-06-16 Thread Steffen Heil (Mailinglisten)
Hi Okay, I must have overlooked the "keystoreProvider" attribute completely. Sorry for that and thanks a lot for the hint. However that only solved the loading part of the problem. The certificate is still unusable. When I try to connect, the browser reports an error. I set javax.net.debug=all

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-16 Thread André Warnier
Lars Engholm Johansen wrote: Our company are running several Tomcat 7.0.52 high volume Ubuntu 12.04 production servers. We are using Tomcat WebSockets (JSR356 implementation) heavily with 100M text messages (100GiB) per day. We monitor webserver health by measuring several key parameters every m

Re: Remote Tomcat webapps bidirectional communication

2014-06-16 Thread André Warnier
Lmhelp1 wrote: Hello, My question is about what code to write to allow two remote Tomcat webapps to communicate with one another through the Internet. Let me explain more precisely what I would like to do. (I'm just simplifying a bit the real situation). - I have a Tomcat webapp running on a

Problems with excessive connection timeouts

2014-06-16 Thread Martin Knoblauch
Hi, my environment is: OS SuSE SLES11/SP2 64-bit HTTP frontend: Apache2-2.2.21 (64-bit) mod_jk: 1.2.37 Problem short: excessive connection timeouts with weird socket ids Problem long: we frontend 4 Tomcats (7.0.42) using Apache2(2.2.21) and mod_jk(1.2.37). We are seeing a heavy amount of conne

Re: Why is my Tomcat connection getting terminated/closed?!!

2014-06-16 Thread Aniket Bhoi
On Wed, May 21, 2014 at 5:20 PM, Daniel Mikusa wrote: > On May 21, 2014, at 7:28 AM, Aniket Bhoi wrote: > > > On Tue, May 20, 2014 at 5:28 PM, Daniel Mikusa >wrote: > > > >> On May 20, 2014, at 7:47 AM, Aniket Bhoi wrote: > >> > >>> It has been working perfectly fine thus far.As far as i have

Re: Remote Tomcat webapps bidirectional communication

2014-06-16 Thread Aurélien Terrestris
Hello I think that application to application calls should be implemented with web services (there is much choice but maybe heavy to implement). When implementing such a solution, particularly if trafic goes through internet, you must check that you're using a firewall in order to avoid false requ

Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-16 Thread Lars Engholm Johansen
Our company are running several Tomcat 7.0.52 high volume Ubuntu 12.04 production servers. We are using Tomcat WebSockets (JSR356 implementation) heavily with 100M text messages (100GiB) per day. We monitor webserver health by measuring several key parameters every minute, including tomcat connect

Re: Major Minor Version issue when using jersey 2.9 with tomcat7 + java8

2014-06-16 Thread Konstantin Kolinko
2014-06-16 10:45 GMT+04:00 Seshumadhav Chaturvedula : > Resending previous email in plain text: > > We have a maven project to develop a jersey 2.0 REST service, on Eclipse > (kepler) > > org.glassfish.jersey.containers > jersey-container-servlet-core > 2.9.1 > > > In c

Re: Two Way authentication - Urgent Help

2014-06-16 Thread Grip In
Hi, Yes the problem got fixed the spelling of truststorefile was truststoreFile and truststorepass was truststorePass. Looks fixed for now! On Mon, Jun 16, 2014 at 5:20 AM, Dino Ciuffetti wrote: > Already imported your client.p12 into firefox? > > http://www.utexas.edu/its/help/user-certs/817