jdbc connection problem

Поиск
Список
Период
Сортировка
От
Тема jdbc connection problem
Дата
Msg-id a3a08b525eff59fd0a1526e17f2194e5@localhost
обсуждение исходный текст
Ответы Re: jdbc connection problem  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
hi everybody,

i have a problem connecting to postgres using the jdbc driver.

took the org.postgresql.test.jdbc2.DriverTest and modified it to use

    String url = "jdbc:postgresql://localhost/testdb";
    String user = "username";
    String pass = "password";


i get the exception
org.postgresql.util.PSQLException: Connection Refused. Check that the hostname and port are correct and that the
postmasteris accepting TCP/IP connections. 

however, using
psql -h localhost -U username -W
and then specifying the password works. so i do not see how this could be a general problem with postgresql listening
onthe wrong interface or not accepting connections from the local host. 

btw, i use psql 8.1.4 on ubuntu, jdbc is postgresql-8.1-408.jdbc2.jar

any ideas?

thanks,
david


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Jeffrey Cox
Дата:
Сообщение: getArray and char[] - patches
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Any reason for PSQLState not to be Serializable?