Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
499 views

Spring insight crashes with “Imbalanced frame stack”

I want to use spring insight to trace my spring mvc webapp. When starting up the tc server 2.5 developer edition, my application comes up but I see following message in the console: 20.10.2011 ...
1
vote
0answers
263 views

Create a Spring Insight template

I am just listing here the basic steps to create a Spring Insight web application using Spring tcServer developer edition. I haven't found much doco regarding this, so it could help some people. 1 - ...
0
votes
1answer
51 views

spring insight with org.codehaus.paranamer

I have a java spring GWT web application. I need to use a profiler to view why is a certain function that slow (on server)... After some searching, seems that insight is a good way... tried it and it ...
0
votes
2answers
123 views

Using Aspect to annotate methods with @InsightOperation for Spring Insight

I wanted to instrument a large number of classes to use with Spring Insight and instead of adding the @InsightOperation manually to the methods, I wrote an aspect to annotate the methods using point ...