SqlException No License is Present in DB2

お困りですか?

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

コミュニティに質問

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、

症状

Configuring JIRA with DB2 fails with the exception:


org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (No license is present.)
	at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:855)
	at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
        ........
Caused by: com.ibm.db2.jcc.c.SqlException: No license is present.
	at com.ibm.db2.jcc.c.o.d(o.java:563)

原因

The db2jcc_license_cu.jar is missing from the classpath.

ソリューション

The db2jcc_license_cu.jar must also be copied along with db2jcc.jar from your DB2 installation. Restart JIRA after copying the file to the lib directory.


Last modified on Mar 30, 2016

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

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