You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/09/04 06:11:27 UTC

[Bug 56909] New: Failed to create poller with specified size of -1

https://issues.apache.org/bugzilla/show_bug.cgi?id=56909

            Bug ID: 56909
           Summary: Failed to create poller with specified size of -1
           Product: Tomcat 7
           Version: 7.0.26
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: sunqi800@163.com

set maxConnections="-1" with the APR connector.

tomcat start fail,the error msg is:

 "org.apache.tomcat.util.net.AprEndpoint allocatePoller
Failed to create poller with specified size of -1"


           // Single poller by default
            int defaultPollerSize = getMaxConnections();

            if ((OS.IS_WIN32 || OS.IS_WIN64) && (defaultPollerSize > 1024)) {
                // The maximum per poller to get reasonable performance is 1024
                // Adjust poller size so that it won't reach the limit. This is
                // a limitation of XP / Server 2003 that has been fixed in
                // Vista / Server 2008 onwards.
                actualPollerSize = 1024;
            } else {
                actualPollerSize = defaultPollerSize;
            }

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56909] Failed to create poller with specified size of -1

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56909

sunqi <su...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sunqi800@163.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56909] Failed to create poller with specified size of -1

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56909

sunqi <su...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|7.0.26                      |trunk

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56909] Failed to create poller with specified size of -1

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56909

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---


*** This bug has been marked as a duplicate of bug 56910 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org