[
https://issues.apache.org/jira/browse/MTOMCAT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481281#comment-13481281
]
Loïc Guerrin commented on MTOMCAT-173:
--
Hello,
I have the same issue with tomcat7-m
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
Priority: P2
Bug ID: 54036
Assignee: dev@tomcat.apache.org
Summary: currentThreadsBusy issue in centos 6
Severity: critical
Classification: Unclassified
OS: Linux
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
--- Comment #1 from francesco ---
Created attachment 29506
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29506&action=edit
thread dump
thread dump of tomcat when providing the issue described ( incredibly high
currentThreadsBu
after further investigation seems that the problem is really at this point:
at org.apache.tomcat.jni.Socket.recvbb(Native Method)
at
org.apache.coyote.http11.InternalAprInputBuffer.fill(InternalAprInputBuffer.java:575)
each threads hang at this position till timeout and timeout on each
connection
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
--- Comment #2 from francesco ---
after further investigation seems that the problem is really at this point:
at org.apache.tomcat.jni.Socket.recvbb(Native Method)
at
org.apache.coyote.http11.InternalAprInputBuffer.fill(InternalAprInpu
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-taglibs-standard has an issue affecting its community
integration.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
Mark Thomas changed:
What|Removed |Added
Component|Connectors |Library
Version|7.0.32
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
--- Comment #4 from francesco ---
Hi Mark do you mean to change connector?
i've tryed changing to BIO but the problem persist..
i have 220 threads blocked at this point:
at java.net.SocketInputStream.socketRead0(Native Method)
a
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
--- Comment #5 from francesco ---
i understood sorry u meant that you have changed location of the report (i'm
not very used to send bug reports) no problem :)
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
Component|Library
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
--- Comment #7 from francesco ---
you are the good tomcat programmer , how i can write a reproducible case if you
cannot reproduce the volume of requests i'm getting (these are TCP connections
not udp so i don't know how these can be simul
https://issues.apache.org/bugzilla/show_bug.cgi?id=54036
--- Comment #8 from Pid ---
Which versions of APR and Java are installed on the Centos 5 and 6 systems?
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Mon Oct 22 21:48:32 2012
New Revision: 1401092
URL: http://svn.apache.org/viewvc?rev=1401092&view=rev
Log:
FindBugs: Avoid possible NPE.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Connector.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/Conn
Author: markt
Date: Mon Oct 22 21:50:00 2012
New Revision: 1401093
URL: http://svn.apache.org/viewvc?rev=1401093&view=rev
Log:
Remove unnecessary SuppressWarnings
Modified:
tomcat/trunk/java/org/apache/catalina/filters/CsrfPreventionFilter.java
Modified:
tomcat/trunk/java/org/apache/catalin
Author: markt
Date: Mon Oct 22 22:00:48 2012
New Revision: 1401101
URL: http://svn.apache.org/viewvc?rev=1401101&view=rev
Log:
Remove some out of date Javadoc and an unnecessary constructor.
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/MBeanFactory.java
Modified: tomcat/trunk/java/
Author: markt
Date: Mon Oct 22 22:03:00 2012
New Revision: 1401103
URL: http://svn.apache.org/viewvc?rev=1401103&view=rev
Log:
Javadoc fixes
Modified:
tomcat/trunk/java/org/apache/catalina/tribes/MembershipService.java
tomcat/trunk/java/org/apache/catalina/tribes/transport/PooledSender.ja
Author: markt
Date: Mon Oct 22 22:04:34 2012
New Revision: 1401104
URL: http://svn.apache.org/viewvc?rev=1401104&view=rev
Log:
FindBugs: Protect against NPE
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=54010
Mark Thomas changed:
What|Removed |Added
Component|Connector:Coyote|Connectors
Version|5.5.36
Author: markt
Date: Mon Oct 22 22:48:38 2012
New Revision: 1401114
URL: http://svn.apache.org/viewvc?rev=1401114&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54010
Remove some unnecessary code (duplicate calls to configure the scheme as https
for AJP requests originally re
https://issues.apache.org/bugzilla/show_bug.cgi?id=54010
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=54010
--- Comment #3 from Dongcai Shen ---
Thank Mark for your efforts.
The credit of this vulnerability should be given to this bug report:
https://issues.apache.org/bugzilla/show_bug.cgi?id=36883
They discovered the bug but only fixed in the
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3481
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
2012/10/17 Mark Thomas :
> On 17/10/2012 15:07, Konstantin Kolinko wrote:
>
>> 1. Are and able to inject individual files?
>
> Not yet, but that should be relatively simple to implement.
>
>> 2. I am -1 on removal of VirtualWebappLoader.
>>
>> The feature of injecting additional classpath entries
Author: kfujino
Date: Tue Oct 23 05:08:46 2012
New Revision: 1401162
URL: http://svn.apache.org/viewvc?rev=1401162&view=rev
Log:
Add getSessionIdsFull operation to mbeans-descriptor.
listSessionIdsFull no longer exist.
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descrip
Author: kfujino
Date: Tue Oct 23 05:14:42 2012
New Revision: 1401163
URL: http://svn.apache.org/viewvc?rev=1401163&view=rev
Log:
Add getSessionIdsFull operation to mbeans-descriptor.
listSessionIdsFull no longer exist.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbean
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/3482
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=54040
Priority: P2
Bug ID: 54040
Assignee: dev@tomcat.apache.org
Summary: I found my flex application doesn't work anymore after
tomcat version 7.0.27
Severity: normal
Cl
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/872
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
28 matches
Mail list logo