-
**Describe the bug**
I am trying to setup a development pulsar environment in Kubernetes and pulsar-manager does not seem to work out of the box.
I see the following log in the postgresql db log:
…
-
问题:其他服务都起来了,就campus-server的服务起不来,链接不上数据库
`campus-server | ... 80 common frames omitted
campus-server | 2023-11-14 21:19:03 |ERROR |HikariPool.java:594 |HikariPool-1 - Exception during pool…
-
### Cause: java.lang.NullPointerException] with root cause
java.lang.NullPointerException: null
at com.codingapi.txlcn.tc.core.transaction.txc.analy.PrimaryKeyListVisitor.newKeyValues(PrimaryKeyL…
-
我使用springboot 1.5.6版本, 使用mybatis 官方starter进行设置,在service方法加上@Transactional(rollbackFor = Exception.class),方法默认最后都会出现异常,能对方法里面的更新数据库操作进行回滚,但是使用了pagehelp+mapper+druid starter插件后,发现更新的语句在数据库生效了,没有回滚。
-
2022-06-21 14:11:29.351 ERROR 31996 --- [nio-8080-exec-2] o.f.u.m.s.FlowableModelQueryService : Import failed for 测试.bpmn20.xml
org.springframework.jdbc.UncategorizedSQLException:
### Error …
-
```
What version of the MyBatis are you using?
Mybatis:3.0.5
mybatis-spring:1.0.1
Please describe the problem. Unit tests are best!
I had a problem when I used Mybatis integrated with spri…
-
java.lang.NullPointerException: null
at io.seata.rm.datasource.sql.struct.TableRecords.buildRecords(TableRecords.java:195) ~[seata-all-1.4.0.jar:1.4.0]
at io.seata.rm.datasource.exec.BaseTransacti…
-
- [x] 我已在 [issues](https://github.com/pagehelper/Mybatis-PageHelper/issues) 搜索类似问题,并且不存在相同的问题.
## 异常模板
![image](https://github.com/pagehelper/Mybatis-PageHelper/assets/45346139/8b7962af-3d48-4c67-…
-
```
2018-03-12 19:19:13.111 [http-nio-8090-exec-2] DEBUG com.boot.mgt.dao.TaMapper.selectOne - ==> Preparing: SELECT id,number,name,password,is_on_duty,add_time,level FROM ta WHERE number = ?
2018…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
批量插入语句中含非占位符,如函数IFNULL,插入报错。
### …