| Summary: | java.lang.NumberFormatException WARN messages in agent.log | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Hayk Hovsepyan <hhovsepy> | ||||
| Component: | Plugin -- JBoss EAP 7 | Assignee: | Simeon Pinder <spinder> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Mike Foley <mfoley> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | JON 3.3.5 | CC: | hrupp, miburman | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-03-03 13:38:41 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Duplicate of BZ 1304739 *** This bug has been marked as a duplicate of bug 1304739 *** |
Created attachment 1132730 [details] agent.log Description of problem: I see these WARN messages in EAP7 agent.log file: {code} WARN [ConfigurationManager.threadpool-1] (rhq.core.pc.configuration.ConfigurationCheckExecutor)- An error occurred while checking for an updated Resource configuration for Resource[id=11184, uuid=897b31a4-5984-41f7-b706-f23a69b975f0, type={JBossAS7}Login Module Stack, key=subsystem=security,security-domain=jaspitest,authentication=jaspi,login-module-stack, name=Login Module Stack, parent=Authentication (Jaspi)]. java.lang.NumberFormatException: For input string: "curity,security-domain=jaspitest,authentication=jaspi,login-module-stack" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.valueOf(Integer.java:766) at org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.loadResourceConfiguration(ModuleOptionsComponent.java:316) at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocation.call(ResourceContainer.java:759) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) WARN [ConfigurationManager.threadpool-1] (rhq.core.pc.configuration.ConfigurationCheckExecutor)- An error occurred while checking for an updated Resource configuration for Resource[id=11059, uuid=38509d83-31a2-49ff-a09b-0fbaf6eaf533, type={JBossAS7}Module Options (Login Module Stack), key=subsystem=security,security-domain=jaspitest,authentication=jaspi,login-module-stack,module-options, name=Module Options, parent=Login Module Stack]. java.lang.NumberFormatException: For input string: "curity" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.valueOf(Integer.java:766) at org.rhq.modules.plugins.jbossas7.ModuleOptionsComponent.loadResourceConfiguration(ModuleOptionsComponent.java:346) at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocation.call(ResourceContainer.java:759) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) {code} Version-Release number of selected component (if applicable): Version 3.3 Update-03 DR01 jon-plugin-pack-eap-3.3.0.GA.zip How reproducible: saw it once Steps to Reproduce: no actions, was these WARN time to time, full log is attached