Bug 1314303 - java.lang.NumberFormatException WARN messages in agent.log
Summary: java.lang.NumberFormatException WARN messages in agent.log
Keywords:
Status: CLOSED DUPLICATE of bug 1304739
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Plugin -- JBoss EAP 7
Version: JON 3.3.5
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Simeon Pinder
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-03 11:23 UTC by Hayk Hovsepyan
Modified: 2016-03-03 13:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-03 13:38:41 UTC
Type: Bug


Attachments (Terms of Use)
agent.log (455.67 KB, text/plain)
2016-03-03 11:23 UTC, Hayk Hovsepyan
no flags Details

Description Hayk Hovsepyan 2016-03-03 11:23:56 UTC
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

Comment 1 Michael Burman 2016-03-03 12:32:16 UTC
Duplicate of BZ 1304739

Comment 2 Heiko W. Rupp 2016-03-03 13:38:41 UTC

*** This bug has been marked as a duplicate of bug 1304739 ***


Note You need to log in before you can comment on or make changes to this bug.