java.sql.SQLException:协议违规

时间:2014-10-31 10:32:38

标签: java multithreading jdbc oracle11g ojdbc

我对oracle DB非常新,当我的应用程序在UAT下时,我遇到了有关协议违规的问题。

我们使用oracle 11g数据库,ojdbc5.jar,linux平台,JDK 1.7。

请找到以下错误日志:

2014-10-29 21:45:51,843 -  INFO - [Thread-72] - (StigRunner.java54) -  Starting (JobId:1618) at 2014-10-29T21:45:51.424+05:30
2014-10-29 21:45:57,686 - ERROR - [Thread-72] - (StigRunner.java68) - se.signa.stig.stig.common.StigException: select * from job_type where jbt_id = 10 se.signa.stig.stig.common.StigException: select * from job_type where jbt_id = 10 java.sql.SQLException: Protocol violation: [6, 7, 3]
2014-10-29 21:45:57,686 -  INFO - [Thread-72] - (StigRunner.java69) - Failed (JobId:1618) at 2014-10-29T21:45:57.686+05:30

任何人都可以建议如何解决这个问题,我们尝试使用ojdbc6和ojdbc7 jar,尝试更改xms和xmx值,但没有用。

谢谢。

0 个答案:

没有答案