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