|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Java with mozilla-firefox
From: Keith Richardson (keith.alan
gmail.com)
Date: Sun Oct 02 2005 - 08:23:32 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Running firefox from the shell gives me this:
> $ firefox
> 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 child process
> System error?:: Resource temporarily unavailable
>
> It doesn't drop a .core file though.
>
> Is this information enough?
>
> Friendly,
> Rico.
>
>
Applets worked for me after installing java 1.4.2 via the ports tree,
mozilla-firefox through the packages tree and changing my settings in
login.conf.
Going off your error message above, I would guess you are missing a file
in your java/firefox installation or the permissions are wrong.
Here is my file count:
$ find /usr/local/jdk* | wc -l
2719
$ find /usr/local/mozilla-firefox/ | wc -l
632
You can find to look for files missing world-read permission. See the
man pages for more details.
If all else fails, follow up on Josh's advice on using gdb
Good luck,
Keith Richardson
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]