Discussion:
[Rssowl-users] RSSOwl doesn't work with swt-3.2.1
Kim SeongCheol
2006-11-20 00:36:00 UTC
Permalink
Hi.



I was using RSSOwl 1.2.2 with swt-3.2, and it worked well.

But today, upgraded swt to 3.2.1. Since that, I have a problem.

When I run RSSOwl, I got this message:



Exception in thread "main" java.lang.UnsatisfiedLinkError: NS_InitEmbedding

at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitEmbedding(Native Method)

at org.eclipse.swt.browser.Browser.<init>(Unknown Source)

at net.sourceforge.rssowl.controller.panel.BrowserPanel.initBrowserNoControls(Unknown Source)

at net.sourceforge.rssowl.controller.panel.BrowserPanel.initComponentsNoControls(Unknown Source)

at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)

at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)

at net.sourceforge.rssowl.controller.NewsText.createBrowserPanel(Unknown Source)

at net.sourceforge.rssowl.controller.NewsText.initComponents(Unknown Source)

at net.sourceforge.rssowl.controller.NewsText.<init>(Unknown Source)

at net.sourceforge.rssowl.controller.GUI.initComponents(Unknown Source)

at net.sourceforge.rssowl.controller.GUI.startUp(Unknown Source)

at net.sourceforge.rssowl.controller.GUI.<init>(Unknown Source)

at net.sourceforge.rssowl.controller.RSSOwlLoader.<init>(Unknown Source)

at net.sourceforge.rssowl.controller.RSSOwlLoader.main(Unknown Source)

Exception in thread "Shutdown Hook Thread" java.lang.NullPointerException

at net.sourceforge.rssowl.dao.SettingsSaver.saveSortOrder(Unknown Source)

at net.sourceforge.rssowl.dao.SettingsSaver.saveUserSettings(Unknown Source)

at net.sourceforge.rssowl.controller.GUI.abnormalShutDown(Unknown Source)

at net.sourceforge.rssowl.controller.thread.ShutdownHook.run(Unknown Source)







Any help would be much appreciated.



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Kim SeongCheol
2006-11-20 08:56:32 UTC
Permalink
Hi,

Yes, I'm using Gentoo.
I have two browsers, Seamonkey-1.0.6 and Firefox-2.0.
And the run.sh is:

#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/seamonkey
exec java -Djava.library.path=/usr/lib/ -jar /usr/share/rssowl/lib/rssowl.jar "$@"

I have tried to use Firefox-2.0 as a browser widget, but always failed.
So I am using Seamonkey with RSSOwl.

----- Original Message ----
From: Benjamin Pasero <***@rssowl.org>
To: Kim SeongCheol <***@yahoo.com>
Cc: rssowl-***@lists.sourceforge.net
Sent: Monday, November 20, 2006 5:03:19 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1
Post by Kim SeongCheol
Hi.
Hi Kim,
Post by Kim SeongCheol
I was using RSSOwl 1.2.2 with swt-3.2, and it worked well.
But today, upgraded swt to 3.2.1. Since that, I have a problem.
you are running RSSOwl on Linux right? What kind of Mozilla / Firefox /
Seamonkey
versions do you have installed?

Ben
Post by Kim SeongCheol
Exception in thread "main" java.lang.UnsatisfiedLinkError: NS_InitEmbedding
at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitEmbedding(Native Method)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initBrowserNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initComponentsNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.createBrowserPanel(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.startUp(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.main(Unknown Source)
Exception in thread "Shutdown Hook Thread" java.lang.NullPointerException
at net.sourceforge.rssowl.dao.SettingsSaver.saveSortOrder(Unknown Source)
at net.sourceforge.rssowl.dao.SettingsSaver.saveUserSettings(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.abnormalShutDown(Unknown Source)
at net.sourceforge.rssowl.controller.thread.ShutdownHook.run(Unknown Source)
Any help would be much appreciated.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link

Don't quit your job - take classes online
www.Classesusa.com
Benjamin Pasero
2006-11-20 09:00:07 UTC
Permalink
You say that you upgraded to SWT 3.2.1. I assume you downloaded the
release candidate
of RSSOwl 1.2.3 from here: http://www.rssowl.org/dl/Integration_Build/

Right?
Post by Kim SeongCheol
Hi,
Yes, I'm using Gentoo.
I have two browsers, Seamonkey-1.0.6 and Firefox-2.0.
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/seamonkey
I have tried to use Firefox-2.0 as a browser widget, but always failed.
So I am using Seamonkey with RSSOwl.
----- Original Message ----
Sent: Monday, November 20, 2006 5:03:19 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1
Post by Kim SeongCheol
Hi.
Hi Kim,
Post by Kim SeongCheol
I was using RSSOwl 1.2.2 with swt-3.2, and it worked well.
But today, upgraded swt to 3.2.1. Since that, I have a problem.
you are running RSSOwl on Linux right? What kind of Mozilla / Firefox /
Seamonkey
versions do you have installed?
Ben
Post by Kim SeongCheol
Exception in thread "main" java.lang.UnsatisfiedLinkError: NS_InitEmbedding
at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitEmbedding(Native Method)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initBrowserNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initComponentsNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.createBrowserPanel(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.startUp(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.main(Unknown Source)
Exception in thread "Shutdown Hook Thread" java.lang.NullPointerException
at net.sourceforge.rssowl.dao.SettingsSaver.saveSortOrder(Unknown Source)
at net.sourceforge.rssowl.dao.SettingsSaver.saveUserSettings(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.abnormalShutDown(Unknown Source)
at net.sourceforge.rssowl.controller.thread.ShutdownHook.run(Unknown Source)
Any help would be much appreciated.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link
Don't quit your job - take classes online
www.Classesusa.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
Kim SeongCheol
2006-11-20 09:09:52 UTC
Permalink
I tried both RSSOwl 1.2.2 and 1.2.3rc1, but the same resulted.
Both 1.2.2 and 1.2.3 worked with swt 3.2, but failed with swt 3.2.1.
The error messages from them were same too.

----- Original Message ----
From: Benjamin Pasero <***@rssowl.org>
To: Kim SeongCheol <***@yahoo.com>
Cc: rssowl-***@lists.sourceforge.net
Sent: Monday, November 20, 2006 6:00:07 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1

You say that you upgraded to SWT 3.2.1. I assume you downloaded the
release candidate
of RSSOwl 1.2.3 from here: http://www.rssowl.org/dl/Integration_Build/

Right?
Post by Kim SeongCheol
Hi,
Yes, I'm using Gentoo.
I have two browsers, Seamonkey-1.0.6 and Firefox-2.0.
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/seamonkey
I have tried to use Firefox-2.0 as a browser widget, but always failed.
So I am using Seamonkey with RSSOwl.
----- Original Message ----
Sent: Monday, November 20, 2006 5:03:19 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1
Post by Kim SeongCheol
Hi.
Hi Kim,
Post by Kim SeongCheol
I was using RSSOwl 1.2.2 with swt-3.2, and it worked well.
But today, upgraded swt to 3.2.1. Since that, I have a problem.
you are running RSSOwl on Linux right? What kind of Mozilla / Firefox /
Seamonkey
versions do you have installed?
Ben
Post by Kim SeongCheol
Exception in thread "main" java.lang.UnsatisfiedLinkError: NS_InitEmbedding
at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitEmbedding(Native Method)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initBrowserNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initComponentsNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.createBrowserPanel(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.startUp(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.main(Unknown Source)
Exception in thread "Shutdown Hook Thread" java.lang.NullPointerException
at net.sourceforge.rssowl.dao.SettingsSaver.saveSortOrder(Unknown Source)
at net.sourceforge.rssowl.dao.SettingsSaver.saveUserSettings(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.abnormalShutDown(Unknown Source)
at net.sourceforge.rssowl.controller.thread.ShutdownHook.run(Unknown Source)
Any help would be much appreciated.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link
Don't quit your job - take classes online
www.Classesusa.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link

$200,000 mortgage for $660/ mo -
30/15 yr fixed, reduce debt -
http://yahoo.ratemarketplace.com
Kim SeongCheol
2006-11-20 09:39:36 UTC
Permalink
I'm sorry. I was mistaken.



SWT 3.2.1 from Gentoo was patched with swt-3.2.1-firefox.patch and swt-3.2.1-libswt-xpcomgcc4.patch.
I tried RSSOwl with the binary SWT 3.2.1 from the eclipse site, and it works.

I think my problem was not due to RSSOwl.



Thanks.

----- Original Message ----
From: Benjamin Pasero <***@rssowl.org>
To: Kim SeongCheol <***@yahoo.com>
Sent: Monday, November 20, 2006 6:32:09 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1
Post by Kim SeongCheol
I tried both RSSOwl 1.2.2 and 1.2.3rc1, but the same resulted.
Both 1.2.2 and 1.2.3 worked with swt 3.2, but failed with swt 3.2.1.
The error messages from them were same too.
The FAQ at http://www.eclipse.org/swt/faq.php#browserlinuxrcp talks about
exporting the LD_LIBRARY_PATH. Did you try that?

If thats not helping, would you be able to give it a try with Mozilla Suite
downloaded from Mozilla.org? I would like to file a bug about this problem
on eclipse.org (the maintainers of SWT providing Browser support) and need
some more details. This looks like a regression from 3.2.1 to 3.2

Ben
Post by Kim SeongCheol
----- Original Message ----
Sent: Monday, November 20, 2006 6:00:07 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1
You say that you upgraded to SWT 3.2.1. I assume you downloaded the
release candidate
of RSSOwl 1.2.3 from here: http://www.rssowl.org/dl/Integration_Build/
Right?
Post by Kim SeongCheol
Hi,
Yes, I'm using Gentoo.
I have two browsers, Seamonkey-1.0.6 and Firefox-2.0.
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/seamonkey
I have tried to use Firefox-2.0 as a browser widget, but always failed.
So I am using Seamonkey with RSSOwl.
----- Original Message ----
Sent: Monday, November 20, 2006 5:03:19 PM
Subject: Re: [Rssowl-users] RSSOwl doesn't work with swt-3.2.1
Post by Kim SeongCheol
Hi.
Hi Kim,
Post by Kim SeongCheol
I was using RSSOwl 1.2.2 with swt-3.2, and it worked well.
But today, upgraded swt to 3.2.1. Since that, I have a problem.
you are running RSSOwl on Linux right? What kind of Mozilla / Firefox /
Seamonkey
versions do you have installed?
Ben
Post by Kim SeongCheol
Exception in thread "main" java.lang.UnsatisfiedLinkError: NS_InitEmbedding
at org.eclipse.swt.internal.mozilla.XPCOM.NS_InitEmbedding(Native Method)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initBrowserNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.initComponentsNoControls(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.panel.BrowserPanel.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.createBrowserPanel(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.NewsText.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.initComponents(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.startUp(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.<init>(Unknown Source)
at net.sourceforge.rssowl.controller.RSSOwlLoader.main(Unknown Source)
Exception in thread "Shutdown Hook Thread" java.lang.NullPointerException
at net.sourceforge.rssowl.dao.SettingsSaver.saveSortOrder(Unknown Source)
at net.sourceforge.rssowl.dao.SettingsSaver.saveUserSettings(Unknown Source)
at net.sourceforge.rssowl.controller.GUI.abnormalShutDown(Unknown Source)
at net.sourceforge.rssowl.controller.thread.ShutdownHook.run(Unknown Source)
Any help would be much appreciated.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link
Don't quit your job - take classes online
www.Classesusa.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link
$200,000 mortgage for $660/ mo -
30/15 yr fixed, reduce debt -
http://yahoo.ratemarketplace.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rssowl-users mailing list
https://lists.sourceforge.net/lists/listinfo/rssowl-users
____________________________________________________________________________________
Sponsored Link

Mortgage rates near 39yr lows.
$420k for $1,399/mo. Calculate new payment!
www.LowerMyBills.com/lre

Loading...