https://issues.apache.org/bugzilla/show_bug.cgi?id=48300
Summary: AprLifecycleListener: Bogus behaviour with
Http11AprProtocol and java.library.path
Product: Tomcat 5
Version: 5.5.28
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Native:Integration
AssignedTo: [email protected]
ReportedBy: [email protected]
AprLifecycleListenes says "apr not found" but loads Http11AprProtocol connector
27.11.2009 21:07:45 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/../lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386:/usr/lib/xulrunner-addons:/usr/lib/xulrunner-addons:/usr/java/packages/lib/i386:/lib:/usr/lib
27.11.2009 21:07:45 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
27.11.2009 21:07:45 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
27.11.2009 21:07:45 org.apache.coyote.ajp.AjpAprProtocol init
------------------------
AprLifecycleListenes was commented out in server.xml, Http11AprProtocol
connector loaded anyhow
27.11.2009 21:08:23 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
27.11.2009 21:08:23 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
27.11.2009 21:08:23 org.apache.coyote.ajp.AjpAprProtocol init
------------------------
Only if i use a -Djava.library.path=/none AprLifecycleListenes fails really to
load http11AprProtocol connector and loads the desired
http11.Http11BaseProtocol
27.11.2009 21:02:23 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path: /none
27.11.2009 21:02:23 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
27.11.2009 21:02:25 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
--
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: [email protected]
For additional commands, e-mail: [email protected]