Mozilla Firebird Java Error?

Closed Forum
Locked
melbell
Posts: 17
Joined: July 30th, 2003, 7:44 pm
Location: Omaha, Nebraska,USA
Contact:

Mozilla Firebird Java Error?

Post by melbell »

When I try and run MozillaFirebird it returns this error:

LoadPlugin: failed to initialize shared library /usr/lib/nsbrowser/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so [/usr/lib/nsbrowser/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so: undefined symbol: __vt_17nsGetServiceByCID]
INTERNAL ERROR on Browser End: Expected a version > 5! Version = 4

System error?:: Interrupted system call

I have no idea what's going on with this.

I am using Gentoo and trying to run Mozilla Firebird version 0.6.1
Hendikins
Posts: 26
Joined: December 31st, 1969, 5:00 pm
Location: On a train

Post by Hendikins »

Do not spoof your useragent. This is a known bug with the Java plugin.
melbell
Posts: 17
Joined: July 30th, 2003, 7:44 pm
Location: Omaha, Nebraska,USA
Contact:

Post by melbell »

um, I have no idea what that means. :(
User avatar
Bowser
Posts: 338
Joined: January 14th, 2003, 1:46 am
Location: Washington

Post by Bowser »

It means that you might be pretending to be ie or opera,did you get an extention called user agent switcher? If so, change it back to default.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
melbell
Posts: 17
Joined: July 30th, 2003, 7:44 pm
Location: Omaha, Nebraska,USA
Contact:

Post by melbell »

ah, that may very well be the problem because i think i did install that user agent switcher, how do i fix that without being able to start firebird?
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Re: Mozilla Firebird Java Error?

Post by MozJF »

melbell wrote:When I try and run MozillaFirebird it returns this error:

LoadPlugin: failed to initialize shared library /usr/lib/nsbrowser/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so [/usr/lib/nsbrowser/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so: undefined symbol: __vt_17nsGetServiceByCID]
INTERNAL ERROR on Browser End: Expected a version > 5! Version = 4

System error?:: Interrupted system call

I have no idea what's going on with this.

I am using Gentoo and trying to run Mozilla Firebird version 0.6.1


Let me guess. You're using a JRE before JRE 1.4.2 ? So, you cannot use it with Firebird 0.6.1 and Mozilla 1.4rc2 and younger.

You have to upgrade your JRE to Sun JRE 1.4.2 before. See http://plugindoc.mozdev.org/ for more infos.
Hendikins
Posts: 26
Joined: December 31st, 1969, 5:00 pm
Location: On a train

Re: Mozilla Firebird Java Error?

Post by Hendikins »

MozJF wrote:Let me guess. You're using a JRE before JRE 1.4.2 ?


That has nothing to do with the error message that the Original Poster is getting.

As for getting around it, search prefs.js for "general.useragent.override", and remove the line containing it.
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Re: Mozilla Firebird Java Error?

Post by MozJF »

Hendikins wrote:
MozJF wrote:Let me guess. You're using a JRE before JRE 1.4.2 ?


That has nothing to do with the error message that the Original Poster is getting.

As for getting around it, search prefs.js for "general.useragent.override", and remove the line containing it.


Erhh... I remember that JRE 1.4.2 use ns610 in path, not ns600.

http://plugindoc.mozdev.org/javalinux.html

"Create ~/.mozilla/plugins if it doesn't exist. Then use the following command at a console: ln -s /usr/java/j2re1.4.2/plugin/i386/ns610/libjavaplugin_oji.so ~/.mozilla/plugins/libjavaplugin_oji.so"

I can also be wrong. Sorry if I made a mistake.
Hendikins
Posts: 26
Joined: December 31st, 1969, 5:00 pm
Location: On a train

Post by Hendikins »

You're right in saying that 1.4.2 is what should be used. It's just that this particular error has nothing to do with it as it is caused by useragent spoofing.
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

Hendikins wrote:You're right in saying that 1.4.2 is what should be used. It's just that this particular error has nothing to do with it as it is caused by useragent spoofing.


When I saw the java error, I think it was related to bad JRE version.

All my apologies. ;-|
Guest
Guest

Re: Mozilla Firebird Java Error?

Post by Guest »

MozJF wrote:Erhh... I remember that JRE 1.4.2 use ns610 in path, not ns600.
Should it not be ns610-gcc32? Just my tuppence worth, which may be wrong. I do agree that the original poster should download Java 1.4.2. Let us know how it goes.
Locked