Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Chirag Dewan
Hi All, Thanks a lot for your assistance. I enabled these protocols but that dint help. Finally after 24 hours of digging in I figured out the problem. We found out that the clients connection timeout was close to around 80mins(which is inexplicable) and there is a firewall in between the clien

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Ognjen Blagojevic
Chris, On 10.10.2013 19:11, Christopher Schultz wrote: Also, Chirag has the connector supporting only "TLS", so SSLv2 HELLO should indeally fail entirely. Setting attribute sslProtocol="TLS" may actually enable all protocols from SSLv3 to TLSv1.2, plus SSLv2Hello. Even setting something like

Re: Why am i getting this exception often?

2013-10-10 Thread Muralidhar Yaragalla
*Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog ) * On Thu, Oct 10, 2013 at 10:19 PM, David kerber wrote: > On 10/10/2013 12:40 PM, Muralidhar Yaragalla wrote: > >> No help on this? >> > > I guess not. Have you asked on the Eclipse forums? > This is h

Re: Why am i getting this exception often?

2013-10-10 Thread David kerber
On 10/10/2013 12:40 PM, Muralidhar Yaragalla wrote: No help on this? I guess not. Have you asked on the Eclipse forums? *Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog ) * On Wed, Oct 9, 2013 at 10:22 PM, Muralidhar Yaragalla < java.yaraga...@gma

Re: Why am i getting this exception often?

2013-10-10 Thread Muralidhar Yaragalla
*Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog ) * On Thu, Oct 10, 2013 at 11:18 PM, Mark Eggers wrote: > 1. Please don't top-post > 2. Please read: > http://www.catb.org/esr/faqs/**smart-questions.html

Re: Why am i getting this exception often?

2013-10-10 Thread Mark Eggers
1. Please don't top-post 2. Please read: http://www.catb.org/esr/faqs/smart-questions.html On 10/10/2013 10:31 AM, Muralidhar Yaragalla wrote: I am using all default settings. I am deploying the war file in webapp folder of tomcat. just downloaded, kept the war file in webapp folder and started

Re: Why am i getting this exception often?

2013-10-10 Thread Muralidhar Yaragalla
When ever i call a jsp in my browser this exception happens. I am not doing anything specific. *Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog ) * On Thu, Oct 10, 2013 at 11:01 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > I am using all

Re: Why am i getting this exception often?

2013-10-10 Thread Muralidhar Yaragalla
I am using all default settings. I am deploying the war file in webapp folder of tomcat. just downloaded, kept the war file in webapp folder and started the tomcat. I have not done anything else. *Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog ) * On Thu

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ognjen, On 10/10/13 4:11 AM, Ognjen Blagojevic wrote: > On 10.10.2013 6:19, Chirag Dewan wrote: >> A small update. The customers client is C++ client,which uses >> OpenSSL. And I found that client hello message is SSLv2 protocol. >> And the server r

Re: NPE in ResultSetImpl.next() using tomcat jdbc pool

2013-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Henning, On 10/10/13 10:01 AM, Henning Rohlfs wrote: > I've been trying to figure this problem out for some time now and > I'm totally stuck. The Exception in question is the following: > Caused by: java.lang.NullPointerException at > com.mysql.jdb

Re: Why am i getting this exception often?

2013-10-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Muralidhar, On 10/10/13 12:40 PM, Muralidhar Yaragalla wrote: > No help on this? No further details? For instance, what does the directory look like where the file is being (attempted to be) renamed? How about permissions? You can't just post a s

Re: Why am i getting this exception often?

2013-10-10 Thread Muralidhar Yaragalla
No help on this? *Thanks And Regards,* Muralidhar Yaragalla.* (Visit My Blog ) * On Wed, Oct 9, 2013 at 10:22 PM, Muralidhar Yaragalla < java.yaraga...@gmail.com> wrote: > I am getting this exception very often even when i am using tomcat without > eclipse. Is ther

Re: Request

2013-10-10 Thread Mark Thomas
On 10/10/2013 15:18, RoseHosting Admin wrote: > Please add us to the Contributors Group, so we can edit the Tomcat wiki. > > Username: RoseHosting Done. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For ad

Request

2013-10-10 Thread RoseHosting Admin
Please add us to the Contributors Group, so we can edit the Tomcat wiki. Username: RoseHosting Thanks Admin RoseHosting.com - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-

NPE in ResultSetImpl.next() using tomcat jdbc pool

2013-10-10 Thread Henning Rohlfs
Hello, I've been trying to figure this problem out for some time now and I'm totally stuck. The Exception in question is the following: Caused by: java.lang.NullPointerException at com.mysql.jdbc.ResultSetImpl.next(ResultSetImpl.java:7009) at com.server.persistence.state.connectors

Re: Issue while using SSL with Embedded Tomcat 6.0.37

2013-10-10 Thread Ognjen Blagojevic
Chirag, On 10.10.2013 6:19, Chirag Dewan wrote: A small update. The customers client is C++ client,which uses OpenSSL. And I found that client hello message is SSLv2 protocol. And the server response(server hello) is a TLSv1 protocol. Is there something I am missing? There is a difference in