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 2005/12/03 18:17:37 UTC

DO NOT REPLY [Bug 37771] New: - java.lang.UnsatisfiedLinkError: setrbb when accessing APR HTTP connector

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37771>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37771

           Summary: java.lang.UnsatisfiedLinkError: setrbb when accessing
                    APR HTTP connector
           Product: Tomcat 5
           Version: 5.0.13
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Connector:HTTP
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bugzilla@schoenhaber.de


I'm trying to use the APR HTTP Connector with Tomcat 5.5.13-beta
Startup seems fine, i. e. no error messages in catalina.out. But every time I
try to access Tomcat's HTTP port, the connection is reset and the following
error is reported in catalina.out:

03.12.2005 17:38:44
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler process
SCHWERWIEGEND: Error reading request, ignored
java.lang.UnsatisfiedLinkError: setrbb
	at org.apache.tomcat.jni.Socket.setrbb(Native Method)
	at
org.apache.coyote.http11.InternalAprInputBuffer.setSocket(InternalAprInputBuffer.java:218)
	at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:755)
	at
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
	at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1203)
	at java.lang.Thread.run(Thread.java:595)

On the same machine with the same libtcnative and Tomcat 5.5.12 everything works
fine.

System specs:
- Gentoo Linux, Kernel 2.6.14.2 with UML skas3 patches
- Sun JDK 1.5.0_05-b05
- libtcnative-1.so.0.2.2 as provided by the tomcat-native.tar.gz in Tomcat's
binary distribution
- APR 1.2.2

Steps to reproduce:
1) Unpack Tomcat 5.5.13 binary distribution, set LD_LIBRARY_PATH so libtcnative
can be found. Use the provided default configuration, i. e. no changes to
server.xml etc.
2) Start Tomcat.
3) Try to open http://localhost:8080/ in browser.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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