case 17410: // No more data to read from socket case 17416: // FATAl case 17438: // Internal - Unexpected value case 17442: // Refcursor value is invalid case 25407: // connection terminated case 25408: // can not safely replay call case 25409: // failover happened during the network...
druid配置采用连接池5个长连接dataSource.setInitialSize(1);dataSource.setMinIdle(5);,会报出连接中断,跳过网络防火墙测试依然会报 ERROR: discard connection java.sql.SQLRecoverableException: No more data to read from socket 当完全采用短连接时,错误不再出现(dataSource.setInitialSize(0);dataSource.setMinI...
Could not roll back JDBC transaction; nested exception is java.sql.SQLRecoverableException: No more data to read from socket 然后报错: Could not roll back JDBC transaction; nested exception is java.sql.SQLRecoverableException: Closed Connection 重启中间件后,访问正常,然后运维部门说重启了数据库服务器...
at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:129) at com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:100) at com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java...
while IFS="=" read key value; do case "$key" in (wrapperUrl) jarUrl="$value"; break ;; esac done < "$BASE_DIR/.mvn/wrapper/maven-wrapper.properties" if [ "$MVNW_VERBOSE" = true ]; then echo "Downloading from: $jarUrl" fi wrapperJarPath="$BASE_DIR/.mvn/wrapper/ma...
# MAVEN_OPTS - parameters passed to the Java VM when running Maven # e.g. to debug Maven itself, use # set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 # MAVEN_SKIP_RC - flag to disable loading of mavenrc files ...
wenshaoadded this to the1.1.6milestoneNov 3, 2017 happylyscommentedNov 10, 2017 温少,我们没有使用存储过程也有这样的错误,最终抛出的是:Could not retrieve transation read-only status server,错误日志后面发现了:java.sql.SQLException: ResultSet is from UPDATE. No Data. ...
@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central @REM This allows using the maven wrapper in projects that prohibit checking in binary data. if exist %WRAPPER_JAR% ( echo Found %WRAPPER_JAR% ) else ( echo Couldn't find %WRAPPER_JAR%, downloading it...
@REM Extension to allow automatically downloading the maven-wrapper.jar from Maven-central @REM This allows using the maven wrapper in projects that prohibit checking in binary data. if exist %WRAPPER_JAR% ( echo Found %WRAPPER_JAR% ) else ( echo Couldn't find %WRAPPER_JAR%, downloading it...
while IFS="=" read key value; do case "$key" in wrapperUrl) jarUrl="$value" break ;; esac done <"$BASE_DIR/.mvn/wrapper/maven-wrapper.properties" if [ "$MVNW_VERBOSE" = true ]; then echo "Downloading from: $jarUrl" fi wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper...