Re: Headless Exception

From: Croc <yair(dot)ohayon(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Headless Exception
Date: 2009-06-04 11:16:34
Message-ID: fabe6c95-c8a1-4039-8a1e-f516d5f39430@e24g2000vbe.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Jun 4, 8:54 am, oli(dot)(dot)(dot)(at)opencloud(dot)com (Oliver Jowett) wrote:
> Croc wrote:
> > On Jun 3, 11:39 pm, bo(dot)(dot)(dot)(at)ejurka(dot)com (Kris Jurka) wrote:
> >> On Wed, 3 Jun 2009, Croc wrote:
> >>> Downloaded source for jdbc3 for 8.3  and built it.
> >>> The jar product contains no reference to jscan packages and it works
> >>> beutifully , might you using J2EE as default JDK for all builds ?
> >> No, jscan is part of some anti-virus/security product on your machine.
> >> There's nothing we can do about that.
>
> >> Kris Jurka
>
> >> --
> >> Sent via pgsql-jdbc mailing list (pgsql-j(dot)(dot)(dot)(at)postgresql(dot)org)
> >> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-jdbc
>
> > Thanks for answering.
> > JScan is in the jdbc jar !
> > When i built the driver myself i don't have jscan packages!
> > Are you saying it shouldn't be there ?
>
> It should not be there, and in fact those classes are not there in the
> jars available from jdbc.postgresql.org. Probably you have (arguably,
> buggy) antivirus software that is modifying the jar when you download
> it, adding those classes and breaking things!
>
> Some googling lead me to this:http://esupport.trendmicro.com/Pages/IWSx-3x-Some-files-and-folders-a...
>
> (What a terrible "feature" ..)
>
> -O
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-j(dot)(dot)(dot)(at)postgresql(dot)org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-jdbc

Oliver and Kris,
Thanks a lot.
You were right on the money, that's the anti virus on my company proxy
which does this crime.
Oliver-You're link was very helpful in fixing it.

Thanks again.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Lister 2009-06-04 11:58:26 Re: Strings with null characters produce exceptions when selectedor inserted. Attempts to select messages with null bytes produces "ERROR:insufficient data left in message". And inserting produces "ERROR: invalidbyte sequence for encoding \"UTF8\":
Previous Message Oliver Jowett 2009-06-04 06:01:45 Re: Deadlock detection