Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPE of JVMInfo in DetailedAgentInfo #9122

Closed
emeroad opened this issue Aug 11, 2022 · 0 comments
Closed

Fix NPE of JVMInfo in DetailedAgentInfo #9122

emeroad opened this issue Aug 11, 2022 · 0 comments

Comments

@emeroad
Copy link
Member

emeroad commented Aug 11, 2022

NPE occurs in the agent information of the inspector in the node agent or go agent.

{
    "timestamp": 1660210254944,
    "status": 500,
    "error": "Internal Server Error",
    "exception": "java.lang.NullPointerException",
    "trace": "java.lang.NullPointerException: jvmInfo
java.base/java.util.Objects.requireNonNull(Objects.java:246)
com.navercorp.pinpoint.web.vo.agent.DetailedAgentInfo.<init>(DetailedAgentInfo.java:20)
com.navercorp.pinpoint.web.mapper.DetailedAgentInfoResultsExtractor.extractData(DetailedAgentInfoResultsExtractor.java:54)
com.navercorp.pinpoint.web.mapper.DetailedAgentInfoResultsExtractor.extractData(DetailedAgentInfoResultsExtractor.java:35
com.navercorp.pinpoint.common.hbase.HbaseTemplate2$1.doInTable(HbaseTemplate2.java:185)
...
@emeroad emeroad added this to the 2.5.0 milestone Aug 11, 2022
emeroad added a commit to emeroad/pinpoint that referenced this issue Aug 11, 2022
@emeroad emeroad closed this as completed Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant