[Pljava-dev] libpljava.so problem (pljava 1.2, PG 8.1, Java 1.5.0_01) - SOLVED

From: michael(dot)zintakis at googlemail(dot)com (Michael Zintakis)
To:
Subject: [Pljava-dev] libpljava.so problem (pljava 1.2, PG 8.1, Java 1.5.0_01) - SOLVED
Date: 2005-12-21 19:17:59
Message-ID: 71622ed30512211117r4a632253s9a9bc11ffbfd2c99@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Yep, solved today. It was me to blame...

It was all to do with ldconfig - it was picking up a wrong version of
libjvm.so (we have a separately, i.e. custom, built JVM so the
libjvm.so was picked up by ldconfig from there instead of Sun's
$JAVA_HOME). Our JVM has now been relocated to another server, after
which I installed pljava without a hitch...

There is another problem however, but I will raise a different thread for it.

Many thanks for your support guys.

On 12/21/05, Thomas Hallgren <thomas at tada.se> wrote:
> Exactly what Linux is it you're running and on what platform? Would it
> be possible for you to compile a new binary from source?
>
> - thomas
>
> Rakesh Vidyadharan wrote:
> >
> > On 20-Dec-05, at 5:14 PM, Michael Zintakis wrote:
> >
> >> Thomas,
> >>
> >> Did that (that was my first assumption as well) - built pljava from
> >> source on the same machine - nada! Same error occurs!
> >>
> >> What I also can't figure out is what exactly does that error means? Is
> >> this some sort of a link problem (between Java and plJava) or what?
> >
> > Does ldd libpljava.so show any missing libraries?
> >
> > Rakesh
> > _______________________________________________
> > Pljava-dev mailing list
> > Pljava-dev at gborg.postgresql.org
> > http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at gborg.postgresql.org
> http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>

Browse pljava-dev by date

  From Date Subject
Next Message Michael Zintakis 2005-12-21 20:10:02 [Pljava-dev] pljava hangs while running Java examples (anything to do with gc?)
Previous Message Thomas Hallgren 2005-12-21 06:28:20 [Pljava-dev] libpljava.so problem (pljava 1.2, PG 8.1, Java 1.5.0_01)