A few issues from the nightly build

Running on CentOS 7 using the native JDK, installed from the openfire-3.10.0-alpha rpm.

  1. The new openfire meetings plugin does not want to load - this is the only error generated:

2014.12.19 13:31:43 org.jitsi.videobridge.openfire.PluginImpl - Native lib folder created and natives extracted

java.lang.NoClassDefFoundError: org/jitsi/videobridge/xmpp/ComponentImpl

at org.jitsi.videobridge.openfire.PluginImpl.initializePlugin(PluginImpl.java:190)

at org.jivesoftware.openfire.plugin.ofmeet.OfMeetPlugin.initializePlugin(OfMeetPlu gin.java:97)

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

at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :76)

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

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

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

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301 (ScheduledThreadPoolExecutor.java:178)

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

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

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

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

Caused by: java.lang.ClassNotFoundException: org.jitsi.videobridge.xmpp.ComponentImpl

at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

… 12 more

2014.12.19 13:32:08 org.jivesoftware.openfire.plugin.ofmeet.OfMeetPlugin - OfMeet Plugin - Initialize jitsi videobridge

2014.12.19 13:32:08 org.jitsi.videobridge.openfire.PluginImpl - PluginImpl initializePlugin /opt/openfire/plugins/ofmeet

The :7443/ofmeet/ results in a 404 (presumaby as the plugin is not loaded).

  1. With PEP enabled, openfire is consuming 100% of available CPU.

I note that the ofPubSub tables have a few thousand lines each in them, is this normal for a low-traffic server (and are the entries safe to remove if not)?

  1. (Not a big deal as I’m using OpenJDK but may frustrate others) Trying to use the bundled JRE results in:

/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory