Which JDK version is certified to be compatible with Openfire v3.10.2 and v4.0.1 ?
JDK Version
clean old user
Hi,
is there a way to clean old users? it means users they dont logged in since a year or so?
We have many users in our db there last logout is long ago:
Image may be NSFW.
Clik here to view.
thx!
Erik
Import Roster from jabberd2 (iChat) to OpenFire
Hi,
We're in the process of migrating from an old iChat server to Openfire and I'd like to transfer the user rosters.
Looking at the databases it looks like the "roster-items" and "oFRoster" tables are broadly the same but I've got some questions regarding the mapping of some of the fields.
iChat has:
"roster-items" (
"collection-owner" TEXT NOT NULL,
"object-sequence" INTEGER PRIMARY KEY,
"jid" TEXT NOT NULL,
"name" TEXT,
"to" BOOLEAN NOT NULL,
"from" BOOLEAN NOT NULL,
"ask" INTEGER NOT NULL );
ofRoster has:
+----------+---------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+---------------+------+-----+---------+-------+
| rosterID | bigint(20) | NO | PRI | NULL | |
| username | varchar(64) | NO | MUL | NULL | |
| jid | varchar(1024) | NO | MUL | NULL | |
| sub | tinyint(4) | NO | | NULL | |
| ask | tinyint(4) | NO | | NULL | |
| recv | tinyint(4) | NO | | NULL | |
| nick | varchar(255) | YES | | NULL | |
+----------+---------------+------+-----+---------+-------+
Does anyone know what the sub/ask/recv fields are and how (if?) the numeric values map across to the to/from values in the iChat database?
could not determine namespace bound to element prefix stream
What that mean & how can fix ?
2016.02.22 10:07:10 org.jivesoftware.openfire.server.ServerDialback[Acting as Originating Server: Create Outgoing Session from: xxxxx.biz to RS at: jwchat.or
g (port: 5269)] - An exception occurred while creating outgoing session to remote server:
org.xmlpull.v1.XmlPullParserException: could not determine namespace bound to element prefix stream (position: START_DOCUMENT seen <stream:error>... @1:14)
at org.xmlpull.mxp1.MXParser.parseStartTag(MXParser.java:1816)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1479)
at org.jivesoftware.openfire.net.MXParser.nextImpl(MXParser.java:341)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.openfire.server.ServerDialback.createOutgoingSession(ServerDia lback.java:253)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:373)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:210)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:266)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:243)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Centos 6.7 + openfire 4.0.1
As result all roster looking as offline
HDD space not full , inode limit good too
nothing interesting on /var/log/messages
On debian working good , but cant use user export/import plugin for transfer
When try import fresh .xml got error "The import file does not match the user schema."
Can provide any log
Will apreciate for help
Thanks
Openfire config after setup.
Hello I just installed openfire_4.0.0_all.deb and made the initial setup with the web UI. Before testing anything else I run a few comands on the server:
Some system info:
#uname -a Linux my.host.com3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux
#netstat -tape | grep openfire
tcp6 0 0 [::]:7070 [::]:* LISTEN openfire 29021 12193/java
tcp6 0 0 [::]:7777 [::]:* LISTEN openfire 29018 12193/java
tcp6 0 0 [::]:9090 [::]:* LISTEN openfire 29014 12193/java
tcp6 0 0 [::]:5229 [::]:* LISTEN openfire 29019 12193/java
tcp6 0 0 [::]:7443 [::]:* LISTEN openfire 29023 12193/java
tcp6 0 0 [::]:xmpp-server [::]:* LISTEN openfire 29020 12193/java
tcp6 0 0 localhost:33274 localhost:mysql ESTABLISHED openfire 29003 12193/java
tcp6 1 0 my.host.com:38916 207-223-240-70.con:http CLOSE_WAIT openfire 29031 12193/java
tcp6 0 0 localhost:33276 localhost:mysql ESTABLISHED openfire 29007 12193/java
tcp6 0 0 localhost:33277 localhost:mysql ESTABLISHED openfire 29009 12193/java
tcp6 0 0 localhost:33278 localhost:mysql ESTABLISHED openfire 29011 12193/java
tcp6 0 0 my.host.com:43648 a104-69-126-3.dep:https ESTABLISHED openfire 29037 12193/java
tcp6 0 0 my.host.com:38591 a104-69-126-3.dep:https ESTABLISHED openfire 29035 12193/java
tcp6 0 0 localhost:33275 localhost:mysql ESTABLISHED openfire 29005 12193/java
¿Is normal to see just tcp6 conexions and listener server? My system is using just IPV4, I just want to use one ipv4 adrres for the listening ports of openfire server. Is that possible. So if my server has 2 network link one with the 10.0.0.4 ip and the other with the 192.168.1.4 ip I just want to use one of those. For example the 192.168.1.4
¿Is there any chance to disable non encripted conexions listen port (9090) in the config setting? A proxy/rewrite on port 9090 to 9091could be a solution but inside of openfire, not envolving other apps will be great. Thanks to all of you for your time.
Database update error on Openfire v4.0.1
I have recently installed a fresh copy of Openfire v4.0.1. I have observed the following error in the logs pertaining to database:
2016.02.22 20:17:34 ERROR [pool-3-thread-1]: org.jivesoftware.openfire.container.PluginManager - monitoring - Database update failed. Please manually upgrade your datab
ase.
2016.02.22 20:17:35 INFO [pool-3-thread-1]: org.jivesoftware.openfire.plugin.PacketFilterPlugin - Packet Filter loaded...
2016.02.22 20:17:39 INFO [pool-3-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s] - Started.
2016.02.22 20:17:39 INFO [pool-3-thread-1]: org.jivesoftware.openfire.spi.ConnectionListener[socket_c2s-legacyMode] - Started.
2016.02.22 20:17:39 WARN [pool-3-thread-1]: org.jivesoftware.openfire.spi.LegacyConnectionAcceptor - Configuration allows for up to 16 threads, although implementation
is limited to exactly one.
Are these errors normal ? how do you perfrom a manuall database upgrade ?
Out of memory error
We are encountering these error in our logs. Could someone out there have experience the following before ?
- 2016.02.22 06:07:19 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to exception in session:
(0x0005644B: nio socket, server, null => 0.0.0.0/0.0.0.0:5222)
- java.lang.OutOfMemoryError: GC overhead limit exceeded
Clik here to view.
migration database
how can i migrate from HSQLDB (embeded-DB) to MySQL ?
can anyone help me .. thanks in advance
Plugin error in Openfire 4.0.1
I have recently installed Openfire v4.0.1 from scratch. After installation, I am having the following errors in the logs :
2016.02.24 02:10:02 INFO [pool-3-thread-1]: org.jivesoftware.util.cache.CacheFactory - Created cache [org.jivesoftware.util.cache.DefaultLocalCacheStrategy] for Group Metadata Cache
2016.02.24 02:10:02 ERROR [pool-3-thread-1]: org.jivesoftware.openfire.container.PluginManager - Error loading plugin: /opt/openfire/plugins/clientcontrol
java.lang.NoClassDefFoundError: org/jivesoftware/openfire/filetransfer/FileTransferInterceptor
at org.jivesoftware.openfire.plugin.ClientControlPlugin.initializePlugin(ClientCon trolPlugin.java:80)
at org.jivesoftware.openfire.container.PluginManager.loadPlugin(PluginManager.java :447)
at org.jivesoftware.openfire.container.PluginManager.access$300(PluginManager.java :68)
at org.jivesoftware.openfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:1037)
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.jivesoftware.openfire.filetransfer.FileTransferInterceptor
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)
... 11 more
Is my installer complete ?
Openfire 4.0.1 & OFMeetings 0.3.9 error XMPP domain 'null'
In a little company I have to test different opensource XMPP solutions. Some days ago I chose the Openfire and now I would like to integrate the desktop sharing feature with Openfire Meetings 0.3.9.
After installing the plugin I have an error and I haven't found any solutions for 2 days, so I would like to ask for help.
So the main problem is, when I start to share my desktop, I get the next message:
Image may be NSFW.
Clik here to view.
The warn log of the server contains the next messages:
2016.02.24 11:02:10 org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'null' using remote host: null:5269. Cause: null (a full stacktrace is logged on debug level)
2016.02.24 11:02:10 org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'null': Unable to connect to any of its remote hosts.
2016.02.24 11:02:10 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'kamana-nb' to remote domain: 'null'] - Unable to authenticate: Fail to create new session.
I started the debug log which contains the next:
2016.02.24 11:02:07 XMPPServlet - 371b7a13b1ab77571fe981e06da910a3 : onMessage : Received : <presence to='null' type='unavailable' xmlns='jabber:client'/>
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'kamana-nb' to remote domain: 'null'] - Start domain authentication ...
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'kamana-nb' to remote domain: 'null'] - Searching for pre-existing outgoing sessions to the remote domain (if one exists, it will be re-used) ...
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'kamana-nb' to remote domain: 'null'] - There are no pre-existing outgoing sessions to the remote domain itself. Searching for pre-existing outgoing sessions to super- or subdomains of the remote domain (if one exists, it might be re-usable) ...
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'kamana-nb' to remote domain: 'null'] - There are no pre-existing session to other domains hosted on the remote domain.
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'kamana-nb' to remote domain: 'null'] - Unable to re-use an existing session. Creating a new session ...
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: kamana-nb to null] - Creating new session...
2016.02.24 11:02:07 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: kamana-nb to null] - Creating plain socket connection to a host that belongs to the remote XMPP domain.
2016.02.24 11:02:07 org.jivesoftware.openfire.net.SocketUtil - Creating a socket connection to XMPP domain 'null' ...
2016.02.24 11:02:07 org.jivesoftware.openfire.net.SocketUtil - Use DNS to resolve remote hosts for the provided XMPP domain 'null' (default port: 5269) ...
2016.02.24 11:02:07 org.jivesoftware.openfire.net.DNSUtil - No SRV record found for: _xmpp-server._tcp.null
javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name '_xmpp-server._tcp.null'
at com.sun.jndi.dns.DnsClient.checkResponseCode(Unknown Source)
at com.sun.jndi.dns.DnsClient.isMatchResponse(Unknown Source)
at com.sun.jndi.dns.DnsClient.doUdpQuery(Unknown Source)
at com.sun.jndi.dns.DnsClient.query(Unknown Source)
at com.sun.jndi.dns.Resolver.query(Unknown Source)
at com.sun.jndi.dns.DnsContext.c_getAttributes(Unknown Source)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_getAttributes(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(Unknown Source)
at javax.naming.directory.InitialDirContext.getAttributes(Unknown Source)
at org.jivesoftware.openfire.net.DNSUtil.srvLookup(DNSUtil.java:166)
at org.jivesoftware.openfire.net.DNSUtil.resolveXMPPDomain(DNSUtil.java:98)
at org.jivesoftware.openfire.net.SocketUtil.createSocketToXmppDomain(SocketUtil.ja va:43)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:253)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:210)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:266)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:243)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2016.02.24 11:02:07 org.jivesoftware.openfire.net.DNSUtil - No SRV record found for: _jabber._tcp.null
javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name '_jabber._tcp.null'
at com.sun.jndi.dns.DnsClient.checkResponseCode(Unknown Source)
at com.sun.jndi.dns.DnsClient.isMatchResponse(Unknown Source)
at com.sun.jndi.dns.DnsClient.doUdpQuery(Unknown Source)
at com.sun.jndi.dns.DnsClient.query(Unknown Source)
at com.sun.jndi.dns.Resolver.query(Unknown Source)
at com.sun.jndi.dns.DnsContext.c_getAttributes(Unknown Source)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_getAttributes(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(Unknown Source)
at javax.naming.directory.InitialDirContext.getAttributes(Unknown Source)
at org.jivesoftware.openfire.net.DNSUtil.srvLookup(DNSUtil.java:166)
at org.jivesoftware.openfire.net.DNSUtil.resolveXMPPDomain(DNSUtil.java:100)
at org.jivesoftware.openfire.net.SocketUtil.createSocketToXmppDomain(SocketUtil.ja va:43)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:253)
at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:210)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:266)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:243)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2016.02.24 11:02:07 org.jivesoftware.openfire.net.SocketUtil - Found 1 host(s) for XMPP domain 'null'.
2016.02.24 11:02:07 org.jivesoftware.openfire.net.SocketUtil - Trying to create socket connection to XMPP domain 'null' using remote host: null:5269 (blocks up to 120000 ms) ...
2016.02.24 11:02:09 WSConnection - WSConnection - close
2016.02.24 11:02:09 XMPPServlet - 371b7a13b1ab77571fe981e06da910a3 : disconnect : XMPPWebSocket disconnect
2016.02.24 11:02:09 XMPPServlet - Total websockets created : 0
I think the problem is the "null" remote domain, but I couldn't figure out how I can fix it
Thanks in advance for any help you can give for me.
MUC Invite message is not sent to all user resources
Hi,
Does anyone know whether openfire supports to sending of invite messages to each resource linked to the same user (e.g. .userA@tcchat.nexusalpha.com/e1ef0b84, userA@tcchat.nexusalpha.com/fa51aad7).
It appears the openfire will only send out the invite to the last user that as been logged in.
When a user (e.g. UserA) is invited to join a muc chatroom, a
I need to join in xmpp muc chat room with one jid but from different resources at same time. For example if I logged in to openfire on both mobile and desktop
For example:
userA@tcchat.nexusalpha.com/e1ef0b84
userA@tcchat.nexusalpha.com/fa51aad7
Clik here to view.
Users/Groups tab in Openfire is taking long time
When I click on the Users/Groups tab in the openfire admin console, it is taking very long time to show either users or groups. I have our server integrated with custom database (SQL server) to retrieve users and groups from DB. We have around 130K users and 11K groups. Is this causing an issue? Please share your thoughts. If I tweak any of the cache settings would it help in resolving this issue. Please let me know how to change the cache settings.
Since loading is taking some time, I decided to load the group summary page by entering the URL directly on the browser text box. (http://openfirebserver.com:9090/group-summary.jsp ) . Then it did load all the records of groups (which is 11K groups) but was unable to show the groups. Here is the screenshot of how it looks. There are only page numbers but it does not show the groups upon clicking the page number.
Below is the error stack from the log file:
2016.02.25 19:03:28 ERROR [Jetty-QTP-AdminConsole-93]: org.jivesoftware.database.DbConnectionManager - Error in JDBC method rs.relative(rowNumber).
com.microsoft.sqlserver.jdbc.SQLServerException: The result set has no current row.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerEx ception.java:191)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.verifyResultSetHasCurrentRow(SQ LServerResultSet.java:485)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.relative(SQLServerResultSet.jav a:791)
at org.jivesoftware.database.DbConnectionManager.scrollResultSet(DbConnectionManag er.java:501)
at org.jivesoftware.openfire.group.JDBCGroupProvider.getGroupNames(JDBCGroupProvid er.java:259)
at org.jivesoftware.openfire.group.GroupManager.getGroups(GroupManager.java:564)
at org.jivesoftware.openfire.admin.group_002dsummary_jsp._jspService(group_002dsum mary_jsp.java:92)
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:808)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1669)
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.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:80)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1652)
at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:162)
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:497)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
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)
Openfire 4.0.1 + Xabber => Can receive messages but can't send
Hello,
I am having an issue with Openfire 4.0.1 (Windows+MySQL) using Xabber client on Android.
Here the problem :
User "A" connect and send message to user B
User B receive it and answer but user A dont receive the answer until user A relog (or after waiting for 40-50 mins).
In other words, Once logged the first user initiating the conversation is working properly but the receiver becomes unable to answer.
I'm pretty sure it's server side problem because i can see all messages (from A and B) in openfire archive.
Anyone have an idea on what's wrong... any helps would be so much appreciated !
Ce message a été modifié par : LANEQUE Frederic
Clik here to view.
Export selfsigned cert from openfire 4.0.1
Hi I am new to this, we use openfire 4.0.1 with Bria 3 and now Bria 4.3.1
Since we upgraded too Bria 4.3.1 XMPP is not working
it will only accept, the IP address and not DNS name.
In Bria 4.3.1 they added a new feature Verify TLS cert, Bria tell me that you need to export the self-signed cert from the sever and then import into the PC with Bria
is there a away too export the self-signed cert in Openfire
thanks
Sharing(roster) group
Hi guys!I need help!ubuntuserver.openfire3.10. UsingAD2012.After setting up thesharinggroups, after a whilesomethinghappens toopenfireserver andall the settingsare resetandneed toconfiguresharing(roster)groupagain.Group OVER 9000! How to fix it? what's happening?How toautomate this process?
ps: sorry me google translate =)
How block connection from other jabber server?
Hello it is posible somehow block other servers conecting to us using blacklist or something?
We are under spammers atack(messages incoming to your accounts on your server), but they dont have account on our jabber server it is comming from foreign servers.
Thank you for hints.
Frantisek
Update 4.0.1 internal server error and groupchats
Hi,
since the update from 4.0.0 to 4.0.1 i cant create rooms and reconnect to rooms.
I also can't create new rooms!
The error is(german version):
Fehler beim Erstellen des Raumes. Es sind keine ausreichenden Privilegien vorhanden um neue Räume anzulegen.
Log "Information":
2016.01.31 16:49:47 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: xxxx.at to wohnzimmer] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.
Log "Error":
2016.01.31 17:15:40 org.jivesoftware.openfire.handler.IQHandler - Interner Serverfehler
java.lang.NullPointerException
at com.reucon.openfire.plugin.archive.xep.AbstractXepSupport$1.handleIQ(AbstractXe pSupport.java:35)
at org.jivesoftware.openfire.handler.IQHandler.process(IQHandler.java:66)
at org.jivesoftware.openfire.IQRouter.handle(IQRouter.java:372)
at org.jivesoftware.openfire.IQRouter.route(IQRouter.java:115)
at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:78)
at org.jivesoftware.openfire.net.StanzaHandler.processIQ(StanzaHandler.java:342)
at org.jivesoftware.openfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler .java:99)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:307)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:199)
at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:181)
Hope someone can help me,
TIA!
Bert
Clik here to view.
java error with wildcard SHA256 cert.
I was doing system security updates and general maintenance this past weekend and noticed that our OpenFire server wasn't using the proper certificate. So I installed our updated 2048 bit wildcard SSL cert but now when I try to access it under the Openfire Identity Certificate Store I receive the following error:
java.security.NoSuchAlgorithmException: SHA256WITHRSA AlgorithmParameters not available
I can't see anything in my /etc/java-7-openjdk/security/java.security which I've attached. Anyone have any ideas?
code bd
Wher this code? wher this file and how name file?
INSERT INTO OFGROUPPROP VALUES('Group1','sharedRoster.displayName','')
INSERT INTO OFGROUPPROP VALUES('Group1','sharedRoster.groupList','')
INSERT INTO OFGROUPPROP VALUES('Group1','sharedRoster.showInRoster','nobody')
INSERT INTO OFGROUPPROP VALUES('Group2','sharedRoster.displayName','SharedAsGroup2')
INSERT INTO OFGROUPPROP VALUES('Group2','sharedRoster.groupList','')
INSERT INTO OFGROUPPROP VALUES('Group2','sharedRoster.showInRoster',everybody')
INSERT INTO OFGROUPPROP VALUES('Group3','sharedRoster.displayName','SharedAsGroup3')
INSERT INTO OFGROUPPROP VALUES('Group3','sharedRoster.groupList','')
INSERT INTO OFGROUPPROP VALUES('Group3','sharedRoster.showInRoster','onlyGroup')
Release date for the next release of Openfire
Hello all,
I would like to know if there is a tentative release date for the next release of Openfire. This release should include some bug fixes that are of strong interest to us.
Cheers,
Luki