[Bug 1247] New: HTTP UI errors from heap logging
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1247 Summary: HTTP UI errors from heap logging Product: Swift Version: trunk Platform: PC OS/Version: Mac OS Status: NEW Severity: normal Priority: P2 Component: General AssignedTo: [email protected] ReportedBy: [email protected] The following log message causes the HTTP ui to stop working properly: 2014-04-16 22:40:04,864-0500 INFO RuntimeStats$ProgressTicker HeapMax: 954728448, CrtHeap: 155713536, UsedHeap: 12202032 When I connect to the http port, I get the basic layout but all the values are missing. The exception I get is: java.lang.NumberFormatException: For input string: " 954728448, CrtHeap" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:569) at java.lang.Integer.parseInt(Integer.java:615) at org.griphyn.vdl.karajan.monitor.processors.swift.SummaryProcessor.processMessage(SummaryProcessor.java:59) at org.griphyn.vdl.karajan.monitor.StateUpdater.logEvent(StateUpdater.java:79) at org.griphyn.vdl.karajan.monitor.MonitorAppender.doAppend(MonitorAppender.java:151) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66) at org.apache.log4j.Category.callAppenders(Category.java:206) at org.apache.log4j.Category.forcedLog(Category.java:391) at org.apache.log4j.Category.info(Category.java:666) at org.griphyn.vdl.karajan.lib.RuntimeStats$ProgressTicker.printStates(RuntimeStats.java:389) at org.griphyn.vdl.karajan.lib.RuntimeStats$ProgressTicker.dumpState(RuntimeStats.java:301) at org.griphyn.vdl.karajan.lib.RuntimeStats$ProgressTicker.run(RuntimeStats.java:281) -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1247 David Kelly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from David Kelly <[email protected]> 2014-04-23 18:00:58 --- *** This bug has been marked as a duplicate of bug 1263 *** -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov