Quantcast
Channel: Ignite Realtime : Discussion List - Openfire Plugins
Viewing all 531 articles
Browse latest View live

Openfire Mettings not opening ports, not available over web

$
0
0

Hello,

 

I am trying to set up Openfire Meetings on a Windows Server 2012 R2 machine. We have been using Openfire with Spark for text based messaging on this server for a few years now, without any problems at all. The Users are imported from Active Directory via LDAP. The Openfire Version installed is 4.1.1 (after a few updates), with the Meetings Plugin 0.3.28. The Database is running on a remote Microsoft SQL 2012.

So far I am able to place Video Calls over this Server using the Jitsi Desktop Client - so Openfire Meetings in general is working. But no matter what I am doing, I can't open the Webinterface to create Rooms (https://your-server.com:7443/ofmeet). The connection can't be established, indicating that the port hasn't been opened. A check on the server via netstat confirms this, no application uses either 7443 or 7070 (7070 via http isn't working either)

 

Any ideas on this? Are there any logfiles I could check? I already checked the all.log of Openfire, but couldn't find any errors related to 7443/7070. The Log is attached, but I had to clean out a bit of sensitive information (replaced with ###something###).

I would really appreciate some help, it seems like either I'm missing something or I stumbled upon a bug.

 

Sincerely,

Sven


Error to login in Ofmeet (0.3.28 + OP 4.1.1)

$
0
0

Web Browser display this------org/jivesoftware/openfire/plugin/ofmeet/OpenfireLoginService$KnownUse r

2017.02.02 09:33:49 org.jitsi.impl.configuration.ConfigurationServiceImpl - java.library.path=/var/lib/openfire/plugins/ofmeet_0.3.28/lib/native:/var/lib/o penfire/plugins/ofmeet/lib/native:/usr/java/packages/lib/amd64:/usr/lib/x86_64-l inux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/ usr/lib

 

 

at org.jivesoftware.util.LocaleUtils.getLocalizedString(LocaleUtils.java:493) 
   at org.jivesoftware.util.LocaleUtils.getLocalizedString(LocaleUtils.java:444) 
   at org.jivesoftware.util.LocaleUtils.getLocalizedString(LocaleUtils.java:428) 
   at org.jivesoftware.admin.AdminConsole.getAdminText(AdminConsole.java:213) 
   at org.jivesoftware.admin.TabsTag.doEndTag(TabsTag.java:181) 
   at org.jivesoftware.openfire.admin.decorators.main_jsp._jspx_meth_admin_005ftabs_0 05f1(main_jsp.java:585) 
   at org.jivesoftware.openfire.admin.decorators.main_jsp._jspService(main_jsp.java:2 16) 
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) 
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
    at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) 
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587) 
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) 
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:595) 
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:22 3) 
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:11 27) 
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) 
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185 ) 
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:106 1) 
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
    at org.eclipse.jetty.server.Dispatcher.include(Dispatcher.java:115) 
    at com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.ja va:156) 
    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59)  
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652) 
   at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:76) 
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652) 
   at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:53) 
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652) 
   at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:226) 
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652) 
   at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:165) 
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652) 
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) 
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) 
    at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577) 
    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:22 3) 
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:11 27) 
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) 
    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185 ) 
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:106 1) 
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandler Collection.java:215) 
    at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.jav a:110) 
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) 
    at org.eclipse.jetty.server.Server.handle(Server.java:499) 
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) 
    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) 
    at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544) 
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635 ) 
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)  
    at java.lang.Thread.run(Thread.java:745)

Presence Service don't works! with openfire 3.7

$
0
0

I have installed this plugin i see it in plugin page.

 

if i try to send a request by http i see always this error.

 

 

<presencetype="error"from="myuser">

<error code="403" type="auth">

 

 

<forbiddenxmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>

 

</presence>

 

someone can help me?

thnx

Openfire Statistics tab is blank

$
0
0

Hello,

I have Openfire 3.10.3 with the plugins Monitoring Service 1.4.7 and Load Statistic 1.2.0 on a windows 2008r2 server using MS SQL 2012 Express. When I click on the Server > Statistics tab the window is blank with no error or information. Then I click on the sub-tab "All Reports" and I see the "Date Range", "Select Report", and "Client Connections" text boxes but they are not reporting current information.

I have tried to reload the plugins (restart openfire service), uninstalled plugins and reinstalled plugins(restart openfire service), and restart the server. Other plugins seem to work fine (the archive plugins reports correct information).

Any configurations, troubleshooting steps, articles I might have missed would be greatly appreciated.

Thank you

Michael

Offline group push notifications

$
0
0

We are using openfire server for group chat functionality.

So Is there any plugin available for sending push notification to group from server end to the mobile users.

 

Currently we have implemented offline push notifications for android as well as ios.

 

What we have done is set a cron job on the server which runs at every 30 seconds, and separate messages from offmessagearchive table to group_push_notification table.

now i am using user_status plugin which helps me to get logoff time of every user who online and offline from xmpp openfire.


By comparing message time and logoff time of user i am sending push notifications to the offline users.


This process is quite long and so push notifications are sending almost in 1 minute rather than in few seconds.

 

 

Is there any plugin (which sends offline push notifications to group)  which will do the job for sending push notification in a faster way like there is a plugin( named Offoflline ) for sending push notifications to offline user for person to person chat.

 

Any help would be appreciated.

Where to download User Service Plugin v2.0.2?

$
0
0

Hey

Where I can download User Service Plugin version 2.0.2 ?

Thanks

User Import won't process

$
0
0

I'm trying to migrate our organization from a server running Openfire 3.7.0 beta to a server running Openfire 4.0.3.  The old server is running version 2.2.1 of the User Import Export plugin, and the new server is running version 2.6.0.

 

The user exports from the old server seem to be fine, but the import process is hitting a snag.  Upon selecting the XML file to import and clicking the Import button, I'm taken to an Openfire page with an empty body (see attached).  No errors are shown, and none of the log files appear to be modified.

 

I'm able to successfully export from the new server, but I encounter the same blank page problem when I turn around to import these files back into the new server.  Interestingly, I also get the blank page when hitting the Import button without selecting a file at all.

Custom plugin re-initilize automatically on delete

$
0
0

Hi,

 

I just coded a custom plugin for openfire  and it works fine but when i delete it from Admin console. It acts in a very strange way. The admin panel shows a success message but it does not actually remove the plugin from the admin console. When i check logs i see the messages from the initilizeplugin function, i have written. So it basically start unloading jar files and at the end it just execute the initilize function of my plugin and reloads the plugin.

 

I am not able to figure put what's actually causing this issue? when i remove the folder and jar files manually from /opt/openfire/plugins folder, it works but can someone guide me why it does not delete the plugin from the admin panel?


Get quick message in offmessagearchive table

$
0
0

Hi All,

 

We have created Application for chatting purpose and right now it is working properly when users are online.

We are facing an issue when users are going offline mode. At that time we are getting a message in offmessagearchive table after 30 seconds with the help of Monitoring Service plugin.

 

Now we need a quick message in offmessagearchive table so we can send push to the mobile users quickly.

 

Let me know guys if you have any idea on this.

 

 

Thank you in Advance.

 

Best Regards,

Hardik M.

Not able to retrieve offline message when using Hazelcast Cluster

$
0
0

I'm using openfire 4.1.2. HazelCast 2.2.0.

 

I have 2 instance of Openfire. One running on x.x.x.45 and the other one on x.x.x.46. Both using Hazelcast Cluster.

 

When my user are conntected both to x.x.x.45 or x.x.x.46 . I can retrieve offline message.

 

The problem comes when user A is connected to x.x.x.45 and user B is offline and connect to x.x.x.46. Offline Message are not retrieved on connection.

Is it possible to log failed SASL authentication user passwords?

$
0
0

In case of unsuccessful user authentication, SaslServerPlainImpl writes the following log to info.log:

org.jivesoftware.openfire.net.SASLAuthentication - User Login Failed. PLAIN authentication failed for: echo-core-166510@mobile-central

Is it possible to write an Openfire plugin to log not only username, but passwords too?

As far as i see, neither IQHandler nor PacketInterceptor won't intercept auth requests.

component development robot problem

$
0
0

I use the external component components developed after the robot, the robot has been offline, and in which spark can't search the cause cannot find [add user], I add a friend in the Openfire server, which has been offline for spark display. Now these 2 problems can not be solved: 1. can not search for the state has been offline for 2. My ultimate goal is to deploy it to Spark.

cluster openfire

$
0
0

If I have two servers, one says node1 and another node2, within their respective /etc/hosts (linux) configurations, when working with load balancing and I want the JID name to be david@mydomain.com, as I have to configure it? With HAProxy?

 

What else would I have to set up?

 

--help

updating openfire/lib on runtime

$
0
0

Hello Community.

 

Wondering is there a way to reload *.jar file placed in /lib folder without restarting server

Message redundancy with Cluster Node failure

$
0
0

I am trying to setup a 2 node cluster in order to have load balancing and failure protection.  I have the cluster setup but in testing I am trying to test failure protection by shuttingdown one node then bring it back up.  When I do this, the messages sent to the other Node (the one that was alive the whole time) will not appear on clients connecting to the node I just brought back online.  How can I get messages to resync from to node that was alive the whole time?

explaination break down:

2 nodes A and B,

2 websites that connect to them AA, BB,

AA->A, BB->B,

bring down B,

refresh page and connect BB->A,

sends to messages,

restart B,

refresh page so BB->B,

BB client does not see messages sent while B was down

 

Current setup:
2 Openfire 4.1.1 on two different Windows 2012 servers clustered with Hazelcast plugin

connect via Openfire's internal BOSH connection manager

using strophe.js to build custom front-end in asp.net


OfMeet no video and audio of other participant

$
0
0

I have installed Openfire 4.1.3 Release at windows 10 and uploaded ofmeet plugin. But I am not able to see other participant video and also can not hear them.

I would be very thankful if someone help me in this regard.

 

Thanks

openfire + Sip phone plugin, no registration attempts

$
0
0

Hi everyone! I have Openfire 4.1.3 succesfully installed and working and I am trying to make sip phone plugin work. I installed this plugin inside my server and I am now able too see it among installed plugins on Plugins page as well as new fields "Sip phone mappings", "Sip settings" etc.

 

Then I created several sip phone mappings, where entered users(that really exist inside Openfire), their phone numbers from Asterisk, phone account logins and passwords, servers IP-address. When I press "Save settings" it saves, i can see it among phone bindings, but status is "unregistered". If I try to press "Test" - I am waiting for results too much time and than see "Request timeout" error page in my browser. I've launched tcpdump both on openfire and asterisk server while waiting for "test" to response and did it several times, but there was no attempts from openfire server to register client on Asterisk.

 

I use Spark with Phone Client Plugin installed, but can't even find "Call" button in it or something like this.

Am I missing something or missunderstood plugin's behaviour?

Monitoring Plugin Issues on upgrade

$
0
0

I am running Openfire 4.0.3 with Monitoring plugin 1.5.2

I am testing an upgrade: Openfire to v4.1.3(latest)  and Monitoring plugin to v1.5.6 (latest)

 

The upgrade of Openfire works without an issue - Monitoring plugin still seems to work, but I get the following popup when manually attempting to 'Rebuild Index':

Monitorv3IndexError.jpg

It looks like archiving of messages and chat rooms continues as before - searching for conversations still accesses new and older conversations.

 

I attempted to upgrade the Monitoring plugin to the latest version, which reported back it upgraded successfully. However, when going to the 'Archiving Settings' page, I see a red error banner indicating the index was not rebuilt.  If I hit the 'Rebuild Index' button, I get a green banner saying that indexing is being performed... however when moving onto another page and back to this archiving settings page - I again see the red error banner saying the index build failed.  I've stopped and restarted Openfire but that did not affect this behavior.  (In the test environment, I am running the Openfire server manually - as administrator... not as a service)

 

I've back reved the Monitoring plugin to the older version since it seems to still work - even with the 'message' popup.

 

Can someone help me diagnose the issue with the Monitoring plugin?  I would like to move to the latest version if possible - if not - I would like to be assured the older version is still working as I believe it is, even though it throws this message popup.

 

Thanks,

 

Rich

 

EDIT:  I am also getting the above 'getInlineOpacity' message when attempting to manually 'rebuild Index' on Openfire v 4.0.3 and Monitoring Plugin 1.5.2 - so this message is not related to the openfire upgrade to 4.1.3.

 

Message was edited by: Richard Darlington

Openfire 4.1.4 + Debian 8 + Plugin Search

$
0
0

Hy,

 

I'm using Openfire 4.1.4 on Debian 8, it's a clean installation and i'm having some trouble with the Plugin 'Search'.

I'm using Spark as client, the last version, when i use the search field a new windows appears but he doesn't find anything..

 

 

Already tried reinstall the plugin, restart services, server..

 

Anyone with this problem?

Monitoring Plugin - Retrieve only 1 to 1 chat

$
0
0

Hello,

When requesting 1 to 1 chat, is there a way to exclude groupchat?

 

When submitting this iq :

 

<iq type="set" id="1494335056199" xmlns="jabber:client">        <query xmlns="urn:xmpp:mam:0" queryid="1494335056199query">            <x xmlns="jabber:x:data" type="hidden">                <field var="FORM_TYPE" type="hidden">                    <value>urn:xmpp:mam:0</value>                </field>                <field var="with">                    <value>aliced@aragon</value>                </field>            </x>            <set xmlns="http://jabber.org/protocol/rsm">                <max>10</max>                <before />            </set>        </query>    </iq>

 

I'm receiving last 10 messages including groupchat.
For example :

 

 

<message xmlns='jabber:client' from='room-test@conference.aragon/aliced'
to='aliced@aragon/faq4e7lty' id='room-1491568033712' type='groupchat'>     <body>Message test</body></message>

 

which I don't want :/

Viewing all 531 articles
Browse latest View live