-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dmitry,
On 2/20/14, 1:58 PM, Dmitry Batiyevskiy wrote: > When using tomcat 7.0.42 I used libtcnative 1.1.24-1 which comes > from debian repos Upgrade to tomcat 7.0.50 required upgrade of > libtcnative also and there was no updated version in debian repos > so I had to compile it from source tarball downloaded here > http://tomcat.apache.org/download-native.cgi Downgrading tomcat > also means downgrading libtcnative for me Tomcat 7.0.50 ships with tcnative 1.1.29, which is the current latest version, and is required by Tomcat 7.0.50 (that is, you can't downgrade tcnative and stick with Tomcat 7.0.50). > Connector configuration: <Connector port="8443" > maxHttpHeaderSize="8192" maxThreads="15000" enableLookups="false" > disableUploadTimeout="true" acceptCount="1000" scheme="https" > secure="true" SSLEnabled="true" compression="off" > SSLCertificateFile="/opt/tomcat/my.crt" > SSLCertificateKeyFile="/opt/tomcat/my.key" /> I would normally suggest that you set the system property org.apache.catalina.connector. RECYCLE_FACADES to "true", but I'm not sure it would help you in this case. It's worth trying: it may help you determine whether you have a resource leak due to storing a request or response object longer than appropriate, but I suspect you'll still get the same error. Does the process die immediately after the assertion failure? Do you get a core file and/or Java dump or anything like that? - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJTB3pwAAoJEBzwKT+lPKRYJhQP/2EiaoB7dTqZDVDRnn2DYWYX /ml6zal7iv5e3wFYjiz6WCdsoBJ6dx0ZbNNhZUz/oUdm7Axo5QMwzjBOogE0sZdZ +gKfLieKE7F3Xg4hsOB5XYiawATsJUhu6vjNJe08wcs0w+EDtna8u5jVAozjS3s/ +EAHpmAjk0jahfK6e3UKGFSFmVYG5jNmtCiue0YA8nlhWaytkgi+A/mJ1l/geCA2 NXFNHhqipeUEvZP94XVseGjG77rtxENRxVELxmW48f3ZLxORfXXFzs4AgqyXyrcM sNK0LfaaNZi/z2W+p8gU5btq8LdZXBKGugVKQ/XspHO4EzuZ9T0Yntg4dAPLB/af 7c8gan4cPxoUybW/vF+bS9kD2Cb8lbSUjonLk/XPRp899reOROX73AC6mMm3MOAq b4yjpoqZPswKK91R2R4n97Tf1Wx4u4B/anay8Mr+x/6Ki3kq7VZvrYZd2icdxqmq CetH/yJ+awx5nYM6FMSsJN1/py+pMswc3WFVdUkjkpx7+qnllUj+4CDPWaPl435j s15XK6ftKh5XZTSwsHQXmL4ZGVvp4zd+c31VRWAoI/FTn0wChAJVzsCiwcsk1cFw +dz5EFL3fEf2mnRxLRVFIhgHUlIFN8CkDil0/d+SN+FKIeq0xTkk6wbwpoL/LmQl oMY1JMR+ULa0MRNlqbN0 =jrun -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org