Not possible to monitor response time data for webapps with more than one level of context
root
-----------------------------------------------------------------------------------------------
Key: JOPR-11
URL:
https://jira.jboss.org/jira/browse/JOPR-11
Project: Jopr
Issue Type: Bug
Reporter: Lami Akagwu
If an application has more than one level of context root, the application response time
data cannot be monitored.
Assuming the war has the following defined in its jboss-web.xml
<context-root>news/europe</context-root>.
The following error is generated
2008-10-30 10:50:54,090 INFO [org.rhq.helpers.rtfilter.filter.RtFilter] -- Filter
openFile: Writing response-time log for webapp with context root 'news/europe' to
'/home/tester/applications/jboss/ep-4.3.0.ga/jboss-as/server/app-svr-1/log/rt/lo2_news/europe_rt.log'
(hashCode=12658355)...
2008-10-30 10:50:54,090 WARN [org.rhq.helpers.rtfilter.filter.RtFilter] Response time log
'/home/tester/applications/jboss/ep-4.3.0.ga/jboss-as/server/app-svr-1/log/rt/lo2_news/europe_rt.log'
could not be created - cause: java.io.IOException: No such file or directory
2008-10-30 10:50:54,091 DEBUG [org.rhq.helpers.rtfilter.filter.RtFilter] Request to
[/news/europe/] took 20 ms
2008-10-30 10:50:54,091 FATAL [org.rhq.helpers.rtfilter.filter.RtFilter] RHQ response-time
filter experienced an unrecoverable failure. Response-time collection is now disabled for
context 'news/europe'.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira