From: | "Li, Guoben" <Guoben(dot)Li(at)mycfo(dot)com> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | postgresql.jar |
Date: | 2003-06-10 16:24:55 |
Message-ID: | 15E68C1B33A2D84BBE86469A8BDF7788BB2391@mcnurwexch1.nesbittburns.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Guoben Li
Your email address : guoben(at)mycfo(dot)com
System Configuration
---------------------
Architecture (example: Intel Pentium) : Sun Sparc
Operating System (example: Linux 2.0.26 ELF) : Solaris 5.7 Generic_106541-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 application got:
Exception in thread "main" java.lang.NoClassDefFoundError: org/postgresql/jdbc2/AbstractJdbc2Connection
If I copy over the postgresql.jar from release 7.3.1 the problem disappeared.
cksum values of 7.3.1 postgresql.jar:
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 solve the problem.
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
<FONT SIZE = 1>****************************************************************************
This e-mail and any attachments may contain confidential and privileged information. If you are not the intended recipient, please notify the sender immediately 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 intended recipient is unauthorized and may be illegal. Unless otherwise stated, opinions expressed in this e-mail are those of the author and are not endorsed by the author's employer.</FONT>
From | Date | Subject | |
---|---|---|---|
Next Message | Dmitry Tkach | 2003-06-10 18:03:37 | Weird postmaster crashes |
Previous Message | Tomas Szepe | 2003-06-09 11:11:11 | Re: What could be the problem? |