Re: Unexpected poller error

2013-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vishal, On 1/29/13 5:34 AM, Vishal-sh Sharma wrote: > Hi Christopher, > > It worked!! Thanks a ton!! > > We were trying to use(compile) the java code in the tcnative > distribution and hence the issue. Everything worked to a T , i.e > the http ca

RE: Unexpected poller error

2013-01-29 Thread Vishal-sh Sharma
again..you saved me (my team as well ) lot of pain.. Thanks, Vishal From: Christopher Schultz [ch...@christopherschultz.net] Sent: Friday, January 25, 2013 7:36 PM To: Tomcat Users List Subject: Re: Unexpected poller error -BEGIN PGP SIGNED MESSAGE

Re: Unexpected poller error

2013-01-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vishal, On 1/25/13 6:11 AM, Vishal-sh Sharma wrote: > Thanks for prompt reply. I am no java developer so gave me good > lead. > > I compared the Poll.java in tomcat source ( 7.0.35 src ) with > tomcat-native-1.1.24-src > > diff apache-tomcat-7.

RE: Unexpected poller error

2013-01-25 Thread Vishal-sh Sharma
m: Christopher Schultz [ch...@christopherschultz.net] Sent: Thursday, January 24, 2013 7:00 PM To: Tomcat Users List Subject: Re: Unexpected poller error -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vishal, On 1/24/13 8:47 AM, Vishal-sh Sharma wrote: > I get the following error in catalina.log

Re: Unexpected poller error

2013-01-24 Thread Christopher Schultz
831-Poller-0] > 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:1287) That > method certainly is defined in Poll.ja

Unexpected poller error

2013-01-24 Thread Vishal-sh Sharma
Hi , I get the following error in catalina.log when i connect the tomcat server over http. However https works fine. 24-Jan-2013 13:06:48.505 SEVERE [http-apr-11831-Poller-0] org.apache.tomcat.util.net.AprEndpoint$Poller.run Unexpected poller error java.lang.NoSuchMethodError