LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-24-2003, 10:33 AM   #1
chrisknight
Member
 
Registered: Jan 2003
Location: ohio
Distribution: CentOS7.6
Posts: 157

Rep: Reputation: 15
Mozilla Firebird crashes with java plugin.


I have Mozilla Firebird Browser.
I also have java j2re1.4.2.

I issue the comand:
ln -s /usr/java/j2re1.4.2/plugin/i386/ns610/libjavaplugin_oji.so /MozillaFirebird/plugins/libjavaplugin_oji.so

Everything works ok.
The link goes into the plugins directory fine.

BUT, once the plugin in installed Mozilla Firebird will not run.
When I delete the link to the java plugin, it works...

Hmmm...

oh yes... here is the output when I try to run Mozilla Firebird with the java plugin installed:

[root@cdc1 MozillaFirebird]# ./MozillaFirebird
INTERNAL ERROR on Browser End: No manager for initializing factory?

System error?:: Success
[root@cdc1 MozillaFirebird]#

Last edited by chrisknight; 08-24-2003 at 10:36 AM.
 
Old 08-24-2003, 10:55 AM   #2
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Try asking on the Mozilla newsgroups, that is an internal error. Alternatively join #mozilla on irc.mozilla.org, and ask there.
 
Old 09-20-2003, 02:39 AM   #3
Nevion
Member
 
Registered: Aug 2003
Distribution: Slackware 9.0
Posts: 31

Rep: Reputation: 15
same problem and I'm using the cvs
nice fonts (anti-aliasing) versus something that works... choices
 
Old 09-20-2003, 07:56 AM   #4
pablob
Member
 
Registered: Apr 2003
Location: Madrid
Distribution: RHEL, Kubuntu, Solaris, TRU64
Posts: 382

Rep: Reputation: 31
holy shit, I should make a howto on Java plugins. Please read any of these posts:

http://www.linuxquestions.org/questi...threadid=94794
http://www.linuxquestions.org/questi...threadid=94756
 
Old 09-20-2003, 09:06 PM   #5
Nevion
Member
 
Registered: Aug 2003
Distribution: Slackware 9.0
Posts: 31

Rep: Reputation: 15
oh please, I always do a bit of research before complaining

the fact of the matter is that firebird even reports my plugin as working through aboutlugins and its the same symbolic link thats in my mozilla-1.4/plugins directory with javasdk1.4.2 yet if I load a page with a java applet... I get great crashes with "INTERNAL ERROR on Browser End: JavaPluginInstance5::GetValue - Not implemented
System error?:: Success" which has only happened with the latest nightly builds, the original firebird 6.1 works perfectly but like I said before, I can either have fugly fonts with no anti-aliasing or really pretty fonts with and gtk2 builtin. I'm running everything up to date with the exception of my compiler and glibc (Don't wanna upgrade them... scared) which are like 2.3.1 and 3.2.1 but the newest firebird is made from glibc 2.3.2 though since I have no other errors so I doubt its from glibc. I have tried several different nightly builds all to the same effect so I'm lost on what to do now except to what for newer versions. oh yes, it is a soft symlink from mypathtojavasdk2/javasomething/jre/i386/plugin/ns600-g32/libjavasomething.so to /mypathtofirebird/MozillaFirebird/plugins/libjavasomething.so
or something like that.

just out of curiousity I'll try blackdown though

EDIT: the same error occurs with blackdown

Last edited by Nevion; 09-20-2003 at 11:13 PM.
 
Old 09-26-2003, 06:44 PM   #6
nits
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Rep: Reputation: 0
I have exactly the same problem. The browser(firebird) crashes after I create a symbolic link to the java plugin. Actually, for me the same thing happened in opera too!
I don't think blackdown will be of much help, coz I know that the j2re 1.4.2(from sun) has worked for many users.
 
Old 10-11-2003, 02:49 AM   #7
DigitalTygrrr
Member
 
Registered: Apr 2003
Location: /home/BillyGoatStrut
Distribution: Ubuntu, Debian "Sarge", Mac OS X
Posts: 110

Rep: Reputation: 15
I've just started using Firebird and I'm gradually moving away from the mozilla suite. I'm having the same problems as you guys. This is my error message.

INTERNAL ERROR on Browser End: JavaPluginInstance5::GetValue - Not implementedSystem error?:: Success

I did a little googling and found this on mozilla.org. I've tried to understand it...but I can't seem to wrap my brain around it. I believe that it's the code for a patch...but I'm not sure what to do with it.

Could someone help me with this or point me in the right direction? This seems like it will be an awesome learning project. I'd like to learn the process of how to fix it...not just what to do.

for the record...
I'm using RH9, Firebird 0.6.1+, sun j2re1.4.2_01 ns610-gcc32, gcc 3.2.2. the plugin is symlinked to my MozillaFirebird/plugins folder as well as the mozilla/plugins folder. and it DOES show up in "about:plugins". do you need any more pertinant information?

btw...
the only thing I know about C++ is how to make a "hello world" script. please take that into consideration. Thanks in advance!
 
Old 10-11-2003, 03:33 AM   #8
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
I also made this mistake, please link to ns610-gcc instead

ln -s /usr/java/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

Last edited by codec; 10-11-2003 at 03:35 AM.
 
Old 10-11-2003, 05:36 PM   #9
Nevion
Member
 
Registered: Aug 2003
Distribution: Slackware 9.0
Posts: 31

Rep: Reputation: 15
yes yes, I should have made a reply to this sometime earlier but don't worry about that java thing right now, I mean you have another browser to use prlly if you need to visit a site with a java applet. Incase you haven't figured it out yet, this java error is a known bug and is supposively suns fault. If you have the java plugin symlink for firebird it WILL crash. I recommend you delete it promptly to avoid frustration. But yes it will be fixed soon and those code fixes on that site are not for the weak at heart so just wait till its announced that the problem is fixed in the latest nightly's and use them.

btw codec, this has nothing to do with which plugin version you use as its a bug in the java plugins not a symlink to the wrong plugin.
 
Old 10-12-2003, 07:25 PM   #10
DigitalTygrrr
Member
 
Registered: Apr 2003
Location: /home/BillyGoatStrut
Distribution: Ubuntu, Debian "Sarge", Mac OS X
Posts: 110

Rep: Reputation: 15
right on! thanks for your reply. hopefully the dev's will come up with something for us 'weak at heart(s)' soon.

I'm starting to like firebird more than mozilla so I'll keep my eyes on the nightly's.
 
Old 10-13-2003, 02:15 AM   #11
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
It works now!

I just upgraded from Mozilla Firebird GTK/XFT 20030929 to 20031012 (nightlies) and Java works without a problem with a symlink to the ns610-gcc32 object file. Sweet.

hw
 
Old 10-13-2003, 09:57 AM   #12
DigitalTygrrr
Member
 
Registered: Apr 2003
Location: /home/BillyGoatStrut
Distribution: Ubuntu, Debian "Sarge", Mac OS X
Posts: 110

Rep: Reputation: 15
cool...I just read your post and installed the 20031012 nightly and it DOES work!! I have my java back and I can finally retire the mozilla suite. thanks for pointing this out!
 
Old 11-01-2003, 11:08 PM   #13
martinman
Member
 
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290

Rep: Reputation: 30
i had the same problem...(im running 0.7 latest stable) and used the same symlink and all

but i changed the symlink to be ns610-gcc instead of just ns610, and now im in business
 
Old 11-02-2003, 03:32 PM   #14
Nevion
Member
 
Registered: Aug 2003
Distribution: Slackware 9.0
Posts: 31

Rep: Reputation: 15
then it couldn't have been the same symlink :P and the problem was with a bug in firebird/java not from improper symlinking
 
Old 11-02-2003, 05:16 PM   #15
martinman
Member
 
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290

Rep: Reputation: 30
well, i just waited before i installed long enough, i guess
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Java PlugIn for firebird. sethgeekx86 Linux - Newbie 1 02-08-2004 11:18 AM
unable to install java vm plugin for mozilla-firebird rsingh Linux - Newbie 1 01-20-2004 07:33 AM
Mozilla Firebird - Java Plugin nits Linux - Software 11 01-08-2004 12:13 PM
link java plugin to mozilla-firebird 0.7 randomx Linux - Software 6 12-12-2003 11:36 AM
Mozilla crashes after java plugin install ksgill Linux - Newbie 2 07-24-2003 09:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration