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 2011/07/07 09:24:51 UTC

DO NOT REPLY [Bug 51485] New: AprLifecycleListener repeat an error of "An incompatible version..."

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

             Bug #: 51485
           Summary: AprLifecycleListener repeat an error of "An
                    incompatible version..."
           Product: Tomcat 7
           Version: 7.0.16
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: zhh200910@gmail.com
    Classification: Unclassified


Caused By:

"HTTP/1.1" / "AJP/1.3" Connector
=================================
Connector.<init> => Connector.setProtocol => AprLifecycleListener.init
IntrospectionUtils.setProperty => Connector.setProtocol =>
AprLifecycleListener.init


<Listener
className="org.apache.catalina.core.AprLifecycleListener"SSLEngine="on" />
=============================
(StandardServer)LifecycleBase.init = > AprLifecycleListener.lifecycleEvent =>
AprLifecycleListener.init


2011-7-7 14:52:38 org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.16 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.17
2011-7-7 14:52:38 org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.16 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.17
2011-7-7 14:52:38 org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.16 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.17
2011-7-7 14:52:38 org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.16 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.17
2011-7-7 14:52:38 org.apache.catalina.core.AprLifecycleListener init
SEVERE: An incompatible version 1.1.16 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.17
2011-7-7 14:52:38 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
2011-7-7 14:52:38 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
2011-7-7 14:52:38 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 316 ms

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 51485] AprLifecycleListener repeat an error of "An incompatible version..."

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

Pid <bu...@pidster.com> changed:

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

--- Comment #1 from Pid <bu...@pidster.com> 2011-07-07 07:50:24 UTC ---
Bugzilla is not a support forum. The Tomcat Users mailing list is the place to
get help.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 51485] AprLifecycleListener repeat an error of "An incompatible version..."

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |WONTFIX
           Severity|normal                      |minor

--- Comment #2 from Konstantin Kolinko <kn...@gmail.com> 2011-07-07 10:09:45 UTC ---
It is SEVERE error message. Some warning messages just have to be repeated to
be taken seriously. I think it is not worth fixing, because it repeats several
times only (not infinitely).

Note, that in this case you HTTP/1.1 connector has switched from Apr
implementation to the Bio one (http-bio-8080).  If it were unnoticed, it could
have severe consequences if your connector was using HTTPS,  because
configuration of HTTPS differs between those two connector implementations.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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