Postgresql LCN : This ResultSet is closed
- Dominant language
- Java
- Stars
- 4.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate.
### 1. Bug Description
调用http://localhost:12011/txlcn?value=the-value
在txlcn-demo-spring-service-b 中,出现
org.postgresql.util.PSQLException: This ResultSet is closed.
### 2. Environment:
- JDK version: 1.8
- OS: windows10
- TX-LCN version: 5.0.2
- Others:
database: postgresql
### 3. Exception Stacktrace
```
; uncategorized SQLException; SQL state [55000]; error code [0]; This ResultSet is closed.; nested exception is org.postgresql.util.PSQLException: This ResultSet is closed.] with root cause
org.postgresql.util.PSQLException: This ResultSet is closed.
at org.postgresql.jdbc.PgResultSet.checkClosed(PgResultSet.java:2741) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.jdbc.PgResultSet.getMetaData(PgResultSet.java:132) ~[postgresql-42.2.5.jar:42.2.5]
at com.zaxxer.hikari.pool.HikariProxyResultSet.getMetaData(HikariProxyResultSet.java) ~[HikariCP-3.2.0.jar:na]
```
### 4. Tour Idea
idea
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.