Re: [maybe OT] - java.lang.UnsatisfiedLinkError in servlet when generating image on the fly

2004-01-18 Thread Philipp Taprogge
Hi! Simone Chiaretta wrote: the libXp.so lib is a lib from X server... But I'm running the webserver on a just text server, so, no Xfree... I'm wondering if X is needed to use some awt methods (like the Toolkit.getImage())... or JPEGEncoder the piece of code that seems to generate the error is:

R: [maybe OT] - java.lang.UnsatisfiedLinkError in servlet when generating image on the fly

2004-01-17 Thread Simone Chiaretta
short, play hard" -Messaggio originale- Da: Simone Chiaretta [mailto:[EMAIL PROTECTED] Inviato: domenica 18 gennaio 2004 1.02 A: '[EMAIL PROTECTED]' Oggetto: [maybe OT] - java.lang.UnsatisfiedLinkError in servlet when generating image on the fly Hello all, I get a stran

[maybe OT] - java.lang.UnsatisfiedLinkError in servlet when generating image on the fly

2004-01-17 Thread Simone Chiaretta
Hello all, I get a strange error when try to run a code to generate a JPG on the fly from inside a servlet: java.lang.UnsatisfiedLinkError: /usr/java/j2sdk1.4.0_01/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory the libXp.so lib is a lib from X

Re: java.lang.UnsatisfiedLinkError

2003-09-15 Thread Tim Funk
switch to another web application I eventually receive the following error: root cause java.lang.UnsatisfiedLinkError: Native Library /home/oraedt/app/oracle/product/9iAS_1.0.2.2/lib/libIprShellInterface.so already loaded in another classloader at java.lang.ClassLoader.loadLibrary0(ClassLoade

Re: java.lang.UnsatisfiedLinkError

2003-09-15 Thread Astrid Wagner
another web application I eventually receive the following error: root cause java.lang.UnsatisfiedLinkError: Native Library /home/oraedt/app/oracle/product/9iAS_1.0.2.2/lib/libIprShellInterface.so already loaded in another classloader at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:144

Re: java.lang.UnsatisfiedLinkError

2003-09-15 Thread Tim Funk
orks fine. When I switch to another web application I eventually receive the following error: root cause java.lang.UnsatisfiedLinkError: Native Library /home/oraedt/app/oracle/product/9iAS_1.0.2.2/lib/libIprShellInterface.so already loaded in another classloader

Re: java.lang.UnsatisfiedLinkError

2003-09-15 Thread Astrid Wagner
native c library to call shell commands. When I test one web app everything works fine. When I switch to another web application I eventually receive the following error: root cause java.lang.UnsatisfiedLinkError: Native Library /home/oraedt/app/oracle/product/9iAS_1.0.2.2/lib

java.lang.UnsatisfiedLinkError

2003-09-15 Thread Astrid Wagner
another web application I eventually receive the following error: root cause java.lang.UnsatisfiedLinkError: Native Library /home/oraedt/app/oracle/product/9iAS_1.0.2.2/lib/libIprShellInterface.so already loaded in another classloader at java.lang.ClassLoader.loadLibrary0(ClassLoader.java

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread James, Stuart
if your using jdk1.4 and tomcat 4.02 try using the thin client. ie., jdbc:oracle:thin:@myserver:1521:mydb -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 9:04 AM To: Tomcat Users List Subject: Re: java.lang.UnsatisfiedLinkError: no

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread Toru Watanabe
Hi Abhishek, try following jsp. this jsp displays java.library.path. It suppose there is no "libocijdbc8.so" in above pathes. you should find "libocijdbc8.so" and add to LD_LIBRARY_PATH. -snip <% String libpath = (String)(System.getProperty("java.library.path")); %> library path tes

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared librarypath"

2002-03-04 Thread Abhishek Pamecha
my requirement restricts me to use only oci driver .. :( -Original Message- From: Fabio Sato [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 2:35 AM To: Tomcat Users List Subject: RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared librarypath" Why donĀ“t you tr

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared librarypath"

2002-03-04 Thread Fabio Sato
t able to find > > > -Original Message- > From: brian ally [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 11:04 PM > To: Tomcat Users List > Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared > library path" > > > Are y

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread Abhishek Pamecha
Users List Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path" Are you starting tomcat as root? On my linux box, if i su to root, all manner of LD_LIBRARY_PATH problems begin. i need to su - (with the dash). Could this be your problem? /b Abhishek Pamecha

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread brian ally
begin. i need to su - (with the >>dash). Could this be your problem? >> >>/b >> >>Abhishek Pamecha wrote: >> >>>it is there.. >>> >>>-Original Message- >>>From: Toru Watanabe [mailto:[EMAIL PROTECTED]] >>>

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread David Cassidy
> >From: Toru Watanabe [mailto:[EMAIL PROTECTED]] > >Sent: Monday, March 04, 2002 2:34 PM > >To: Tomcat Users List > >Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared > >library path" > > > > > > > >First, please make sure that

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread brian ally
ailto:[EMAIL PROTECTED]] >Sent: Monday, March 04, 2002 2:34 PM >To: Tomcat Users List >Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared >library path" > > > >First, please make sure that Oracle client is installed >in your machine. > >Abhishek&

RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread Abhishek Pamecha
it is there.. -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Monday, March 04, 2002 2:34 PM To: Tomcat Users List Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path" First, please make sure that Oracle client is install

Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread Toru Watanabe
First, please make sure that Oracle client is installed in your machine. Abhishek> Thanks buddy! Abhishek> but ..i already did that Abhishek> but i have a a requirement which says i have to use oci client only Abhishek> any other solution ??? UnsatisfiedLinkError means JVM can't find shared

java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-03 Thread Abhishek Pamecha
ocijdbc8 in java.library.path hi I HAVE the same problem my error message is " java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path" but when i change my jdbc url from(old, have ocijdbc8 problem) jdbc:oracle:oci8:@ to(new, and my applet will

JNI Problems - java.lang.UnsatisfiedLinkError

2001-05-21 Thread Brian Oliver
I've been through almost all of the tomcat-user archives, faqs and documentation, but still I can not make a simple JNI call from a JSP. The problem, as I found in most of the archives is an java.lang.UnsatisfiedLinkError exception. Here are some details. 1. Windows 2000, JDK1.3.1, T