Opening Notification Workbox Causes Unsupported Feature SQL Exception

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When opening notification workbox, a "System Error" page is displayed and the following appears in the atlassian-confluence.log:

2012-09-28 13:20:07,207 ERROR [http-19999-6] [ContainerBase.[Standalone].[localhost].[/<url>]] log Unhandled exception occurred whilst decorating page
 -- referer: http://<confluence-url>/display/releaseMgmt/ReportMgmt-1.5.6 | url: /plugins/servlet/notifications-miniview | userName: admin
java.lang.RuntimeException: java.lang.reflect.UndeclaredThrowableException
	at com.atlassian.mywork.host.dao.ao.AORegistrationDao.get(AORegistrationDao.java:47)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.atlassian.activeobjects.tx.TransactionalProxy.invoke(TransactionalProxy.java:79)
	at com.atlassian.activeobjects.tx.TransactionalProxy.access$000(TransactionalProxy.java:18)
	at com.atlassian.activeobjects.tx.TransactionalProxy$1.doInTransaction(TransactionalProxy.java:63)
.....
Caused by: java.lang.reflect.UndeclaredThrowableException
	at $Proxy1311.prepareStatement(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
.....
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
.....
Caused by: java.sql.SQLException: Unsupported feature
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
.....

原因

This error is caused by unsupported/incompatible version of Oracle JDBC driver

ソリューション

  • Refer to this documentation to check for the compatible version of Oracle JDBC driver
  • Download the JDBC and replace the old JDBC with the newer version in <confluence-install>/confluence/WEB-INF/lib

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.