jboss-set / prbz-overview

Pull Request and Bugzilla Overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix error message flood due to JsonParseException: Numeric value ... ... out of range of int

soul2zimate opened this issue · comments

message like
2017-12-05 21:05:22,157 INFO [org.jboss.set.overview.processor.PayloadOverviewProcessor] (pool-75292-thread-8) processing https://issues.jboss.org/browse/JBEAP-9189
can be reduce to debug level.

Also there are recently massive severe errors due to JsonParseException: Numeric value (4329663516) out of range of int which needs to upgrade Aphrodite to include fix in jboss-set/aphrodite#167

The fact that EAP console log is flooding is independent to the log level in applications.

OK, But it still needs to deal with recent massive errors due to github-lib JsonParseException: Numeric value (4329663516) out of range of int

Yes, but that is covered in jboss-set/aphrodite#167.

It's fixed in Aphrodite 0.7.4.Final, I need to upgrade aphrodite and deploy a new one to include it.

Fixed in 0.2.8.Final by updating Aphrodite version to 0.7.4.Final through jboss-set/assistant@4eeed67.