相关文章推荐
想旅行的烈马  ·  异常Exception in thread ...·  3 周前    · 
痛苦的投影仪  ·  解决Thymeleaf 中 ...·  10 月前    · 
好帅的棒棒糖  ·  ipad - Could not find ...·  1 年前    · 
傲视众生的盒饭  ·  # ...·  1 年前    · 

OALL8 is in an inconsistent state
Io exception: Broken pipe
Closed Connection
No more data to read from socket问题处理

一、产生原因

数据库扩容重启,程序非正常断开连接出现的问题

二、排查过程

  1. 通过错误提示百度搜索相关信息,大多关键词都有 数据库重启 驱动版本和Oracle不兼容
  2. 和DBA确认了一下Oracle数据库情况,确实再几天前有过扩容重启措施但版本没有变过一直是11.2.0.3,而当时程序并没有关闭且后续没有重启过
  3. 程序近期也没有版本更细思考可能不是驱动不兼容问题导致
  4. 考虑可能是数据库断开重连过程中产生的问题,尝试重启

三、解决办法

重启程序解决问题

OALL8 is in an inconsistent stateIo exception: Broken pipeClosed ConnectionNo more data to read from socket问题处理一、产生原因数据库扩容重启,程序非正常断开连接出现的问题二、排查过程通过错误提示百度搜索相关信息,大多关键词都有数据库重启、驱动版本和Oracle不兼容,和DBA确认了一下Oracle数据库情况,确实再几天前有过扩容重启措施但版本没有变过一直是11.2.0.3,而当时程序 Enhancements Note: downloading an update through Check Online Updates in version 14.0.1 did not always work. Version 14.0.1 users can download 14.0.6 here. Querying a table with LOBs or Objects on Oracle 21c would raise an error Queries on Oracle 21c could raise an “ORA-24444: TTC RPC (OALL) not allowed” exception PL/SQL Beautifier could add empty lines after “OPEN cursor” state ment Opening the “Roles” folder in the Object Browser could display a popup message with the current username
因为你运行的是 oracle 10g,就可能面临这个 问题 ,因为10g存在一个已知的bug,bug在 oracle 的编号为:Bug:5851267 oracle 已经推出补丁,解决这个 问题 。 或者不应用补丁,以下面这种方式解决
Enhancements Note: downloading an update through Check Online Updates in version 14.0.1 did not always work. Version 14.0.1 users can download 14.0.6 here. Querying a table with LOBs or Objects on Oracle 21c would raise an error Queries on Oracle 21c could raise an “ORA-24444: TTC RPC (OALL) not allowed” exception PL/SQL Beautifier could add empty lines after “OPEN cursor” state ment Opening the “Roles” folder in the Object Browser could display a popup message with the current username ERROR: Closed Connection ERROR: No more data to read from socket ERROR: Io exception: Broken pipe 应用是Tomcat用JDBC驱动连 数据库 。 网上查看了一下,
柴米油盐那点事儿: 你好,我也是从2.3.15升级到2.5.30.结果一直报错:严重: Exception starting filter struts2Filter java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager at org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter.<clinit>(StrutsPrepareAndExecuteFilter.java:49) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:383) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275) at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:424) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:115) at org.apache.catalina.core.StandardContext.filterStart java使用itext填充pdf模板文字和图片,并使填充后的模板内容垂直水平居中 Rick Jen: 我和你一样 图片没有的