Error deploying Grails app with spring insight - "Unable to create trace."
Hello,
I am attempting to deploy a grails application to tcserver w. insight enabled, and I am receiving the following error over and over in insight.log:
[com.springsource.insight.dashboard.ExecutorTraceCr eator][quartzSchedulerWorker-1] - Unable to create trace. The application may be terminating or the Trace processing queue is full. Traces may be coming in too fast, or the queue processor may be handling entries too slowly.
A few additional details:
- The server I am running on is pretty powerful, and I am able to run other grails apps on tcserver + insight without hitting this issue.
- This is a test site, not being accessed by anybody other than myself, so the problem can't be related to the number of hits to the web server.
- This application is using the quartz plugin with Grails 1.3.7. I have a background job configured to do database maintenance, and send out user notifications via email. Could this be somehow related?
Any help would be appreciated, Spring Insight is a great tool, and I think it would be very helpful for this project. Thank you for your time!
-Mike