Re: NullPointerExceptions on startup with NIO connector

2008-12-23 Thread ssenecal
production release? Thanks - Original Message From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 29, 2008 7:15:01 AM Subject: Re: NullPointerExceptions on startup with NIO connector thanks for the report, looks

Re: NullPointerExceptions on startup with NIO connector

2008-12-23 Thread Filip Hanik - Dev Lists
@tomcat.apache.org Sent: Wednesday, October 29, 2008 7:15:01 AM Subject: Re: NullPointerExceptions on startup with NIO connector thanks for the report, looks it was fixed in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?view=diffr1=618058r2=618059 I just

Re: NullPointerExceptions on startup with NIO connector

2008-12-23 Thread Shaun Senecal
7:15:01 AM Subject: Re: NullPointerExceptions on startup with NIO connector thanks for the report, looks it was fixed in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?view=diffr1=618058r2=618059 I just forgot to backport it Filip Alex

Re: NullPointerExceptions on startup with NIO connector

2008-12-23 Thread Filip Hanik - Dev Lists
Message From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 29, 2008 7:15:01 AM Subject: Re: NullPointerExceptions on startup with NIO connector thanks for the report, looks it was fixed in trunk http://svn.apache.org/viewvc

Re: NullPointerExceptions on startup with NIO connector

2008-12-23 Thread Shaun Senecal
? Thanks - Original Message From: Filip Hanik - Dev Lists devli...@hanik.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 29, 2008 7:15:01 AM Subject: Re: NullPointerExceptions on startup with NIO connector thanks for the report, looks it was fixed in trunk

NullPointerExceptions on startup with NIO connector

2008-10-29 Thread Alex Talis
Hi,   My Tomcat 6.0.18 throws NPEs if there are incoming connections to an NIO connector before the connector had a chance to initialize.  The behavior that I would expect is for Tomcat to simply refuse incoming connections until the connector is ready.   I found a similar post on this mailing

Re: NullPointerExceptions on startup with NIO connector

2008-10-29 Thread Filip Hanik - Dev Lists
thanks for the report, looks it was fixed in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?view=diffr1=618058r2=618059 I just forgot to backport it Filip Alex Talis wrote: Hi, My Tomcat 6.0.18 throws NPEs if there are incoming connections

Re: NullPointerExceptions on startup with NIO connector

2008-10-29 Thread Alex Talis
Filip, does this mean that this fix will be in 6.0.19 production release?   Thanks - Original Message From: Filip Hanik - Dev Lists [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, October 29, 2008 7:15:01 AM Subject: Re: NullPointerExceptions on startup

Re: NullPointerExceptions on startup with NIO connector

2008-10-29 Thread Filip Hanik - Dev Lists
Subject: Re: NullPointerExceptions on startup with NIO connector thanks for the report, looks it was fixed in trunk http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?view=diffr1=618058r2=618059 I just forgot to backport it Filip Alex Talis wrote: Hi