RSS Gateway

The ParserException bug has been fixed, I didn’'t update the version yet, but you can download the latest jar here:

http://cephas.net/projects/instantfeeds/instantfeeds.jar

Cheers,

AJ

When i try to install 1.0.3 i get following exception:

2007.04.26 15:04:51 org.jivesoftware.openfire.container.PluginManager$PluginMonitor.unzipPlugin(Plug inManager.java:976)

java.util.zip.ZipException: error in opening zip file

at java.util.zip.ZipFile.open(Native Method)

at java.util.zip.ZipFile.(JarFile.java:97)

at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.unzipPlugin(Plu ginManager.java:939)

at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:829)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)

at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)

at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (ScheduledThreadPoolExecutor.java:98)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(ScheduledThreadPoolExecutor.java:181)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:205)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 885)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)

at java.lang.Thread.run(Thread.java:619)

2007.04.26 15:05:11 org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java: 380) instantfeeds - Database update failed. Please manually upgrade your database.

Using Openfire + PostgreSQl 8.1 (java 6u1)

Hi There,

It’'s been a while but for new people reading in this thread beware of difference in the two last jars.

instantFeeds.jar is the 1.0.3 version (17/4)

instantfeeds.jar is the last update (26/4)

In *nix environments this could get you into trouble Just user the last one.

-YSam

Hi!)

I am excuse for my letter. I install you rss plugin ver 1.0.4 for Jabber server OpenFire ver 3.3.2 and found following errors:

  1. Error mssql script in Openfire\plugins\instantfeeds\database\upgrade\3 - instantFeed_sqlserver.sql

ALTER TABLE instantFeedUser ADD hibernating INTEGER NOT NULL;

UPDATE instantFeedUser SET hibernating = 0;

UPDATE jiveVersion SET version = 3 WHERE name = ‘‘instantFeed’’;

If run this script we see:

Column names in each table must be unique. Column name ‘‘hibernating’’ in table ‘‘instantFeedUser’’ is specified more than once.

  1. In OpenFire logs:

2007.07.24 16:18:22 [org.jivesoftware.util.log.util.CommonsLogFactory$1.error(CommonsLogFactory.jav a:87)

] Line=19 The content of element type “dwr” must match “(init?,allow?,signatures?)”.

2007.07.24 16:21:06 [org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.jav a:462)

] Error loading plugin: C:\Program Files\Openfire\plugins\instantfeeds

java.lang.NoSuchMethodError: org.jivesoftware.openfire.SessionManager.createClientSession(Lorg/jivesoftware/ openfire/Connection;)Lorg/jivesoftware/openfire/session/LocalClientSession;

at org.jivesoftware.plugins.instantFeeds.InstantFeedsPlugin.initializePlugin(Insta ntFeedsPlugin.java:293)

at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java :404)

at org.jivesoftware.openfire.container.PluginManager.access$200(PluginManager.java :46)

at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:916)

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

at java.util.concurrent.FutureTask.runAndReset(Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknow n Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

2007.07.24 16:22:53 [org.jivesoftware.util.log.util.CommonsLogFactory$1.error(CommonsLogFactory.jav a:87)

] Line=19 The content of element type “dwr” must match “(init?,allow?,signatures?)”.