agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feed[Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
6+ messages / 0 participants
[nested] [flat]
* [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
@ 2007-12-11 05:32
0 siblings, 2 replies; 6+ messages in thread
From: @ 2007-12-11 05:32 UTC (permalink / raw)
Hi,
I am getting the following error:
java.sql.SQLException: ERROR: could not load library "C:/Program Files/PostgreSQL/8.0/lib/pljava.dll": The specified module could not be found.
while trying to install pljava. I tried lot of things:
adding %JAVA_HOME%/bin;%JAVA_HOME%/bin/client to PATH.
Nothing seems to work. I always get the same error (shown above). I tried googling but nothing is working. Any help is really appreciated. I had
really high hopes on PL/Java when I read the documentation yesterday but today I am despondent.
Thanks
Ram
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20071210/0d47a728/attachment.html;
^ permalink raw reply [nested|flat] 6+ messages in thread
* [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
@ 2007-12-11 11:28
parent:
1 sibling, 0 replies; 6+ messages in thread
From: @ 2007-12-11 11:28 UTC (permalink / raw)
Hi Ram,
please note that it is the server path that needs this setting, not the path used by the SQL client.
Regards,
Thomas Hallgren
Ram Nukala wrote:
> Hi,
> I am getting the following error:
>
> java.sql.SQLException: ERROR: could not load library "C:/Program
> Files/PostgreSQL/8.0/lib/pljava.dll": The specified module could not be
> found.
>
> while trying to install pljava. I tried lot of things:
>
> adding %JAVA_HOME%/bin;%JAVA_HOME%/bin/client to PATH.
>
> Nothing seems to work. I always get the same error (shown above). I
> tried googling but nothing is working. Any help is really appreciated. I
> had
> really high hopes on PL/Java when I read the documentation yesterday but
> today I am despondent.
>
>
>
> Thanks
> Ram
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
^ permalink raw reply [nested|flat] 6+ messages in thread
* [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
@ 2007-12-11 11:39
parent:
1 sibling, 0 replies; 6+ messages in thread
From: @ 2007-12-11 11:39 UTC (permalink / raw)
%JAVA_HOME% should direct to jre_home
jvm.dll must be found in System environment variable %PATH%.
try it:
set PATH=%PATH%;%JAVA_HOME%\jre\bin;%JAVA_HOME%\jre\bin\client
and restart DB
-----------------------------------------------
Quan Zongliang
quanzongliang at gmail.com
^ permalink raw reply [nested|flat] 6+ messages in thread
* [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
@ 2007-12-11 14:49
0 siblings, 1 reply; 6+ messages in thread
From: @ 2007-12-11 14:49 UTC (permalink / raw)
Should I set the PATH variable to include %JAVA_HOME%/bin;%JAVA_HOME%/bin/client in a command window
and then start postmaster ? Will that solve the problem ? I will give it a try and let you know.
Thanks a lot
Ram
----- Original Message ----
From: Thomas Hallgren <thomas at tada.se>
To: Ram Nukala <objectsmiths at yahoo.com>
Cc: pljava-dev at pgfoundry.org
Sent: Tuesday, December 11, 2007 5:28:24 AM
Subject: Re: Error installing pljava in 8.2/8.1/8.0 ...
Hi Ram,
please note that it is the server path that needs this setting, not the
path used by the SQL client.
Regards,
Thomas Hallgren
Ram Nukala wrote:
> Hi,
> I am getting the following error:
>
> java.sql.SQLException: ERROR: could not load library "C:/Program
> Files/PostgreSQL/8.0/lib/pljava.dll": The specified module could not
be
> found.
>
> while trying to install pljava. I tried lot of things:
>
> adding %JAVA_HOME%/bin;%JAVA_HOME%/bin/client to PATH.
>
> Nothing seems to work. I always get the same error (shown above). I
> tried googling but nothing is working. Any help is really
appreciated. I
> had
> really high hopes on PL/Java when I read the documentation yesterday
but
> today I am despondent.
>
>
>
> Thanks
> Ram
>
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20071211/71bf350a/attachment.html;
^ permalink raw reply [nested|flat] 6+ messages in thread
* [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
@ 2007-12-11 14:57
parent:
0 siblings, 0 replies; 6+ messages in thread
From: @ 2007-12-11 14:57 UTC (permalink / raw)
Hello Ram,
You should set PATH for system environment.
Control panel -> system ->
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/environment_variables...
Tuesday, December 11, 2007, 5:49:26 PM, you wrote:
> Should I set the PATH variable to include
> %JAVA_HOME%/bin;%JAVA_HOME%/bin/client in a command window
> and then start postmaster ? Will that solve the problem ? I will give it a try and let you know.
> Thanks a lot
> Ram
> ----- Original Message ----
> From: Thomas Hallgren <thomas at tada.se>
> To: Ram Nukala <objectsmiths at yahoo.com>
> Cc: pljava-dev at pgfoundry.org
> Sent: Tuesday, December 11, 2007 5:28:24 AM
> Subject: Re: Error installing pljava in 8.2/8.1/8.0 ...
> Hi Ram,
> please note that it is the server path that needs this setting, not the path used by the SQL client.
> Regards,
> Thomas Hallgren
> Ram Nukala wrote:
>> Hi,
>> I am getting the following error:
>>
>> java.sql.SQLException: ERROR: could not load library "C:/Program
>> Files/PostgreSQL/8.0/lib/pljava.dll": The specified module could not be
>> found.
>>
>> while trying to install pljava. I tried lot of things:
>>
>> adding %JAVA_HOME%/bin;%JAVA_HOME%/bin/client to PATH.
>>
>> Nothing seems to work. I always get the same error (shown above). I
>> tried googling but nothing is working. Any help is really appreciated. I
>> had
>> really high hopes on PL/Java when I read the documentation yesterday but
>> today I am despondent.
>>
>>
>>
>> Thanks
>> Ram
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Pljava-dev mailing list
>> Pljava-dev at pgfoundry.org
>> http://pgfoundry.org/mailman/listinfo/pljava-dev
>
--
Best regards,
Dmitry mailto:dmitry at ruban.biz
^ permalink raw reply [nested|flat] 6+ messages in thread
* [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
@ 2007-12-11 15:10
0 siblings, 0 replies; 6+ messages in thread
From: @ 2007-12-11 15:10 UTC (permalink / raw)
It worked !! Thanks a lot.
Ram
----- Original Message ----
From: Thomas Hallgren <thomas at tada.se>
To: Ram Nukala <objectsmiths at yahoo.com>
Cc: pljava-dev at pgfoundry.org
Sent: Tuesday, December 11, 2007 5:28:24 AM
Subject: Re: Error installing pljava in 8.2/8.1/8.0 ...
Hi Ram,
please note that it is the server path that needs this setting, not the
path used by the SQL client.
Regards,
Thomas Hallgren
Ram Nukala wrote:
> Hi,
> I am getting the following error:
>
> java.sql.SQLException: ERROR: could not load library "C:/Program
> Files/PostgreSQL/8.0/lib/pljava.dll": The specified module could not
be
> found.
>
> while trying to install pljava. I tried lot of things:
>
> adding %JAVA_HOME%/bin;%JAVA_HOME%/bin/client to PATH.
>
> Nothing seems to work. I always get the same error (shown above). I
> tried googling but nothing is working. Any help is really
appreciated. I
> had
> really high hopes on PL/Java when I read the documentation yesterday
but
> today I am despondent.
>
>
>
> Thanks
> Ram
>
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20071211/e423ba56/attachment.html;
^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2007-12-11 15:10 UTC | newest]
Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2007-12-11 05:32 [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
2007-12-11 11:28 `
2007-12-11 11:39 `
2007-12-11 14:49 [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
2007-12-11 14:57 `
2007-12-11 15:10 [Pljava-dev] Error installing pljava in 8.2/8.1/8.0 ...
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox