Getting confusing websocket error message on Tomcat 7

2016-05-04 Thread Jason Ricles
I am trying to send a file over a websocket in binary and keep getting this error "code [1009], reason [No async message support and buffer too small. Buffer size: [800,000], Message size: [131,170]]" I am confused since it is saying the buffer size is too small but the size is 800,000 and the me

Re: Apache Tomcat8 blocked once reached max thread(s) count

2016-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 5/2/16 7:29 AM, David kerber wrote: > On 5/2/2016 3:33 AM, Kapilan A wrote: >> Hi Folks >> >> I am facing one issue with Apache Tomcat 8. >> >> >> >> In 32 GB machine, four instances of tomcat is running and every >> tomcat has memory as

Re: heap space problem

2016-05-04 Thread Yaragalla Muralidhar
Thank you Chris. Your mail is so helpful *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ *

Re: heap space problem

2016-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yaragalla, On 5/4/16 1:13 PM, Yaragalla Muralidhar wrote: > Hi we have purchased a java private hosting with some service > provider and we have hosted some simple spring app with few > database operations. the heap space we got is 64mb. Spring is a

heap space problem

2016-05-04 Thread Yaragalla Muralidhar
Hi we have purchased a java private hosting with some service provider and we have hosted some simple spring app with few database operations. the heap space we got is 64mb. some times it used to get stoped so when we ask the service provider he said we have to increase the heap space and we have i

Re: Tomcat accept count tuning

2016-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rallavagu, On 5/2/16 3:20 PM, Rallavagu wrote: > Tomcat 7.0.47 running on Linux Upgrade, dude. Disclosed vulnerabilities are available for your version of Tomcat. > I have started investigating after noticing following messages > from "dmesg" output

Re: Tomcat connector settings

2016-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, On 5/2/16 10:20 AM, Michael Fox wrote: > I ultimately want to have a Tomcat application protected by our > university's system for authentication, which is SiteMinder. They > have told me that they can't protect Tomcat directly, but if us

Re: Locky Attack

2016-05-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johan, On 5/2/16 9:50 AM, Johan Compagner wrote: > How did they get in? what security hole was used there? Most likely the usual: a raw meat vulnerability. Someone opened a document they shouldn't have trusted and enabled macros and let it do whatev

Non recycled request

2016-05-04 Thread Thomas Boniface
Hi, I can observer RecycleRequiredException (example below) in the catalina.out of my application. This application relies on async servlets with some async libraries, this exception can lead to strange behavior I guess like mixing user cookies. Is there some specific logs I could activate to iso