DO NOT REPLY [Bug 46183] about jvm dump file EXCEPTION_ACCESS_VIOLATION (0xc0000005)

2008-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46183 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r713070 - in /tomcat/trunk: ./ java/org/apache/cometd/ java/org/apache/tomcat/bayeux/ modules/bayeux/ modules/bayeux/java/ modules/bayeux/java/org/ modules/bayeux/java/org/apache/ modules/

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 07:58:23 2008 New Revision: 713070 URL: http://svn.apache.org/viewvc?rev=713070&view=rev Log: Move the bayeux to a separate module Added: tomcat/trunk/modules/bayeux/ tomcat/trunk/modules/bayeux/.classpath tomcat/trunk/modules/bayeux/.project tomcat

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Anton Khitrenovich
Mark, Great, thanks! BTW - The proposal is something official I can link to in my (future) conversation with Sun or just an email to somebody somewhere? Regards, Anton. On Tue, Nov 11, 2008 at 16:50, Mark Thomas <[EMAIL PROTECTED]> wrote: > Anton Khitrenovich wrote: > > Can somebody (pleas

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Mark Thomas
Anton Khitrenovich wrote: > Mark, > > Great, thanks! > > BTW - The proposal is something official I can link to in my (future) > conversation with Sun or just an email to somebody somewhere? http://svn.apache.org/viewvc?view=rev&revision=713053 Two more +1 votes (and no -1s) and it will be comm

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Peter Rossbach
Hi Filip, I don't see the one line patch. I also the problem, but I got a lot of NPE without the patch. need help, Peter Am 11.11.2008 um 18:06 schrieb Filip Hanik - Dev Lists: -1 this was intentional, and yes, it accidentally broke the NIO connector the proper way to do this is to call

Re: [VOTE] Releasing Apache Tomcat Native 1.1.16

2008-11-11 Thread Mladen Turk
Just an reminder that the voting is still on ;) I'll wait another 48 hrs, and if not voted seems we'll have to forget about this version. Mladen Turk wrote: Hello to the Tomcat team, Native 1.1.16 has been available for testing for almost a week, so I would like to proceed with the release v

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Filip Hanik - Dev Lists
hi Peter, the one line patch is in my email, that is the patch that you should apply, instead of your patch socketProperties.setProperties(serverSock.socket()); would you like me to do it? Filip Peter Rossbach wrote: Hi Filip, I don't see the one line patch. I also the problem, but I got a lot

Re: NTLMAuthenticator for Apache Tomcat 6.0.18 (Intranet within a Microsoft domain)

2008-11-11 Thread Christophe Dupriez
Hi David! Thank you for your questions. FIRST AN APOLOGY TO THE READERS: The proposed patch file misses the most important, a new java class NTLMAuthenticator.java: I will make available in a corrected patch FRIDAY (I am not back to my office before). For my goals: > > * centralize the paramete

Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Anton Khitrenovich
Hi all, We are using IPlanet 6.1 web server, that is based on Catalina 4.1 container. Recently we've run into strange exceptions on Catalina level. After examining stack trace and relevant code, I see that the problem originates in non-synchronized usage of static SimpleDateFormat variables from D

svn commit: r713086 - /tomcat/trunk/.classpath

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 09:12:18 2008 New Revision: 713086 URL: http://svn.apache.org/viewvc?rev=713086&view=rev Log: oops Modified: tomcat/trunk/.classpath Modified: tomcat/trunk/.classpath URL: http://svn.apache.org/viewvc/tomcat/trunk/.classpath?rev=713086&r1=713085&r2=713086&vie

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Peter Rossbach
Yes, please Peter Am 11.11.2008 um 20:18 schrieb Filip Hanik - Dev Lists: hi Peter, the one line patch is in my email, that is the patch that you should apply, instead of your patch socketProperties.setProperties(serverSock.socket()); would you like me to do it? Filip Peter Rossbach wrote:

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread sebb
On 11/11/2008, Anton Khitrenovich <[EMAIL PROTECTED]> wrote: > Hi all, > > We are using IPlanet 6.1 web server, that is based on Catalina 4.1 > container. Recently we've run into strange exceptions on Catalina level. > After examining stack trace and relevant code, I see that the problem > orig

[APR/JNI] send from specific interface

2008-11-11 Thread Lorenz Breu
hi guys can somebody give me a hint on how to send a udp message from a specific port using the jni (or directly the apr) code? i am trying the following: long handle = Socket.create(Socket.APR_INET, Socket.SOCK_DGRAM, Socket.APR_PROTO_UDP, pool); Socket.optSet(handle, Socket.APR_SO_NONBLOCK, 1);

svn commit: r713144 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11NioProtocol.java tomcat/util/net/NioEndpoint.java tomcat/util/net/SocketProperties.java

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 12:00:26 2008 New Revision: 713144 URL: http://svn.apache.org/viewvc?rev=713144&view=rev Log: Fix socket properties usage so that we can decide if we want to accept the default value or if we want to use a preset value Modified: tomcat/trunk/java/org/apache/co

svn commit: r713169 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:04:57 2008 New Revision: 713169 URL: http://svn.apache.org/viewvc?rev=713169&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=71316

svn commit: r713174 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/connector/Request.java

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:22:17 2008 New Revision: 713174 URL: http://svn.apache.org/viewvc?rev=713174&view=rev Log: Add fix for Comet Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/tc6.0.x/trunk/jav

svn commit: r713175 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11Processor.java

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:27:55 2008 New Revision: 713175 URL: http://svn.apache.org/viewvc?rev=713175&view=rev Log: dereference a socket that is no more used, frees up socket buffers Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Htt

svn commit: r713177 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/context/ReplicatedContext.java

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:29:34 2008 New Revision: 713177 URL: http://svn.apache.org/viewvc?rev=713177&view=rev Log: Fix class cast exception Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java Modified: tomc

svn commit: r713053 - /tomcat/current/tc5.5.x/STATUS.txt

2008-11-11 Thread markt
Author: markt Date: Tue Nov 11 06:50:09 2008 New Revision: 713053 URL: http://svn.apache.org/viewvc?rev=713053&view=rev Log: Propose thread safety back port Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/curre

Re: Thread safety issues in org.apache.catalina.util.CookieTools

2008-11-11 Thread Mark Thomas
Anton Khitrenovich wrote: > Can somebody (please) confirm that there is a bug in Catalina code? Yep, it is a bug. It has been fixed for 6.0.x but not proposed for back porting to earlier versions. The fix was http://svn.apache.org/viewvc?view=rev&revision=708160 I have just proposed it for 5.5.x.

svn commit: r713183 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:47:37 2008 New Revision: 713183 URL: http://svn.apache.org/viewvc?rev=713183&view=rev Log: Update changelog with last three commits Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: htt

svn commit: r713186 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/ webapps/docs/config/

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:51:52 2008 New Revision: 713186 URL: http://svn.apache.org/viewvc?rev=713186&view=rev Log: Set default thread count to 200 Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/ne

svn commit: r713187 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/changelog.xml

2008-11-11 Thread fhanik
Author: fhanik Date: Tue Nov 11 13:52:38 2008 New Revision: 713187 URL: http://svn.apache.org/viewvc?rev=713187&view=rev Log: update change log and status file Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Filip Hanik - Dev Lists
-1 this was intentional, and yes, it accidentally broke the NIO connector the proper way to do this is to call socketProperties.setProperties(serverSock.socket()); this way, your patch is only one line, and also doesn't add in a bunch of -1 illegal values Filip [EMAIL PROTECTED] wrote: Aut

Re: svn commit: r712278 - in /tomcat/trunk/java/org/apache/tomcat/util/net: NioEndpoint.java SocketProperties.java

2008-11-11 Thread Filip Hanik - Dev Lists
done Filip Peter Rossbach wrote: Yes, please Peter Am 11.11.2008 um 20:18 schrieb Filip Hanik - Dev Lists: hi Peter, the one line patch is in my email, that is the patch that you should apply, instead of your patch socketProperties.setProperties(serverSock.socket()); would you like me to do

DO NOT REPLY [Bug 46183] about jvm dump file EXCEPTION_ACCESS_VIOLATION (0xc0000005)

2008-11-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46183 --- Comment #2 from umayahara <[EMAIL PROTECTED]> 2008-11-11 21:15:45 PST --- ご連絡いただきありがとうございました。 SUNへ問い合わせます。 about Bug 46183 thank you -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You a

Can JULI logging can be configured with other application servers

2008-11-11 Thread Hearty
Is JULI is designed to work with other application servers or it is can be configured only with tomcat? If it is possible to configure with other app servers how it can be initialized to log per web-app generically? -- View this message in context: http://www.nabble.com/Can-JULI-logging-can-be-