Postgresql 9.2.4 - timezone error

Поиск
Список
Период
Сортировка
От Bhushan Pathak
Тема Postgresql 9.2.4 - timezone error
Дата
Msg-id CAHJHQJ5sOVk0385e9-gf4ncGD9CCxTZxCzHDYY_LC_JqOORvag@mail.gmail.com
обсуждение исходный текст
Ответы Re: Code for user-defined type
Re: Postgresql 9.2.4 - timezone error
Re: Postgresql 9.2.4 - timezone error
Re: Postgresql 9.2.4 - timezone error
Список pgsql-general
Hello,

I have postgresql 9.2.4 running on a CentOS 5 server. A JBOSS AS instance also runs on the same server, which connects to postgresql server [using defined connection pools].

The issue I'm facing is that the JBOSS server is throwing out the error -
org.postgresql.util.PSQLException: FATAL: invalid value for parameter "TimeZone": "America/New_York"

When I looked up on the internet, most common answer was to execute the following query from CLI which would expose the real problem -

myDB=# SELECT * FROM pg_timezone_names WHERE name = 'America/New_York';
ERROR:  could not stat "/usr/share/zoneinfo/America/New_York": Too many levels of symbolic links

What does this really mean? Why is postgresql complaining for symbolic links? Any ideas what has gone wrong? Any thing that needs checking?

Thanks

Bhushan Pathak

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Postgresql service stopped automatically after restart
Следующее
От: Kalai R
Дата:
Сообщение: Re: Postgresql service stopped automatically after restart