It worked! Any ideas where I can find this plugin: http://community.igniterealtime.org/docs/DOC-1170 in non-packed (but compiled) form?
Itās source code is not on the igniterealtime SVN repo
Any estimates on when this issue (with not supporting packāed plugins) is going to be sorted out (if it will, at all)?
an update would be nice⦠we rely heavily on the monitor plugin which is now broken because of thisā¦
Daryl Herzmann wrote:
I attempted a bamboo build without pack enabled
You could try manually downloading these .jar files and then upload to the openfire console plugins page and see if they load.
This worked for us as well! Thank you!
All plugins work except JitsiVideobridge, which now loads but doesnāt function. Looks like related errors in the log, although it may be related to the plugin issue, itās not really part of this thread. Iād really like to get Videobridge working, so weāll post errors in a new thread.
Message was edited by: Dave
āThis worked for us as wellā Can you advise as to what this is???
Ok, so in back tracking through the posts, I ascertained that āthisā is following this link and downloading the unpacked JAR files. http://bamboo.igniterealtime.org/browse/OPENFIRE-NIGHTLYPLUGINS-1107/artifact/sh ared/Project-Plugins/
Everything āseemsā to work find now. However, loadstats doesnāt provide any graphs. So Iām assuming the nightly builds are betas that may contain bugs⦠So double check their funcationality after installation.
Sorry, updated my post with reference to Darylās workaround.
Did you miss Daryls bamboo link?
I can also confirm that it works! Thank you so much!
This looks like a build issue with the Pack200 utility. The plugin JAR files are getting mangled when they are compressed and/or extracted. As a temporary fix, we can diable the Pack200 feature for the plugins (via the build script). Better than that though would be to fix the root cause, but this will require additional investigation.
Opened http://issues.igniterealtime.org/browse/OF-739 to track this issue.
Iāve refreshed the available plugins for download from ignite based on build 1109 of the NIGHTLYPLUGINS target on bamboo.
This worked for us as well! Thank you so much @Daryl Herzmann!
Hi ,
I can not access the given URL- http://bamboo.igniterealtime.org/browse/OPENFIRE-NIGHTLYPLUGINS-1107/artifact/sh ared/Project-Plugins/
Could you please suggest me where can I find plugins which can be loaded in openfire?
If you need plugins, go to Plugins page in Admin Console and install from there. You link is more than a year old probably. Bamboo is only keeping 10 last builds, so thatās why this link is not working anymore. If you really need the latest build of plugins hereās the current build Project-Plugins This link will stop working in a few weeks i think as new builds a often now.
Thanks Wroot for propmt reply!
Actually I am using openfire 3.9.3 and when I am installing a plugin i.e userservice from available plugin , it is showing that plugin is installed successfully but it dint show in installed pluginā¦what should I do?
I also upload userservice.jar file that also does not help?
any idea ?
You should start a new thread (it is not convenient to scroll through long thread with old messages) and provide more information about your setup (OS, are you able to install other plugins, was it working before?). Also maybe there are some related entries in the error log.
Btw, you may try REST API plugin (itās intended to replace Userservice), maybe it will install.
Hello Everybody,
Today I got same problem and I spend whole 1 day for resolving this problem. In between I frustrated many times. Finally I got solution then I realize its my mistake. Basically I use old version of openfire in my eclipse for build plugins.
In old version of openfire in eclipse build.xml
I just change value false for pack200.enabled from [OF-739] Pack200 appears to be mangling plugin JAR files - Jive Software Open Source this reference then again build plugins and after successfully build plugin jar file then upload to openfire and I am very happy to see that my custom plugin uploaded successfully and I can see my plugin in openfire plugin list. So finally I hope this can also be useful to all who are going to face this type of problem.
Hello @Hitesh Gehlot ,
Thanx for the solution , I am new to Openfire plugin development . I have faced the same issue mentioned above , and your answer worked for meā¦
Thanx agianā¦!