postgresql.jar - Mailing list pgsql-bugs

From Li, Guoben
Subject postgresql.jar
Date
Msg-id 15E68C1B33A2D84BBE86469A8BDF7788BB2391@mcnurwexch1.nesbittburns.ca
Whole thread Raw
List pgsql-bugs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
                        POSTGRESQL BUG REPORT TEMPLATE
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D


Your name               :  Guoben Li
Your email address      :  guoben@mycfo.com


System Configuration
---------------------
  Architecture (example: Intel Pentium)         :  Sun Sparc=20=20

  Operating System (example: Linux 2.0.26 ELF)  :  Solaris 5.7 Generic_1065=
41-23

  PostgreSQL version (example: PostgreSQL-7.3.3):  PostgreSQL-7.3.3

  Compiler used (example:  gcc 2.95.2)          :  gcc version 2.95.2


Please enter a FULL description of your problem:
------------------------------------------------
With the new postgresql.jar in /usr/local/pgsql/share/java/ my java applica=
tion got:

Exception in thread "main" java.lang.NoClassDefFoundError: org/postgresql/j=
dbc2/AbstractJdbc2Connection

If I copy over the postgresql.jar from release 7.3.1 the problem disappeare=
d.

cksum values of 7.3.1 postgresql.jar:=20
3411640455      183237

cksum values of 7.3.3 postgresql.jar:
3962561819      147189


Please describe a way to repeat the problem.   Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
Recompile the java program with new postgresql.jar in CLASSPATH didn't solv=
e the problem.




If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------



<FONT SIZE =3D 1>**********************************************************=
******************
This e-mail and any attachments may contain confidential and privileged inf=
ormation. If you are not the intended recipient, please notify the sender i=
mmediately by return e-mail, delete this e-mail and destroy any copies. Any=
 dissemination or use of this information by a person other than the intend=
ed recipient is unauthorized and may be illegal. Unless otherwise stated, o=
pinions expressed in this e-mail are those of the author and are not endors=
ed by the author's employer.</FONT>

pgsql-bugs by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: [GENERAL] Weird postmaster crashes
Next
From: Tom Lane
Date:
Subject: Re: 7.3.3 - plpython & trigger problem