Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 23:51:23 +0930
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Dev Zero G Ltd <mailing_lists@devzerog.com>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: ELF file OS ABI invalid
Message-ID:  <20020726235122.A70429@misty.eyesbeyond.com>
In-Reply-To: <3D414FB9.9030003@devzerog.com>; from mailing_lists@devzerog.com on Fri, Jul 26, 2002 at 02:33:45PM %2B0100
References:  <20020726035044.A10113@misty.eyesbeyond.com> <20020725214255.GA2411@gnuppy.monkey.org> <20020726100636.A11776@misty.eyesbeyond.com> <20020726120425.74de8e76.daichi@ongs.co.jp> <3D414FB9.9030003@devzerog.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 26, 2002 at 02:33:45PM +0100, Dev Zero G Ltd wrote:
> Building and then launching the Tomcat 4.0.4 connector for Apache 2 on 
> FreeBSD 4.4, jdk 1.4 , we get:
> 
> Jul 26, 2002 8:21:15 AM org.apache.jk.server.JkMain init
> INFO: Starting Jk2, base dir= /usr/local/tomcat4.0.4_1.4.0
> conf=/usr/local/tomca
> t4.0.4_1.4.0/conf/jk2.properties
> Jul 26, 2002 8:21:15 AM org.apache.jk.server.JkMain start
> INFO: APR not loaded, disabling jni components: java.io.IOException:
> /usr/local/
> tomcat4.0.4_1.4.0/lib/jk_jnicb.so:
> /usr/local/tomcat4.0.4_1.4.0/lib/jk_jnicb.so:
> ELF file OS ABI invalid.
> 
> ANY ideas, suggestions, guesses - would be greatly appreciated.
> 
> Seems like a JNI problem.. But what exactly?

I'm assuming you're running 1.4 under Linux emulation, since the
native 1.4 isn't near finished yet :).  The obvious guess would
then be that the shared library jk_jnicb.so is in fact a native
FreeBSD shared library when it needs to be a Linux shared
library.  Any shared library loaded by a Linux JDK running under
emulation must be a Linux shared library.

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020726235122.A70429>