public inbox for [email protected]
help / color / mirror / Atom feedSubject: [Pljava-dev] Issue with SunMSCAPI jar file
Date: Mon, 29 Mar 2010 14:44:21 -0700 (PDT)
Message-ID: <001e01cacf88$fe032000$fa096000$@net> (raw)
I'm testing out the 1.4 PL/Java version. In the code we're invoking from
Postgres, there is a setup for SSL. The whole thing runs normally outside
of Postgres.
However within Postgres, it gives the error:
ERROR: java.lang.NoClassDefFoundError: Could not initialize class
sun.security.mscapi.SunMSCAPI
On the surface of it, this means sunmscapi.jar not found. But I did add
this jar file to the classpath. In any case, it is at the normal location
in the JRE installation, and since the jvm.dll from the JRE is in the
system path and seen by pl/java (simple calls without the SSL part work
fine), I assume it sees the file sunmscapi.jar as well.
I notice that many times, the error in PL/Java is not exactly the
underlying cause. For example when it says pljava.dll not found, it in
fact means jvm.dll is not found, and pljava.dll can't be initialized. So I
suspect it's something similar here. But without a more detailed error
message, I'm not sure how to go about a fix. Maybe sunmscapi.jar is making
use of some services that can't be found or initialized?
Any idea? Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20100329/9e595f66/attachment.html;
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Subject: Re: [Pljava-dev] Issue with SunMSCAPI jar file
In-Reply-To: <001e01cacf88$fe032000$fa096000$@net>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox