weblogic jdbc 数据源错误 BEA-001131 关闭连接 [英] weblogic jdbc Datasource error BEA-001131 Closed Connection

查看:47
本文介绍了weblogic jdbc 数据源错误 BEA-001131 关闭连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经用 jrocket 1.6.0_33 安装了 weblogic 10.3.5.Windows 环境中的 Oracle 融合中间件 11.1.1.在数据库方面,我在 Linux 环境中有两个实例的 Oracle 数据库 11gR2 RAC 环境.我已经创建

I have Installed weblogic 10.3.5 with jrocket 1.6.0_33. Oracle Fusion Middleware 11.1.1 on Windows Environment. On database side I have Oracle database 11gR2 RAC environment with Two instance on Linux Environment. I have created

GRIDLINK DataSource with XA DRIVERS.                
NAME: test
JNDI: jdbc/testDS

注意:我已将 SCAN IP 用于此数据源配置.

NOTE: I have used SCAN IP for this DataSource configuration.

FAN ENABLED checked.
ONS HOST : scan-ip:6200
Not using "ONS Wallet".

数据源已成功创建.测试完成.现在,当我第一次启动应用程序并单击任何选项卡时,托管服务器在其控制台屏幕上出现了一些错误.

DataSource was created successfully. Testing is done. Now when I start Application for 1st time and Click on any TAB, The Managed Server through some error on its console screen.

<error> <JDBC> <BEA-001131> <Received an exception when closing a cached statement for the pool "test": SQLRecoverableException: Closed Coonection.>

我应该怎么做才能解决这个错误.

What should I do to resolve this error.

推荐答案

当您在有问题的 weblogic 实例上启用调试时,您应该会发现真正发生了什么.以下是您可以在服务器启动时作为参数设置的标志.

You should discover what's really happening when you enable debug on the weblogic instance in question. Here are the flags you can setup on server start as arguments.

-Dweblogic.debug.DebugJDBCRAC=true 
-Dweblogic.debug.DebugJDBCONS=true
-Dweblogic.debug.DebugJDBCUCP=true

这篇关于weblogic jdbc 数据源错误 BEA-001131 关闭连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆