On 22.06.2012 06:51, Jesse Farinacci wrote:
Greetings,
I'm encountering a problem migrating to apache tomcat 7.0.28 with IBM
J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux s390x-64
jvmxz6460sr10fp1-20120202_101568 (JIT enabled, AOT enabled). Here is
the relevant log information:
22-Jun-2012 00:41:05.701 INFO [AsyncFileHandlerWriter-1149650054]
org.apache.catalina.core.AprLifecycleListener.init Loaded APR based
Apache Tomcat Native library 1.1.24 using APR version 1.3.3.
22-Jun-2012 00:41:05.705 INFO [AsyncFileHandlerWriter-1149650054]
org.apache.catalina.core.AprLifecycleListener.init APR capabilities:
IPv6 [true], sendfile [true], accept filters [false], random [true].
[...snip...]
[..client makes a request..]
22-Jun-2012 00:42:06.847 SEVERE [AsyncFileHandlerWriter-1149650054]
org.apache.tomcat.util.net.AprEndpoint$Poller.run Unexpected poller
error
java.lang.NoSuchMethodError: org/apache/tomcat/jni/Poll.addWithTimeout(JJIJ)I
at
org.apache.tomcat.util.net.AprEndpoint$Poller.run(AprEndpoint.java:1236)
I am pretty sure this is user error, but.. anyone know what I did
wrong? I have tomcat native 1.1.22 and it working just fine with
apache tomcat 7.0.27.
This symbol is new in native 1.1.24 and needed by TC 7.0.28.
What is strange is, that startup says you *did* successfully load
version 1.1.24, so the symbol should be there.
Can you check your tcnative.so file, whether the symbol
Java_org_apache_tomcat_jni_Poll_addWithTimeout is defined in it (using
nm or whatever alternative there is on S390).
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org