DO NOT REPLY [Bug 34868] - allow to register a trust store for a session that becomes effective before CLIENT-CERT auth is executed on requests

2005-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34868





--- Additional Comments From [EMAIL PROTECTED]  2005-06-25 09:30 ---
one option to avoid this scalability problem would be to add a few
no-questions-asked ca's such as http://www.black-helicopter.org/bh (not really
updated anymore) and perhaps http://cacert.org could do this
(http://lists.cacert.org/cgi-bin/mailman/private/cacert/2005-June/003095.html)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29641] - Socket exception hangs tomcat

2005-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29641


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2005-06-26 01:29 ---
I am having the same problem.  We have tried this on many different machines but
this problem always happens on Windows 2003.

We are running axis webservices which run just fine on Win 2000 but fail as soon
as we move to Windows 2003.  Tried 5.0.25 5.0.27 5.0.30 and other versions; no
luck :(

This problem happens when the server has been sitting idle for a long time eg.
overnight, the problem happens and a particular context completey freezes.

(In reply to comment #1)
> Please discuss and debug on the mailing list first.  The probabiliy of this 
> being a tomcat bug is slim.
> 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 35507] New: - Light weight Threads locked and seen in core dump.

2005-06-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35507

   Summary: Light  weight  Threads locked and seen in core dump.
   Product: Tomcat 5
   Version: 5.5.7
  Platform: Sun
OS/Version: SunOS
Status: NEW
  Severity: critical
  Priority: P1
 Component: Unknown
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


We have Tomcat 5.5.7 Server configured in SunOS 5.8 box. Our web service
application is deployed in tomcat.
This application is invoked using a Service URL (SOAP over http) and AXIS.

Problem Description : 
Once in a while (does not occur often) the tomcat server responds very slowly
and consumes more CPU. 
when this happens we see lot of internal threads of tomcat which are active and
one of the light weight thread takes the major share of CPU.
After a while the server hangs (responds slowly) and will finally stops dumping
the java core dump in catalina.out file.

We were able monitor this for our 2 servers. One of the server stopped and we
found the core dump in catalina.out

Second server was responding very slowly and was taking more CPU. 

SUN has asked us to change the Garbage collection (GC) method.
This helps to answer the Server pause and sudden increase in CPU usage by one of
the light weight process (JV thread for GC) 

But Java core dump in generated when server came down shows lot many threads 

Some of them are locked and stacktrace is similar to - 
 "http-8082-Processor350" daemon prio=5 tid=0x00a64978 nid=0x24b68 in
Object.wait() [5b801000..5b8019c0]
 at java.lang.Object.wait(Native Method)
 at java.lang.Object.wait(Object.java:429)
 at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:656)
 - locked <0x75e9ee28> (a
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable)
 at java.lang.Thread.run(Thread.java:534)

Some of them have following stacktrace - 

"http-8080-Processor125" daemon prio=5 tid=0x0135e148 nid=0x4ca32 runnable
[69f0..69f019c0]
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
- locked <0x8cc5e478> (a java.io.BufferedInputStream)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:756)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:711)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:635)
- locked <0x8cc578a0> (a sun.net.www.protocol.http.HttpURLConnection)
at
com.wfb.ivs.image.persistence.connection.DEXConnector.read(DEXConnector.java:422)

 
We dont know why these threads are locked..Is this a problem with tomcat ?
Can any one help us to figure this out.

Thanks
Naveen.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]