[JBoss JIRA] Created: (JOPR-11) Not possible to monitor response time data for webapps with more than one level of context root
by Lami Akagwu (JIRA)
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
16 years, 1 month
[JBoss JIRA] Created: (JOPR-12) Response time data for wars not deployed in 'deploy' directory is not monitored
by Lami Akagwu (JIRA)
Response time data for wars not deployed in 'deploy' directory is not monitored
-------------------------------------------------------------------------------
Key: JOPR-12
URL: https://jira.jboss.org/jira/browse/JOPR-12
Project: Jopr
Issue Type: Bug
Reporter: Lami Akagwu
It is not possible to monitor response time data for wars not deployed in the 'deploy' directory
There are two test scenarios here
Test Case 1:
war file deployed to $JBOSS_INSTANCE/deploy/sub-directory
- rt log files contained metrics data, but this information is not rendered on the JON server console
- war file location is invalid in the inventory tab and cannot be edited
-------------------------------------------------------------
Test Case 2:
war file deployed to a custom deploy directory defined in $JBOSS_INSTANCE/conf/jboss-service.xml
e.g ** jboss-service.xml
<attribute name="URLs">
deploy/,file:/home/tester/applications/jboss/ep-4.3.0.ga/jboss-as/server/node1/custom-apps/portal
</attribute>
- rt log files contained metrics data, but this information is not rendered on the JON server console
- war file location is invalid in the inventory tab and cannot be edited
--
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
16 years, 1 month
[JBoss JIRA] Resolved: (JOPR-1) NPE in JBossAS plugin
by Heiko W. Rupp (JIRA)
[ https://jira.jboss.org/jira/browse/JOPR-1?page=com.atlassian.jira.plugin.... ]
Heiko W. Rupp resolved JOPR-1.
------------------------------
Fix Version/s: 2.2
Resolution: Done
rev 32
> NPE in JBossAS plugin
> ---------------------
>
> Key: JOPR-1
> URL: https://jira.jboss.org/jira/browse/JOPR-1
> Project: Jopr
> Issue Type: Bug
> Reporter: John Mazzitelli
> Assignee: Heiko W. Rupp
> Fix For: 2.2
>
>
> 2008-10-15 10:40:53,440 ERROR [InventoryManager.discovery-1] (org.rhq.plugins.jbossas.JBossASDiscoveryComponent)- Failed to process JBossAS command line: [/3rd_party/java/Linux/jdk1.5.0_14/bin/java, -server, -Dprogram.name=run.sh, -classpath, /3rd_party/jboss/jboss-3.2.5/bin/run.jar:/3rd_party/java/Linux/jdk1.5.0_14/lib/tools.jar, org.jboss.Main, -c, abcDEFG]
> java.lang.NullPointerException
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.getHomeDir(JBossInstanceInfo.java:217)
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.finalizeSysProps(JBossInstanceInfo.java:253)
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.<init>(JBossInstanceInfo.java:84)
> at org.rhq.plugins.jbossas.JBossASDiscoveryComponent.processAutoDiscoveredProcesses(JBossASDiscoveryComponent.java:94)
> at org.rhq.plugins.jbossas.JBossASDiscoveryComponent.discoverResources(JBossASDiscoveryComponent.java:79)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.pluginDiscovery(AutoDiscoveryExecutor.java:193)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.call(AutoDiscoveryExecutor.java:99)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.run(AutoDiscoveryExecutor.java:88)
--
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
16 years, 2 months
[JBoss JIRA] Work started: (JOPR-1) NPE in JBossAS plugin
by Heiko W. Rupp (JIRA)
[ https://jira.jboss.org/jira/browse/JOPR-1?page=com.atlassian.jira.plugin.... ]
Work on JOPR-1 started by Heiko W. Rupp.
> NPE in JBossAS plugin
> ---------------------
>
> Key: JOPR-1
> URL: https://jira.jboss.org/jira/browse/JOPR-1
> Project: Jopr
> Issue Type: Bug
> Reporter: John Mazzitelli
> Assignee: Heiko W. Rupp
>
> 2008-10-15 10:40:53,440 ERROR [InventoryManager.discovery-1] (org.rhq.plugins.jbossas.JBossASDiscoveryComponent)- Failed to process JBossAS command line: [/3rd_party/java/Linux/jdk1.5.0_14/bin/java, -server, -Dprogram.name=run.sh, -classpath, /3rd_party/jboss/jboss-3.2.5/bin/run.jar:/3rd_party/java/Linux/jdk1.5.0_14/lib/tools.jar, org.jboss.Main, -c, abcDEFG]
> java.lang.NullPointerException
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.getHomeDir(JBossInstanceInfo.java:217)
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.finalizeSysProps(JBossInstanceInfo.java:253)
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.<init>(JBossInstanceInfo.java:84)
> at org.rhq.plugins.jbossas.JBossASDiscoveryComponent.processAutoDiscoveredProcesses(JBossASDiscoveryComponent.java:94)
> at org.rhq.plugins.jbossas.JBossASDiscoveryComponent.discoverResources(JBossASDiscoveryComponent.java:79)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.pluginDiscovery(AutoDiscoveryExecutor.java:193)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.call(AutoDiscoveryExecutor.java:99)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.run(AutoDiscoveryExecutor.java:88)
--
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
16 years, 2 months
[JBoss JIRA] Assigned: (JOPR-1) NPE in JBossAS plugin
by Heiko W. Rupp (JIRA)
[ https://jira.jboss.org/jira/browse/JOPR-1?page=com.atlassian.jira.plugin.... ]
Heiko W. Rupp reassigned JOPR-1:
--------------------------------
Assignee: Heiko W. Rupp (was: Greg Hinkle)
> NPE in JBossAS plugin
> ---------------------
>
> Key: JOPR-1
> URL: https://jira.jboss.org/jira/browse/JOPR-1
> Project: Jopr
> Issue Type: Bug
> Reporter: John Mazzitelli
> Assignee: Heiko W. Rupp
>
> 2008-10-15 10:40:53,440 ERROR [InventoryManager.discovery-1] (org.rhq.plugins.jbossas.JBossASDiscoveryComponent)- Failed to process JBossAS command line: [/3rd_party/java/Linux/jdk1.5.0_14/bin/java, -server, -Dprogram.name=run.sh, -classpath, /3rd_party/jboss/jboss-3.2.5/bin/run.jar:/3rd_party/java/Linux/jdk1.5.0_14/lib/tools.jar, org.jboss.Main, -c, abcDEFG]
> java.lang.NullPointerException
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.getHomeDir(JBossInstanceInfo.java:217)
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.finalizeSysProps(JBossInstanceInfo.java:253)
> at org.rhq.plugins.jbossas.helper.JBossInstanceInfo.<init>(JBossInstanceInfo.java:84)
> at org.rhq.plugins.jbossas.JBossASDiscoveryComponent.processAutoDiscoveredProcesses(JBossASDiscoveryComponent.java:94)
> at org.rhq.plugins.jbossas.JBossASDiscoveryComponent.discoverResources(JBossASDiscoveryComponent.java:79)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.pluginDiscovery(AutoDiscoveryExecutor.java:193)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.call(AutoDiscoveryExecutor.java:99)
> at org.rhq.core.pc.inventory.AutoDiscoveryExecutor.run(AutoDiscoveryExecutor.java:88)
--
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
16 years, 2 months