Re: UnsatisfiedLinkError

2023-03-25 Thread Blake McBride
Thanks, Mark! I switched to Nio2, and all is well. Blake On Sat, Mar 25, 2023 at 3:42 AM Mark Thomas wrote: > You are using Tomcat Native 2.0.3. That does not support the HTTP > APR/native connector (nor the AJP/native connector). You need to use > Tomcat Native 1.2.x or switch to the HTTP NI

Re: UnsatisfiedLinkError

2023-03-25 Thread Mark Thomas
You are using Tomcat Native 2.0.3. That does not support the HTTP APR/native connector (nor the AJP/native connector). You need to use Tomcat Native 1.2.x or switch to the HTTP NIO or HTTP NIO2 connector. Mark On 25/03/2023 01:13, Blake McBride wrote: Greetings, I am getting an unsatisfied

UnsatisfiedLinkError

2023-03-24 Thread Blake McBride
Greetings, I am getting an unsatisfied link error when I start up tomcat. Here are some of the specifics: System: Ubuntu 20.04 Tomcat: 9.0.73 APR: 1.7.2 OpenSSL: 3.1.0 Any help you can offer is greatly appreciated! Blake McBride Here is catalina.out: NOTE: Picked up JDK_JAVA_OPTIONS: --

UnsatisfiedLinkError while running tomcat 8

2014-09-01 Thread Bogdan Vatulya
Good day. I have some troubles configuring spdy on tomcat 8. My setup is: X64 JDK 1.7.0_07 X64 tomcat 8.0.11 X64 native client (openssl v 1.0.1h, tcnative-1 v. 1.1.31.0) I've put openssl and tcnative into tomcat bin folder. My connector looks like this: And when I run my app with tomcat 8 I

UnsatisfiedLinkError while running tomcat 8

2014-09-01 Thread Bogdan Vatulya
My setup is: X64 JDK 1.7.0_07 X64 tomcat 8.0.11 X64 native client (openssl v 1.0.1h, tcnative-1 v. 1.1.31.0) I've put openssl and tcnative into tomcat lib folder. My connector looks like this: And when I run my app with tomcat 8 I have this exception: org.apache.catalina.core.AprLifecycleList

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-02 Thread Michael Ludwig
Martin Gainty schrieb am 02.02.2009 um 17:45:42 (-0500): > > i downloaded libxml and dont see any Visual Studio project files > (assuming they are *.ds?) ..although I see makefiles in \win32 folder That's a misunderstanding - I was talking about Berkeley DB XML, which is an XML extension to the

RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-02 Thread Martin Gainty
. > Date: Mon, 2 Feb 2009 23:35:26 +0100 > From: mil...@gmx.de > To: users@tomcat.apache.org > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > Martin Gainty schrieb am 01.02.2009 um 22:42:59 (-0500): > > > > saw this in the 2.2.69 rea

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-02 Thread Michael Ludwig
Caldarale, Charles R schrieb am 01.02.2009 um 22:38:57 (-0600): > > From: Michael Ludwig [mailto:mil...@gmx.de] > > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > > > The Java bridge DLLs (or whatever they're called) can be moved to a &g

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-02 Thread Michael Ludwig
Martin Gainty schrieb am 01.02.2009 um 22:42:59 (-0500): > > saw this in the 2.2.69 readme.txt did you use cscript to config the > environment? Version 2.2.69 of what? Anyway, Berkeley DB XML on Windows is built using a Visual Studio project file. > cscript configure.js help No such thing in

RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-01 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:mil...@gmx.de] > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > The Java bridge DLLs (or whatever they're called) can be moved to a > directory only contained in java.library.path, but not in PATH. The > other libr

RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-01 Thread Martin Gainty
gmx.de > To: users@tomcat.apache.org > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > Caldarale, Charles R schrieb am 29.01.2009 um 22:45:40 (-0600): > > > From: Michael Ludwig [mailto:mil...@gmx.de] > > > Subject: Re: UnsatisfiedLinkError

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-02-01 Thread Michael Ludwig
Caldarale, Charles R schrieb am 29.01.2009 um 22:45:40 (-0600): > > From: Michael Ludwig [mailto:mil...@gmx.de] > > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > > > -Djava.library.path=C:\Server;C:\src\BerkeleyDbXml\dbxml-2.4.1 > > 6\bin\

RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-29 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:mil...@gmx.de] > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > -Djava.library.path=C:\Server;C:\src\BerkeleyDbXml\dbxml-2.4.1 > 6\bin\debug;... Is *src* really the right place to find the DLLs? I realize it's long,

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-28 Thread Michael Ludwig
Caldarale, Charles R schrieb am 22.01.2009 um 21:52:36 (-0600): > > From: Michael Ludwig [mailto:mil...@gmx.de] > > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > If you don't mind running another experiment, please start Tomcat as a > service onc

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-28 Thread Michael Ludwig
Konstantin Kolinko schrieb am 23.01.2009 um 04:57:31 (+0300): > > I think that the answer is (and your solution proves this) that the > statement that service does not need environment variables is not 100% > true. > > That is, if you compare *.bat/*.sh with how the service is started, > you can

RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-22 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:mil...@gmx.de] > Subject: Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > Turns out the Tomcat service does not disregard the PATH. It needs the > directory in the PATH, and *in addition* to be present in the PATH the > directory

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-22 Thread Konstantin Kolinko
Hi, Michael. I am glad to hear that you solved this. > > Hmm. Apparently, the directory hadn't been in the PATH the moment > the SYSTEM account took a copy of it. Maybe SYSTEM doesn't read the > environment again later on. It may only get to see updates to the PATH > after a reboot. Or some other

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-22 Thread Michael Ludwig
n tries > > to load the debug versions. If it fails to find both versions > > then the UnsatisfiedLinkError is thrown listing the release > > library, even though it did look for the debug library." > > Should be relatively easy to check: try to reproduce the error &g

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-21 Thread Konstantin Kolinko
versions > then the UnsatisfiedLinkError is thrown listing the release > library, even though it did look for the debug library." Should be relatively easy to check: try to reproduce the error with release versions of those libraries. > > C:\src\BerkeleyDbXml\dbxml-2.4.16\bin\debug>notepad l

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-21 Thread Michael Ludwig
Caldarale, Charles R schrieb am 20.01.2009 um 21:11:21 (-0600): > Environment variables are not used by services, so it doesn't really > matter what's in PATH. True, it only matters for the script version. > Does the account the Tomcat service runs under have access to the > directory of interest

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-21 Thread Michael Ludwig
Tommy Pham schrieb am 20.01.2009 um 21:45:17 (-0800): > > I don't know if this is relevant to your problem or not and you didn't > mention whether you're x64 or x86 of XP version. Yes, I forgot to say, this is a 32 bit system. > Here's where you can get 64bit for tomcat5: > http://svn.apache.org

Re: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-20 Thread Tommy Pham
- Original Message From: Michael Ludwig To: Tomcat Users List Sent: Tuesday, January 20, 2009 4:55:16 PM Subject: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) A primitive web app sketch involving Java extensions to a native library (JNI) used up front in a

RE: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-20 Thread Caldarale, Charles R
> From: Michael Ludwig [mailto:mil...@gmx.de] > Subject: UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe) > > The directory containing these libraries *is* included in PATH. Environment variables are not used by services, so it doesn't really matter what's in PA

UnsatisfiedLinkError in Windows Service (tomcat6w/5w.exe)

2009-01-20 Thread Michael Ludwig
ut I'm assured by the developers that: The Java API for DB XML begins by first trying to load the release versions of the libraries, and failing that then tries to load the debug versions. If it fails to find both versions then the UnsatisfiedLinkError is thrown listing the release library

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
into the classpath. This solved the problem. Thank you for your time & advice - - Daniel Wildschut Caldarale, Charles R wrote: >> From: Daniel Wildschut [mailto:[EMAIL PROTECTED] >> Subject: UnsatisfiedLinkError while using JNI >> >> I then used LD_DEBUG=all to che

RE: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Caldarale, Charles R
> From: Daniel Wildschut [mailto:[EMAIL PROTECTED] > Subject: UnsatisfiedLinkError while using JNI > > I then used LD_DEBUG=all to check if the library was indeed loaded. > There I found that the library was loaded however when JNI searches > for the necessary function it d

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
r and that any review, disclosure, dissemination, > distribution or copying of it or its > contents > - Original Message - > From: "Daniel Wildschut" <[EMAIL PROTECTED]> > To: > Sent: Saturday, November 18, 2006 4:12 PM > Subject: UnsatisfiedLinkError while

Re: UnsatisfiedLinkError while using JNI

2006-11-18 Thread Martin Gainty
copying of it or its contents - Original Message - From: "Daniel Wildschut" <[EMAIL PROTECTED]> To: Sent: Saturday, November 18, 2006 4:12 PM Subject: UnsatisfiedLinkError while using JNI > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > I am us

UnsatisfiedLinkError while using JNI

2006-11-18 Thread Daniel Wildschut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am using JNI to load a library which I use for a Web Service running on a Tomcat5.5-Server using Axis. My problem is that when I call a native function it immediatly fails with java.lang.UnsatisfiedLinkError: new_ParticleSocket__SWIG_0 ( new_P

Best Practice for UnsatisfiedLinkError: Already loaded in another classl

2006-10-10 Thread ben.christenson
that both webapps have access to. However, this is not a perfect fix. Firstly, on my "happycheck" page, I still obtain an UnsatisfiedLinkError when I check for the presence of a system library. My webapp still works, but the check fails. Currently I am just making a call to Sy

RE: UnsatisfiedLinkError when loading DLL twice

2006-04-12 Thread Ho, Sam
: Tuesday, April 11, 2006 4:40 PM To: Tomcat Users List Subject: Re: UnsatisfiedLinkError when loading DLL twice --- "Ho, Sam" <[EMAIL PROTECTED]> wrote: > Hi, All > My servlet use a DLL, currently the DLL is located > at window system32 and in the webapp's WEB-INF/

RE: UnsatisfiedLinkError when loading DLL twice

2006-04-12 Thread Ho, Sam
: UnsatisfiedLinkError when loading DLL twice if the DLL in windows system 32 then it should be picked right up. have you registered this DLL or not ? if not then try registering this dll first. >--- "Ho, Sam" <[EMAIL PROTECTED]> wrote: > > > >>Hi, All >>My servlet

Re: UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Rajeev Jha
in the webapp's WEB-INF/lib. But I sometimes got the "UnsatisfiedLinkError". Can anyone tell me where should the DLL put? and what kind of system variable I need to set for the tomcat classloader to load the DLL? I am using Window XP Pro. Any suggestions or Hints, I will

Re: UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Wade Chandler
--- "Ho, Sam" <[EMAIL PROTECTED]> wrote: > Hi, All > My servlet use a DLL, currently the DLL is located > at window system32 and in the webapp's WEB-INF/lib. > But I sometimes got the "UnsatisfiedLinkError". Can > anyone tell me where should the DLL

UnsatisfiedLinkError when loading DLL twice

2006-04-11 Thread Ho, Sam
Hi, All My servlet use a DLL, currently the DLL is located at window system32 and in the webapp's WEB-INF/lib. But I sometimes got the "UnsatisfiedLinkError". Can anyone tell me where should the DLL put? and what kind of system variable I need to set for the tomcat classloader