Bug 564495
| Summary: | NPE in Tomcat plugin when setting HTTP Connector's Keep-Alive timeout | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Ondřej Žižka <ozizka> |
| Component: | Plugins | Assignee: | Stefan Negrea <snegrea> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.3 | CC: | cwelton, jshaughn, snegrea |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-02 07:26:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 683054, 565628 | ||
|
Description
Ondřej Žižka
2010-02-12 21:32:24 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug making sure we're not missing any bugs in rhq_triage Do you recall if that was for standalone tomcat or wihin AS? I guess the latter Standalone Tomcat / EWS. See https://issues.jboss.org/browse/JBPAPP-3755 . Needs to be reproduced to see if it is still a problem Still happens. Re-assigning to cahrles.
JON 2.4.1
EWS 1.0.2
Tomcat 5.5
2011-03-15 20:15:43,467 INFO [ResourceContainer.invoker.nonDaemon-15] (org.rhq.plugins.jmx.MBeanResourceComponent)- Failure setting MBean Resource configuration value
java.lang.NullPointerException
at org.rhq.plugins.jmx.MBeanResourceComponent.updateResourceConfiguration(MBeanResourceComponent.java:472)
at org.rhq.plugins.jmx.MBeanResourceComponent.updateResourceConfiguration(MBeanResourceComponent.java:452)
at org.jboss.on.plugins.tomcat.TomcatConnectorComponent.updateResourceConfiguration(TomcatConnectorComponent.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
This issues has been resolved around 2009. Also, I could not replicate it with the latest code. Here is the git commit with the fix: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=ab2e3642e4a3790828d053461280d9384ee58668 Please retest. Bulk closing of issues that were VERIFIED, had no target release and where the status changed more than a year ago. |