cancel
Showing results for 
Search instead for 
Did you mean: 

Heroku PostgreSQL JDBC Account Setup

robert_parks
New Contributor III

I’m trying to configure the JDBC Account to work with my Heroku Postgresql account:
image
But I’m getting the following error:
Failed to validate account: java.lang.RuntimeException: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ybukpksfvupwgu:e5786b479f8736d389cb4818bc5961f9ce9c4454ce333b0b84777844e8a419c0@ec2-3-234-109-123.compute-1.amazonaws.com:5432/d409u29joqsfjd Cause: java.lang.RuntimeException: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ybukpksfvupwgu:e5786b479f8736d389cb4818bc5961f9ce9c4454ce333b0b84777844e8a419c0@ec2-3-234-109-123.compute-1.amazonaws.com:5432/d409u29joqsfjd (Reason: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ybukpksfvupwgu:e5786b479f8736d389cb4818bc5961f9ce9c4454ce333b0b84777844e8a419c0@ec2-3-234-109-123.compute-1.amazonaws.com:5432/d409u29joqsfjd; Resolution: Driver loading possibly failed, please ensure the driver is correctly configured)

What am I missing?

1 REPLY 1

mbowen
Employee
Employee

Hi Robert:
It seems something with the jdbc url. Maybe try replacing postgres → postgresql, and defining user credentials as parameter as suggested in this post: