Any Idea..below is my prev post.may be i'm missing reply if any one did so
Hi.,
I'm using OCI to connect the oracle8.x from my Tomcat.
After some period of time tomcat get lost the DataBase Connection.
I'm getting this two errors.
ORA-03113: end-of-file on communication channel ,
ORA-03114
Hi.,
I'm using OCI to connect the oracle8.x from my Tomcat.
After some period of time tomcat get lost the DataBase Connection.
I'm getting this two errors.
ORA-03113: end-of-file on communication channel ,
ORA-03114: not connected to ORACLE
If I restart the tomcat its working fine.Is the
can add them as a startup param to the VM using the -D option
(java -Djava.library.path=.)
HTH
Regards,
Ryan.
-Original Message-
From: Annamalai Ramasamy [mailto:[EMAIL PROTECTED]
Sent: 22 April 2004 16:33
To: Tomcat Users List
Subject: RE: Accessing Dll's
Hi.,
Check my belo
il 2004 16:13
To: Tomcat Users List
Subject: Re: Accessing Dll's
Hi,
Is it possible that this dll is being loaded somewhere else in your
instance?
My experience with this error came from trying to use the Oracle native
JDBC drivers. It usually came down to one of three issues, first that
th
Hi.,
Again same error.
I did put the dll to /jre/bin and winnt/system32.
Any other ideas please...
Thanks.,
MALAI
Hans Wichman <[EMAIL PROTECTED]> wrote:
sorry, i meant lib\bin\ instead of lib\ext\
grtz
Sorv
At 03:43 PM 4/22/2004 +0100, Annamalai Ramasamy wrote:
>Hi.,
> Agai
der of your j2sdk1.4.2_03 folder.
grtz
Sorv
At 03:24 PM 4/22/2004 +0100, Annamalai Ramasamy wrote:
>Hi.,
> I'm using Tomcat4.0.29 with J2SDK 1.4.2_03.
>I have my native libraries(dll's) in winnt folder.
>I'm loading the dll thru System.loadlibrary and accessing the methods.
>I
Hi.,
I'm using Tomcat4.0.29 with J2SDK 1.4.2_03.
I have my native libraries(dll's) in winnt folder.
I'm loading the dll thru System.loadlibrary and accessing the methods.
I'm getting UnsatishfiedLinkError.
My class files are in my web-inf classes directory.
In forums i searcehed, and i tried out