Failed to create data source: 000012: Driver:org.postgresql.Driver@[some code] returned null for URL:[url] (Internal Server Error)

Created by Steve Place, Modified on Fri, Aug 2 at 12:12 PM by Steve Place

This error is usually caused by an incomplete JDBC URL. 


For example, the following JDBC URL is incomplete:

[name of your database].postgres.database.azure.com:5432/postgres

It should have jdbc:postgresql:// at the beginning, like this:

jdbc:postgresql://[name of your database].postgres.database.azure.com:5432/postgres
This example assumes your data is stored in Azure. This was done for illustrative purposes; you can store your data wherever you'd like.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article