PostgreSQL: "java.sql.SQLException: No suitable driver found"
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
問題
JIRA setup wizard in browser throws "No suitable driver found" error when attempting to connect to PostgreSQL database
原因
There are two possible causes for this error.
- JDBC driver is not loaded:
Ensure that the PostgreSQL driver is located in the correct directory which should be in "JIRA Install/lib".Usually this is not an issue as the driver is bundled along with JIRA. - JDBC URL is in wrong syntax:
Entering the wrong JDBC URL syntax will also throw the same error, as illustrated in this example below where http:// protocol is accidentally specified when copy & pasting the hostname.
最終更新日 2016 年 6 月 2 日
Powered by Confluence and Scroll Viewport.