chaos-cn opened a new issue, #31979: URL: https://github.com/apache/doris/issues/31979
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.0 ### What's Wrong? "Hardware Info" in web home page loading and NPE in fe log `2024-03-08 14:03:47,838 WARN (qtp1206580572-131|131) [RestApiExceptionHandler.unexpectedExceptionHandler():61] unexpected exception java.lang.NullPointerException: null at oshi.hardware.CentralProcessor$ProcessorIdentifier.queryMicroarchitecture(CentralProcessor.java:825) ~[oshi-core-6.4.5.jar:6.4.5] at oshi.util.Memoizer$1.get(Memoizer.java:61) ~[oshi-core-6.4.5.jar:6.4.5] at oshi.hardware.CentralProcessor$ProcessorIdentifier.getMicroarchitecture(CentralProcessor.java:816) ~[oshi-core-6.4.5.jar:6.4.5] at oshi.hardware.common.AbstractCentralProcessor.toString(AbstractCentralProcessor.java:457) ~[oshi-core-6.4.5.jar:6.4.5] at java.lang.String.valueOf(String.java:2994) ~[?:1.8.0_241] at org.apache.doris.httpv2.controller.HardwareInfoController.getProcessor(HardwareInfoController.java:100) ~[doris-fe.jar:1.2-SNAPSHOT]` ### What You Expected? Show Hardware Info. I update [oshi-core.version](https://github.com/apache/doris/blob/master/fe/pom.xml) to 6.4.13 , it works ok. This error may be caused by [here](https://github.com/oshi/oshi/pull/2514) ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org