When can we expect to the see the Enterprise edition made available as a free download as was noted in the newsletter sent out a couple weeks ago? I have the requirement to implement this solution that will be used company wide but I would rather hold out in order to take advantage of some of the great functional features included in the enterprise edition if this is something that can be expected within the next week or two. If my memory serves me correctly the expected release was end of March / early April.
Thanks
Perhaps I am misunderstanding the below email that was sent a while back: Thank you so much for your interest in Jive Software’s Openfire Enterprise. Jive continues to grow and expand, and we have many exciting new announcements in the coming weeks ahead regarding our product lines. Openfire in particular has played as a key part in Jive’s history and we place tremendous value in XMPP enabled RTC technology as a strategic part of our future. The Open Source community also continues to be a big part of Jive’s culture and commitment. To that end, beginning in April, we will start offering our Openfire Enterprise plug-in for free open source download through our Ignite Realtime forums site. So for Jive’s existing Openfire clients we will be offering extended support for the product but as of April will no longer be selling the product, so if you are considering to utilize the technology please note that Jive will not be offering support options beyond our current customer community. If you would like to learn more about Jive’s Clearspace collaboration and community software along with information on our upcoming 2.0 release please check out our site at [http://www.jivesoftware.com/index.jsp] Other links you might find helpful include – Ignite Realtime Forums: [http://www.igniterealtime.org/community/index.jspa] Jivespace- Developers Community: [http://www.jivesoftware.com/community/community/developer] Finally, please feel free to contact us via phone or email with any further questions, comments or concerns. Sincerely, Matt _______________________ Sales Support Specialist Jive Software 503-972-9038 LIVE Webinars every Thursday: Clearspace 9:00 AM PST Clearspace X 10:30AM PST Register Here: [http://www.jivesoftware.com/webinar.jsp]
When can we expect to the see the Enterprise edition made available as a free download as was noted in the newsletter sent out a couple weeks ago?
>
>
>
I just conversed with our Jive accout rep., and she said that she doesn't know the actual date yet, but it's happening soon. The timing of this thread is funny, because the topic of Openfire Enterprise license renewal came up in a meeting I was in earlier today. ![]()
Our account rep. said clustering is the only catch - they pay a royalty for clustering support... so that gets a little tricky - she doesn't know all the details there yet but they will let us know when they're ironed out. We currently pay for clustering support, which is charged in addition to the Enterprise license and is per node, not per user.
Let's just hope this wasnt April's first joke
Though Alexander's message sounds serious. Interesting enough. Wonder what features could become free for all (reporting, archiving, sparkweb). We dont need clustering, but other features could be handy. This could be incorporated in original Openfire, so users wont need to play with plugins.
I receiced this message March 18, 2008. A ways before April fool's ![]()
Anyways lets hope this does in fact come to fuitation. I am most interested in the reporting and web clients and we do no have a necessity for the clustering technologies at this point. So this would be a wonderful addition to an already great product.
Just in case you have not heard for sure that Openfire Enterprise will be discontinued and its features will be part of the Openfire Opensource version, here is the news from the horse's mouth; http://www.jivesoftware.com/products/openfire, read right where it says "Openfire Enterprise".
I am quite sure Openfire development will continue as usual at least for current and prospective OEM license clients/users and more importantly to keep it being the XMPP/Jabber server of choice. I hope they make the new v3.5 installer and source available for download very soon so we can delve in and start toying around with them. I assume all the plugins will now be part of Openfire Opensource since it is going opensource in its entirety no holds barred, at least that is what is implied on the announcement "The Openfire Enterprise commercial product has been discontinued and much of the technology is now part of the Openfire Open Source project."
read the latest blogs http://www.igniterealtime.org/community/blogs
I am unable to Upload free Enterprise jar file to my OpenFire Server.......whenever I upload it I found an error on error.log file..Like this
2008.04.18 15:29:09 org.jivesoftware.util.log.util.CommonsLogFactory$1.error(CommonsLogFactory.java: 87) Line=19 The content of element type "dwr" must match "(init?,allow?,signatures?)".
2008.04.18 15:31:09 org.jivesoftware.openfire.container.PluginManager$PluginMonitor.unpackArchives(P luginManager.java:1131)
java.io.IOException: Corrupted pack file: magic/ver = CAFED00D/160.1 should be CAFED00D/150.7
at com.sun.java.util.jar.pack.NativeUnpack.start(Native Method)
at com.sun.java.util.jar.pack.NativeUnpack.run(NativeUnpack.java:168)
at com.sun.java.util.jar.pack.NativeUnpack.run(NativeUnpack.java:217)
at com.sun.java.util.jar.pack.UnpackerImpl.unpack(UnpackerImpl.java:104)
at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.unpackArchives( PluginManager.java:1124)
at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.unzipPlugin(Plu ginManager.java:1080)
at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:937)
at org.jivesoftware.openfire.container.PluginManager.installPlugin(PluginManager.j ava:159)
at org.jivesoftware.openfire.update.UpdateManager.downloadPlugin(UpdateManager.jav a:243)
at org.jivesoftware.openfire.update.PluginDownloadManager.installPlugin(PluginDown loadManager.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at uk.ltd.getahead.dwr.impl.ExecuteQuery.execute(ExecuteQuery.java:239)
at uk.ltd.getahead.dwr.impl.DefaultExecProcessor.handle(DefaultExecProcessor.java: 48)
at uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(DefaultProcessor.java:81)
at uk.ltd.getahead.dwr.AbstractDWRServlet.doPost(AbstractDWRServlet.java:162)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1093)
at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:98)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)
at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollect ion.java:206)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842 )
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
2008.04.19 10:36:12 org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java: 506) Error loading plugin: /usr/share/openfire/plugins/enterprise
java.lang.ClassNotFoundException: com.jivesoftware.openfire.enterprise.EnterprisePlugin
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java :384)
at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :46)
at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1013)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:280)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:135)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(ScheduledThreadPoolExecutor.java:142)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:166)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)