getappmap / getappmap/appmap-java
NullPointerException occurred while recording AppMap in application that uses Jdbi library to fetch data from database
未关闭
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 88
- 派生
- 17
- 平均合并
- 2 天 2 小时
- 30 天内合并 PR
- 1
描述
In Spring Boot application that uses Jdbi library to fetch data from database the NullPointerException exception occurred while recording AppMap.
java.lang.NullPointerException: null
at com.appland.appmap.process.hooks.SqlQuery.isMock(SqlQuery.java:35)
at com.appland.appmap.process.hooks.SqlQuery.getDbName(SqlQuery.java:46)
at com.appland.appmap.process.hooks.SqlQuery.recordSql(SqlQuery.java:78)
at com.appland.appmap.process.hooks.SqlQuery.prepareStatement(SqlQuery.java:124)
at com.sun.proxy.$Proxy151.prepareStatement(Unknown Source)
at org.jdbi.v3.core.statement.DefaultStatementBuilder.create(DefaultStatementBuilder.java:57)
at org.jdbi.v3.core.statement.SqlStatement.createStatement(SqlStatement.java:1803)
at org.jdbi.v3.core.statement.SqlStatement.internalExecute(SqlStatement.java:1768)
at org.jdbi.v3.core.result.ResultProducers.lambda$getResultSet$2(ResultProducers.java:64)
at org.jdbi.v3.core.result.ResultIterable.lambda$of$0(ResultIterable.java:54)
at org.jdbi.v3.core.result.ResultIterable.findFirst(ResultIterable.java:203)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 SqlQuery.java 中的堆栈跟踪开始,特别关注第 35 行的 isMock,然后继续跟踪 getDbName、recordSql 和 prepareStatement。在使用 Jdbi 获取数据库数据的 Spring Boot 应用程序中复现该故障,并验证 AppMap 记录能够在没有 NullPointerException 的情况下完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, spring-boot
- 领域
- backend, databases
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100