I am using STS tc Server Developer Edition v2.0.
My application uses Spring 2.5.6.
It starts up and runs fine in Insight but no application or trace is displayed when the application is running.
I have read most the threads in this forum with similar problem but could not find a solution.
When the server starts up, I get the following log output.
I thought "ASPECTJ: aspectj.overweaving=true: overweaving switched ON" would indicate things are loading up find in Insight.
However, everything started up fine, application is running with no problem and just no application and trace displayed in http://localhost:8080/insight.
Any ideas?
Thanks.
Nov 16, 2010 4:03:57 PM com.springsource.insight.tcserver.WeavingHelper findRepositoriesForClassPath
INFO: file:/C:/springsource/tc-server-developer-2.0.4.RELEASE/spring-insight-instance/insight/collection-plugins/insight-collection-1.0.0.M3.SR02.jar: aspects will be woven into the main Tomcat classloader
Nov 16, 2010 4:03:57 PM com.springsource.insight.tcserver.WeavingHelper findRepositoriesForClassPath
INFO: file:/C:/springsource/tc-server-developer-2.0.4.RELEASE/spring-insight-instance/insight/collection-plugins/insight-plugin-jdbc-1.0.0.M3.SR02.jar: aspects will be woven into the main Tomcat classloader
ASPECTJ: aspectj.overweaving=true: overweaving switched ON
Nov 16, 2010 4:03:57 PM com.springsource.tcserver.security.PropertyDecoder <init>
INFO: tc Runtime property decoder using memory-based key
Nov 16, 2010 4:03:58 PM com.springsource.tcserver.security.PropertyDecoder <init>
INFO: tcServer Runtime property decoder has been initialized in 357 ms
Nov 16, 2010 4:03:58 PM com.springsource.tcserver.serviceability.rmi.JmxSo cketListener init
INFO: Started up JMX registry on 127.0.0.1:6969 in 130 ms
Nov 16, 2010 4:03:59 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Nov 16, 2010 4:03:59 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1277 ms
Nov 16, 2010 4:03:59 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina


Reply With Quote