Skip site navigation (1)Skip section navigation (2)
Date:      18 Feb 2002 20:31:39 -0800
From:      Joe Kelsey <joe@zircon.seattle.wa.us>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        Mark Evenson <evenson@panix.com>, Mike Gratton <mike@vee.net>, freebsd-java@FreeBSD.ORG
Subject:   Re: Mozilla plugin and native JDK 1.3.1p6.
Message-ID:  <1014093100.59818.60.camel@zircon.zircon.seattle.wa.us>
In-Reply-To: <20020219171656.A38032@grimoire.chen.org.nz>
References:  <20020215150421.A50739@shale.csir.co.za> <20020216150534.C60480@shale.csir.co.za> <1013894600.59818.5.camel@zircon.zircon.seattle.wa.us> <20020217003431.E60480@shale.csir.co.za> <20020217165427.A3783@grimoire.chen.org.nz> <3C6F4260.4050909@vee.net> <1013924828.59818.22.camel@zircon.zircon.seattle.wa.us> <a08z9qtyu5.fsf@panix3.panix.com> <1014076903.59818.54.camel@zircon.zircon.seattle.wa.us>  <20020219171656.A38032@grimoire.chen.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-02-18 at 20:16, Jonathan Chen wrote:
>     ~,5:12pm> mozilla
>     INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
>     <
>     System error?:: No such file or directory
>     Gdk-ERROR **: Fatal IO error 9 (Bad file descriptor) on X server :0.0.
>     INTERNAL ERROR on Browser End: Could not read ack from browser
>     System error?:: Resource temporarily unavailable

Do the following:

$ export JAVA_PLUGIN_DEBUG=true
$ mozilla

Then look at the file /tmp/child_java131.trace and
/tmp/plugin_java131.trace.  You should see clearly which library load is
failing.  It sounds like java_vm is starting, but cannot load one of the
libraries necessary to start the JVM.  You can also look at
/tmp/plugin_parent131.trace, but I doubt whether that has any useful
information.

Something is wrong with your installation.  I cannot tell from what you
have posted what it is.

/Joe



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?1014093100.59818.60.camel>