-
2020-01-05 19:26:28.268 INFO 132004 --- [nio-8080-exec-6] o.s.b.f.xml.XmlBeanDefinitionReader : Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-…
-
**Bug Description**
使用jdbcTemplate执行sql “DESCRIBE meters”,报错 this operation is NOT supported currently!
**Environment**
- jdbcTemplate+Hikari+taos-jdbcdriver2.0.7
- TDengine Version [2.0.7]
…
-
## Bug Report
When I select count in multi-tables by using ShardingSphere, it throw a NullPointerException error.
### Which version of ShardingSphere did you use?
sharding 5.1.0
java 1.8
…
-
### 当前使用版本(必填,否则不予处理)
3.5.2
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
LambdaQueryWrapper carQueryWrapper = new LambdaQueryWrapper();
carQueryWrapper.eq(ShoppingCar::getAccount, account).eq(ShoppingCar::g…
-
- [x] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。
### 环境信息
* `arthas-boot.jar` 或者 `as.sh` 的版本: 3.5.4
* Arthas 版本: 3.5.4
* 操作系统版本: CentOS Linux release 7.2.1511 una…
-
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: com.github.pagehelper.PageException: 无法自动获取数据库类…
-
跑了两个服务器,按照教程都试过了 也百度过错误提示
还是爆出长长一串
HikariPool-1 - Starting...
2022-03-18 22:11:34.316 ERROR 19081 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during …
-
实在没辙了,描述下业务场景,有个任务要处理五分钟左右,处理完后往数据库插入一条数据,但是总是报连接失败,如果处理时间短则没问题
先贴下配置
```
spring:
datasource:
druid:
stat-view-servlet:
enabled: true
loginUsername: xxx
…
-
Version: 2.5.0 SNAPSHOT (master), hbase 2.3.0
Problem:
after the #8901 issue was resolved I downloaded the project again and created the .jar files.
After that I tried to execute but I was fa…
-
To support logback, I configured build.gradle as below.
```
import org.springframework.aot.gradle.dsl.AotMode
plugins {
id 'org.springframework.boot' version '2.6.3'
id 'io.spring.dependency-…