WAS 集群环境中的 oracle 驱动程序问题

发布于 2024-09-15 17:29:13 字数 485 浏览 6 评论 0原文

I',使用 ojdbc14.jar 连接到 Oracle 10g DB。 在单机上工作时,我必须在连接到数据库时遇到问题, 但在集群中我得到了这个异常:

J2CA0036E:发生异常 调用方法 设置数据源属性 com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl 由资源 jdbc/OracleDSBSCS 使用: com.ibm.ws.exception.WsException: DSRA0023E:数据源 实现类 “oracle.jdbc.pool.OracleConnectionPoolDataSource” 找不到。

驱动程序位于 DeploymentManager 的文件系统上,并且 JVM 变量指向它, 但看起来其他节点看不到驱动程序。

我尝试将驱动程序放在文件系统中的同一位置 但还是没有。

知道如何解决这个问题吗?

I', using ojdbc14.jar to connect to Oracle 10g DB.
While working on single machine i have to problem to connect to DB,
but in cluster i got this exception:

J2CA0036E: An exception occurred while
invoking method
setDataSourceProperties on
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl
used by resource jdbc/OracleDSBSCS :
com.ibm.ws.exception.WsException:
DSRA0023E: The DataSource
implementation class
"oracle.jdbc.pool.OracleConnectionPoolDataSource"
could not be found.

The driver is on file system of DeploymentManager and JVM variable points to it,
but it looks like other nodes cannot see driver.

I tried to put driver on same place in their file system
but still notning.

Any idea how to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奢望 2024-09-22 17:29:13

在集群上,您在什么范围内定义了 JDBC 驱动程序 - 单元、集群或节点 - 您确定 jar 的类路径条目是正确的,并且该文件在那里并且可以被 WebSphere 所在的进程“看到”运行在.

史蒂夫.

On the cluster at what scope did you define the JDBC driver - Cell, cluster or node - Are you sure that the class path entry for the jar is correct and that the file is there and can be "seen" by the process that WebSphere is running under.

Steve.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文