Re: stack dump

From: Michael Moyle <michael(at)theory(dot)org>
To: Antonio Fiol Bonn?n <fiol(at)w3ping(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: stack dump
Date: 2001-10-17 07:07:44
Message-ID: 20011017000744.A14128@in.theory.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Antonio,

Our client is going with Oracle now. So this is no longer
urgent. Thanks for the link! I will try it out next time I have a
problem.

best regards,
michael moyle

On Tue, Oct 16, 2001 at 05:45:58PM +0200, Antonio Fiol Bonn?n wrote:
> You may want to try using the driver compiled for jdk1.2, even if you are using jdk1.3.
>
> You may get it on http://jdbc.fastcrypt.com
>
> This is not an "official" answer. I am just trying to imagine the cause of your problem. However, I am
> not a JDBC/Postgresql specialist.
>
> So, I hope that helps !! / Please do not complain if it does not !
>
> Cheers,
>
> Antonio Fiol
>
>
> Michael Moyle wrote:
>
> > Hi,
> >
> > I want to use Postgresql with iplanet. I am having trouble with the JDBC
> > driver. I have browsed this list's archives and have noticed some
> > complaints and talk about patches to this driver. I would like one of these
> > patches. I have done some surfing and much experimentation on my own to
> > no avail. Did I miss a place to download the patch? Is this the only
> > place to get it?
> >
> > ok, some specifics:
> > I am using jdk 1.3.1 (I also tried 1.2.2)
> > iplanet6.0SP1
> >
> > The driver works fine with Tomcat. Our client wants our application to
> > work on iplanet.
> >
> > I have seen no mention of interoperability of postgresql and iplanet.
> >
> > Thank you.
> > Best regards,
> > Michael Moyle
> >
> > The stack trace is:
> >
> > [16/Oct/2001:16:35:01] failure ( 1186): Internal error: Unexpected error
> > condition thrown (unknown exception,no description), stack:
> > java.lang.ExceptionInInitializerError:
> > java.lang.IllegalArgumentException: Signal already used by VM: SIGHUP
> > at sun.misc.Signal.handle(Signal.java:152)
> > at java.lang.Terminator.setup(Terminator.java:42)
> > at java.lang.Shutdown.add(Shutdown.java:88)
> > at java.lang.Runtime.addShutdownHook(Runtime.java:193)
> > at
> > org.postgresql.core.ConnectionHook.<init>(ConnectionHook.java:54)
> > at
> > org.postgresql.core.ConnectionHook.<clinit>(ConnectionHook.java:41)
> > at org.postgresql.Driver.<clinit>(Driver.java:40)
> > at java.lang.Class.forName0(Native Method)
> > at java.lang.Class.forName(Class.java:120)
> > at _jsps._page2_jsp._jspService(_page2_jsp.java:65)
> > at
> > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> > at
> > com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891)
> > at
> > com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:458)
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org

In response to

  • stack dump at 2001-10-16 11:02:48 from Michael Moyle

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kovács Péter 2001-10-17 07:56:26 Re: JDBC 2 ResultSet and cursors
Previous Message Kusuma 2001-10-17 06:47:26 Re: J2SE 1.4 and other patches