Re: Totally weird behaviour in org.postgresql.Driver

Поиск
Список
Период
Сортировка
От Peter
Тема Re: Totally weird behaviour in org.postgresql.Driver
Дата
Msg-id 49b7ced9$0$1343$834e42db@reader.greatnowhere.com
обсуждение исходный текст
Ответ на Totally weird behaviour in org.postgresql.Driver  ("Peter" <peter@greatnowhere.com>)
Ответы Re: Totally weird behaviour in org.postgresql.Driver  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
>> I'm totally at loss why and how
>> protocols can become null. JVM bug perhaps? This is Tomcat 6 running on
>> Ubuntu 8.10, and my webapp uses BlazeDS.
>>
>> Any ideas? Could this be due to improper synchronization somewhere in my
>> app?
>
> It does sound like a JVM bug.
>
> If you're using gcj (might be the default on an Ubuntu install, I don't
> remember), throw it away; every time I've seen "impossible" NPEs like
> this it's been because of gcj bugs.

I'm in fact using Sun JVM 1.6.0.10. I think you're right about gcj being the
default - that was one of the first things I scrapped.

I added a bunch more synchronized (mutex) blocks in my code to avoid
getConnection being called simultaneously from multiple threads (why isnt
that method synchronized anyway?) - so far so good... keeping fingers
crossed. Maybe should have just subclassed PGSimpleDataSource...

Peter



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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Totally weird behaviour in org.postgresql.Driver
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Totally weird behaviour in org.postgresql.Driver