mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
fix dashboard command may read tomcat info error. #1678
This commit is contained in:
@@ -321,7 +321,11 @@ public class DashboardCommand extends AnnotatedCommand {
|
||||
addRuntimeInfo(dashboardModel);
|
||||
|
||||
//tomcat
|
||||
addTomcatInfo(dashboardModel);
|
||||
try {
|
||||
addTomcatInfo(dashboardModel);
|
||||
} catch (Throwable e) {
|
||||
logger.error("try to read tomcat info error", e);
|
||||
}
|
||||
|
||||
process.appendResult(dashboardModel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user