PostgreSQL: "java.sql.SQLException: No suitable driver found"

お困りですか?

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

コミュニティに質問

プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。

問題

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.

  1. 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. 


  2. 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.