RE: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Caldarale, Charles R
> From: Daniel Mikusa [mailto:dmik...@gopivotal.com] 
> Subject: Re: Menu is not working for since Tomcat 7.0.42

> On Jan 9, 2014, at 5:11 AM, Chinmoy Chakraborty  wrote:

> > The application was working fine till Tomcat 7.0.41. But since 7.0.42 it
> > stopped working. We are using jdk 7.

> 1.) Look at the logs.  Do you see any error messages?

Besides this and Dan's other excellent suggestions, tell us exactly what you 
mean by "stopped working".  Does your server catch fire?  Or something less 
dramatic?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Martin Gainty


  


> Date: Thu, 9 Jan 2014 15:41:21 +0530
> Subject: Menu is not working for since Tomcat 7.0.42
> From: cch...@gmail.com
> To: users@tomcat.apache.org
> 
> Hello,
> 
> We have a web application which has menus and sub menus which are basically
> divs. On clicking on menu we are showing the sub menus. This happens
> through AJAX request.
> 
> The application was working fine till Tomcat 7.0.41. But since 7.0.42 it
> stopped working. We are using jdk 7.
> 
> We did not change anything between 7.0.41 and 7.0.42 in our side. Could
> anyone give me pointer regarding the issue?
MG>Impossible... until you show us the code you are running
MG>Zip up (server.xml and web.xml) jsps, java code,templates..the works..put on 
dropbox and send the link
 
> Thanks in advance.
> 
> Chinmoy
  

Re: Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Daniel Mikusa
On Jan 9, 2014, at 5:11 AM, Chinmoy Chakraborty  wrote:

> Hello,
> 
> We have a web application which has menus and sub menus which are basically
> divs. On clicking on menu we are showing the sub menus. This happens
> through AJAX request.
> 
> The application was working fine till Tomcat 7.0.41. But since 7.0.42 it
> stopped working. We are using jdk 7.
> 
> We did not change anything between 7.0.41 and 7.0.42 in our side. Could
> anyone give me pointer regarding the issue?

No way to say what's happening here.  Some tips on troubleshooting.

1.) Look at the logs.  Do you see any error messages?

2.) Look at the result of your AJAX request.  You can use Firebug or Chrome Dev 
Tools.  See what request is being sent to the server and the response.  Are 
these what you'd expect?  Note, if the request never returns (i.e. hangs), see 
#4.

3.) Look at the access logs on Tomcat.  Locate the AJAX request that's being 
sent.  See what response was generated (i.e. 200, 4xx, 5xx).

4.) If requests are hanging, take three thread dumps while waiting on the hung 
request.  These will show what the server is doing.

5.) Look at the CPU usage on your machine.  Do you see higher than normal CPU 
usage?

6.) Indicate if you're going through a proxy or if connections go directly to 
Tomcat.

After investigating further, if you've not discovered the problem, report back 
with more details.

Dan

> 
> Thanks in advance.
> 
> Chinmoy


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Menu is not working for since Tomcat 7.0.42

2014-01-09 Thread Chinmoy Chakraborty
Hello,

We have a web application which has menus and sub menus which are basically
divs. On clicking on menu we are showing the sub menus. This happens
through AJAX request.

The application was working fine till Tomcat 7.0.41. But since 7.0.42 it
stopped working. We are using jdk 7.

We did not change anything between 7.0.41 and 7.0.42 in our side. Could
anyone give me pointer regarding the issue?

Thanks in advance.

Chinmoy