org.postgresql.util.PSQLException: Protocol error. Session setup failed

Поиск
Список
Период
Сортировка
От Major Services
Тема org.postgresql.util.PSQLException: Protocol error. Session setup failed
Дата
Msg-id 375c2da1003090851h36daef83v2ced94b02051b08b@mail.gmail.com
обсуждение исходный текст
Ответы Re: org.postgresql.util.PSQLException: Protocol error. Session setup failed
Re: org.postgresql.util.PSQLException: Protocol error. Session setup failed
Список pgsql-jdbc
I am trying to connect to PostgreSQL database on my local system.

The code is:

Class.forName("org.postgresql.Driver");
String url = "jdbc:postgresql://localhost:5432/postgres?user=postgres&password=major";
Connection conn = DriverManager.getConnection(url);

Running the code I get:

org.postgresql.util.PSQLException: Protocol error. Session setup failed.

Using postgresql-8.4-701.jdbc3 on PostgreSql 8.4






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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Driver not returning the type for TYPEs
Следующее
От: dmp
Дата:
Сообщение: Re: org.postgresql.util.PSQLException: Protocol error. Session setup failed