Can't get the Connection for specified properties; java.sql.SQLException: Incorrect URL:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2017
01:32 PM
06-14-2017
01:32 PM
Can't get the Connection for specified properties; java.sql.SQLException: Incorrect URL:
I received an error message when connecting to postgres database:
Can't get the Connection for specified properties; java.sql.SQLException: Incorrect URL: jdbc:postgresql://172.16.103.70:5432/pgn?user=postgres&password=xxxxxxxxxxxxxxxxxxxxxxx
Ready Api 2.0.2.
Any solution?
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2017
05:04 PM
06-14-2017
05:04 PM
If you are sure that the details used for connection are correct, then try to check with SmartBear support team using below link:
https://support.smartbear.com/product-list/
It would be good if you can check the log files and post the stacktrace.
Regards,
Rao.
https://support.smartbear.com/product-list/
It would be good if you can check the log files and post the stacktrace.
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2017
04:12 AM
06-22-2017
04:12 AM
I found the error, my password has the character & and that causes it to break the connection string, I hope the smart bear team can solve this.
