java安全异常:尝试连接数据库时密封违规

发布于 2024-10-16 08:59:10 字数 388 浏览 3 评论 0原文

将 java 运行时更改为 1.6 后,我遇到了 oracle db 连接的问题。 早些时候,我们的应用程序使用 1.5 java 运行时,现在我们正在迁移 1.6。应用程序在尝试连接到 oracle 10g db 时抛出以下异常:

失败。错误:验证操作 失败的。错误:[ORACLE-10002:错误 从与 Oracle 的连接收到 数据库+ASM: java.lang.SecurityException:密封 违规:包 oracle.jdbc 是 密封]

如果我使用 jre 1.5 而不是 1.6 jre,它可以正常工作。 它与 oracle 11g 数据库和 jre 1.6 组合运行良好。 你们中有人遇到过类似的问题吗?感谢您抽出时间。

I am facing an issue with oracle db connection after changing java runtime to 1.6.
Earlier our application used 1.5 java runtime and now we are migrating 1.6. Application is throwing the following exception while trying to connect to oracle 10g db:

failed. Error: Verify operation
failed. Errors: [ORACLE-10002: Error
received from connection to Oracle
database +ASM:
java.lang.SecurityException: sealing
violation: package oracle.jdbc is
sealed]

It is working properly if I use jre 1.5 instead of 1.6 jre.
It is working fine with oracle 11g database and jre 1.6 combination.
Have any of you faced similar issues? Thanks for your time.

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

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

发布评论

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

评论(1

酒绊 2024-10-23 08:59:10

我推测这是 oracle 驱动程序的问题。从 java 1.4 升级到 1.6 时,我们遇到了类似的情况,尽管这是一个不同的错误。您是否尝试过将 JDBC 驱动程序降级到 10g 版本?

I would speculate that its an issue with the oracle drivers. We experienced something similar when going from java 1.4 to 1.6, though it was a different error. Have you tried downgrading your JDBC drivers to the 10g version?

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