SQLException: Unexpected token OFPUBSUBITEM
I just randomly got this in the log although I didn't do anything with pubsub: There's a SQL error in the PURGE_FOR_SIZE statement.Strangely, nobody else had it? java.sql.SQLException: Unexpected token...
View ArticleRe: SQLException: Unexpected token OFPUBSUBITEM
Yes, looks like a bug in the SQL delete statement for the Pubsub item purge thread (for DBs other than HSQL and Postgres). Opened OF-789 to fix.
View ArticleRe: SQLException: Unexpected token OFPUBSUBITEM
You're fast ... saw your fix was already in. Thanks.
View ArticleRe: S2S problem with Prosody
I am fairly confident the problem was introduced with OF-2 , I reverted that patch and uploaded a custom build to igniterealtime. s2s looks reasonable now with many secured connections.
View ArticleRe: Openfire can't create one more persistent MultiUserChat room
Yes,that's my version.I'm so ashamed for making a misstake that i have changed the DefaultConnectionProvider in my plugin.I have two different mysql database on server,one is the openfire db and...
View ArticleRe: Openfire can't create one more persistent MultiUserChat room
this is the final reason ,there are two ways to solve this:first one : create the aimed table in the openfire db.second: make an independent connection from mysql use jdbc driver( not use...
View ArticleRe: SQLException: Unexpected token OFPUBSUBITEM
Yes, it wasn't much to do here. Creating the Jira issue probably took more time, than fixing the bug, that's why I didn't create one. (Although it might be useful for tracking in the changelog).
View ArticleRe: When share desktop no voice?
Thanks.I tested the jitmeet ,but desktop share didn't work,I didn't knew the reason.Jitmeet worked with chrome v35 and jitsi desktop streamer chrome extension v0.1 above.
View ArticleJitsi failed to establish connection
Hello, I've download the Jitsi application for android devices, and I am trying it inside the office with my friends.An xmpp server (on a LINUX OS) was created in order to link the clients in order to...
View ArticleRe: Need to change the domain for SSL
I'm not sure, but you will probably have to re-run the setup and then put the needed domain name there. Changing it via system properties may not do the trick. To re-run the setup, stop Openfire, open...
View ArticleRe: Openfire 3.9.2 won't start
Is it your first install or an update from the older version? Btw, there is 3.9.3 already. You should use this version. Are you sure you don't have Openfire already running as a service? Then it...
View ArticleRe: Is MINA 1 can be replaced by MINA 2 in openfire
I succeded in updating the Mina library to the version 2.0.7 and I sent a pull request in https://github.com/igniterealtime/Openfire/pull/16. There were some compatibility problems in two cases:There...
View ArticleRe: Download links
As there is a problem with site's certificate identity, one should use such command: wget --no-check-certificate https://download.igniterealtime.org/openfire/openfire_3_9_3.tar.gz
View ArticleRe: System property to enable/disable XEP-280
Oh my... this is of course a bug (of mine). :-( Basically this means that your client cannot disable XEP-280 again, after it has enabled it once, right? Assuming this is fixed, do you still need a...
View ArticleFile transfer issue using smack 3.2.1
Hi all, I am trying to send and recieve the file using smack and open fire 3.9.2. when I try to sending the file it done successfully but at the recievers end it creates the file with 0kb and showing...
View ArticleRe: System property to enable/disable XEP-280
Hi, Thank you for quick response.Basically this means that your client cannot disable XEP-280 again, after it has enabled it once, right? Yes, when I enable it once I can't disable it. Assuming this is...
View ArticleGCM helper plugin
Hello, i began writing a simple plugin that forwards messages to a custom http service so that this service then can for example send some gcm messages or other crazy things.The plugin calls a custom...
View ArticleRe: Download links
Could we put this wget example on the download page? I also find myself often in the situation where I would want to grab the latest release from a CLI. Ideally we would want host your own debian...
View ArticleRe: Running Jitsi Videobridge Openfire Plugin with NATed IP – possible or not?
For this who have similar problem:Add the following to the file ~/.sip-communicator/sip-communicator.properties (in the home of user running the videobridge): I userd “find” command to locate the...
View ArticleRe: Migrating of web resources to SSL
Fixed... though, I'm not sure if we get to keep these custom files in the new environment.
View Article