Quantcast
Channel: Ignite Realtime : Unanswered Discussions - Openfire Support
Viewing all 3154 articles
Browse latest View live

Issue with obtaining the offline messages using openfire server.

$
0
0

Offline messages are not delivering to the user when the person avails.

Code:

DelayInformation   info = (DelayInformation)message.getExtension("x","jabber:x:delay");

returns null.

when i iterate the collection of message.getExtensions() , i get  delay urn:xmpp:delay.

can anyone explain on this.

I'm using smack and smackx.jar. Though the smackx.jar has smack.providers it's not taken into account.


How to share name and avatar for everyone.

$
0
0

Is there any way to let all user(even who are not Roster) see each other name and avatar ?

After first time setup, admin login doesn't work.

$
0
0

I haven't been able to set up this program properly. After setting it up, it asks for the login and password. I paste in the ones I have saved to a text file, that I chose earlier, but they don't work. I've reinstalled fully twice with different logins and passwords but they never work.

 

OS: Windows 7

OpenFire Version: 4.1.5

Transfer files through OpenFire clients

$
0
0

Hello. Tell me, please, where is written, how do OpenFire clients send files between them? Configured the OpenFire server on Windows. Messages are sent without problems. When transferring files between Pidgin clients, everything passes without problems. When using QIP and Pidgin, files are not send. Install Spark. With Spark on QIP are send, there is no back.
Perhaps someone already set up send files using the QIP client and there is a description? I did not find a detailed description of how to do this.

Who is chatting with who?

$
0
0

Hello.

How can I understand who is chatting with who?

 

Thank you.

Errors in the logs

$
0
0

I apologize for the bad english.

 

People, help please deal with errors.

 

There are:

Windows Server2012x64 R2

Openfire 4.1.5 --> SQL Server 2014

 

Real server and domain names have been changed for security reasons.

 

1. After changing the name of the groups in the Active Dircetory, openfire can not read them correctly or it seems to me that the old names in some tables are preserved in the database and it tries to read them and naturally does not find it and error.log is clogged with similar messages:

 

2017.07.31 16:24:47 org.jivesoftware.openfire.ldap.LdapGroupProvider - Groupname Отдел взаимодействия not found
org.jivesoftware.openfire.group.GroupNotFoundException: Groupname Отдел взаимодействия not found
    at org.jivesoftware.openfire.ldap.LdapManager.findGroupDN(LdapManager.java:1149)
    at org.jivesoftware.openfire.ldap.LdapManager.findGroupDN(LdapManager.java:1076)
    at org.jivesoftware.openfire.ldap.LdapGroupProvider.getGroup(LdapGroupProvider.jav a:83)
    at org.jivesoftware.openfire.group.GroupManager.getGroup(GroupManager.java:357)
    at org.jivesoftware.openfire.group.GroupManager.getGroup(GroupManager.java:334)
    at org.jivesoftware.openfire.group.GroupCollection$GroupIterator.getNextElement(Gr oupCollection.java:116)
    at org.jivesoftware.openfire.group.GroupCollection$GroupIterator.hasNext(GroupColl ection.java:77)
    at org.jivesoftware.openfire.roster.RosterManager.getSharedGroups(RosterManager.ja va:192)
    at org.jivesoftware.openfire.handler.IQSharedGroupHandler.handleIQ(IQSharedGroupHa ndler.java:61)
    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:341)
    at org.jivesoftware.openfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler .java:99)
    at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:306)
    at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:198)
    at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:181)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceive d(DefaultIoFilterChain.java:690)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(D efaultIoFilterChain.java:417)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilt erChain.java:47)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceiv ed(DefaultIoFilterChain.java:765)
    at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapte r.java:109)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(D efaultIoFilterChain.java:417)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilt erChain.java:47)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceiv ed(DefaultIoFilterChain.java:765)
    at org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolDecoderOutputImpl.flus h(ProtocolCodecFilter.java:407)
    at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:236)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(D efaultIoFilterChain.java:417)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilt erChain.java:47)
    at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceiv ed(DefaultIoFilterChain.java:765)
    at org.apache.mina.core.filterchain.IoFilterEvent.fire(IoFilterEvent.java:74)
    at org.apache.mina.core.session.IoEvent.run(IoEvent.java:63)
    at org.apache.mina.filter.executor.OrderedThreadPoolExecutor$Worker.runTask(Ordere dThreadPoolExecutor.java:769)
    at org.apache.mina.filter.executor.OrderedThreadPoolExecutor$Worker.runTasks(Order edThreadPoolExecutor.java:761)
    at org.apache.mina.filter.executor.OrderedThreadPoolExecutor$Worker.run(OrderedThr eadPoolExecutor.java:703)
    at java.lang.Thread.run(Unknown Source)

 

2. In the info.log, errors like:

 

It's not entirely clear what he's doing at all, jud.qip.ru, users.qip.ru ...

Something about the blacklist and routing and that it will not work, although with these addresses and so things do not seem to have, i.e. Connection from outside and third-party resources is not implied ...

 

2017.07.31 10:43:04 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server.нашдомен .ru to server-pc] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.
2017.07.31 11:52:03 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server2.нашдомен .ru to proxy.eu.jabber.org] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.

2017.07.30 20:44:56 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server.нашдомен .ru to vjud.qip.ru] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.
2017.07.30 20:44:56 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server.нашдомен .ru to jud.qip.ru] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.
2017.07.30 20:44:56 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server2.нашдомен .ru to users.qip.ru] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.
2017.07.30 20:44:56 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server.нашдомен .ru to qip.ru] - STARTTLS negotiation failed. Closing connection (without sending any data such as <failure/> or </stream>).

2017.07.27 09:41:48 org.jivesoftware.openfire.spi.RoutingTableImpl - Will not route: Remote domain vjud.server is not accessible according to our configuration (typical causes: server federation is disabled, or domain is blacklisted).
2017.07.27 09:41:55 org.jivesoftware.openfire.spi.RoutingTableImpl - Will not route: Remote domain jud.server is not accessible according to our configuration (typical causes: server federation is disabled, or domain is blacklisted).
2017.07.27 09:41:55 org.jivesoftware.openfire.spi.RoutingTableImpl - Will not route: Remote domain users.server is not accessible according to our configuration (typical causes: server federation is disabled, or domain is blacklisted).
2017.07.27 09:43:36 org.jivesoftware.openfire.spi.RoutingTableImpl - Will not route: Remote domain proxy.eu.jabber.org is not accessible according to our configuration (typical causes: server federation is disabled, or domain is blacklisted).

 

3. Periodically fall off / disappear customers in the roster.

Warn.log is clogged with errors like:

 

2017.07.31 16:02:40 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to exception in session: (0x00001269: nio socket, server, null => 0.0.0.0/0.0.0.0:5222)
org.apache.mina.core.write.WriteToClosedSessionException
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.clearWriteRequestQueue( AbstractPollingIoProcessor.java:638)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.removeNow(AbstractPolli ngIoProcessor.java:599)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.removeSessions(Abstract PollingIoProcessor.java:560)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$800(AbstractPoll ingIoProcessor.java:67)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractP ollingIoProcessor.java:1132)
    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
2017.07.31 16:04:04 org.jivesoftware.openfire.net.SocketReader - Closing session due to incorrect hostname in stream header. Host: server. Connection: org.jivesoftware.openfire.net.SocketConnection@728f01 socket: Socket[addr=/172.16.1.94,port=53746,localport=5269] session: null
2017.07.31 16:04:04 org.jivesoftware.openfire.net.SocketReader - Closing session due to incorrect hostname in stream header. Host: server. Connection: org.jivesoftware.openfire.net.SocketConnection@1cd8eef socket: Socket[addr=/172.16.1.94,port=53747,localport=5269] session: null
2017.07.31 16:04:04 org.jivesoftware.openfire.server.ServerDialback[Acting as Originating Server: Create Outgoing Session from: server.нашдомен.ru to RS at: server (port: 5269)] - Unable to create a new outgoing session
2017.07.31 16:04:04 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: server.нашдомен.ru to server] - Unable to create a new session: Dialback (as a fallback) failed.
2017.07.31 16:04:04 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'server.нашдомен.ru' to remote domain: 'server'] - Unable to authenticate: Fail to create new session.
2017.07.31 16:05:01 org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'proxy.eu.jabber.org' using remote host: proxy.eu.jabber.org:5269. Cause: proxy.eu.jabber.org (a full stacktrace is logged on debug level)
2017.07.31 16:05:01 org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'proxy.eu.jabber.org': Unable to connect to any of its remote hosts.
2017.07.31 16:05:01 org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'server.нашдомен.ru' to remote domain: 'proxy.eu.jabber.org'] - Unable to authenticate: Fail to create new session.
2017.07.31 16:10:40 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to exception in session: (0x00001A9A: nio socket, server, /172.16.1.57:60599 => 0.0.0.0/0.0.0.0:5222)


2017.07.31 16:38:35 org.jivesoftware.openfire.nio.ConnectionHandler - Closing connection due to exception in session: (0x00001709: nio socket, server, /172.16.1.159:1182 => 0.0.0.0/0.0.0.0:5222)
java.io.IOException: Удаленный хост принудительно разорвал существующее подключение
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(Unknown Source)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
    at sun.nio.ch.IOUtil.read(Unknown Source)
    at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
    at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:273)
    at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:44)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoP rocessor.java:690)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPolling IoProcessor.java:664)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPolling IoProcessor.java:653)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$600(AbstractPoll ingIoProcessor.java:67)
    at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractP ollingIoProcessor.java:1124)
    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

 

4. The search for people on the roster does not work.

Openfire Upgrade Issues has started a chain reaction of issues

$
0
0

I upgraded to Openfire from 4.1.4 to 4.1.5. It seems to work fine for me however, now that employees are attempting to use it, spark (v 2.77) will not show any contacts. Just a blank space. You can add someone but that doesn't show up either. My install will show users but it shows them as away even though I verified they are using their computer. So I attempted to downgrade back to 4.1.4 but it removed the openfire service. So how can I add the service feature on this version? I cannot find anything on the website.

Contact list

$
0
0

How to enable contact list sharing in Windows Active directory integrated openfire chat implementation as it is only read only and is not allowing contact list sharing.

Thanks.


Multiple Connections with the same user?

$
0
0

Hi,

The new version of Openfire works route.all-resources?

 

 

I have the version 3.9.3;

I have my user connected to two resources, Pidgin and Pandion.

 

 

I did a test; someone wrote me a message and only Pandion works.

 

 

Any chance to fix this? o any chance to disable multiple sessions with the same username?

 

 

Thanks

SSO not fuction totaly

$
0
0

Hi

i've got a problem with openfire 4.1.5 + Spark 2.8.3 and SSO.

so i describe infrastructure:

AD Windows 2012 r2 with ad level 2012 r2

Openfire installed on drive E of AD Server

Client Windows 10 + spark 2.8.3

I just configured openfire with AD and of read correctly my AD

Client have this situation:

 

With krb5.ini SSo

With DNS or setting:

in all 3 case the result not change

 

 

This is my gss conf

com.sun.security.jgss.accept {

    com.sun.security.auth.module.Krb5LoginModule required

    storeKey=true

    keyTab="E:/Openfire/resources/xmpp.keytab"

    doNotPrompt=true

    useKeyTab=true

isInitiator=false

    realm="domain.LOCAL"

    principal="xmpp/dc1.domain.local"

    debug=true;

};

ServicePrincipalNames registrati per CN=xmpp-openfire,OU=Service,OU=dominio,DC=dominio,DC=local:

        xmpp/dc1.dominio.local

        xmpp/dc1

        xmpp/dc1.dominio.local@dominio.LOCAL

 

KRB5.ini

libdefaults]
     default_realm = dominio.LOCAL

[realms]
    DOMINIO.LOCAL = {
        kdc = dc1.dominio.local
        admin_server = dc1.dominio.local
        default_domain = dominio.local
    }

[domain_realms]
    dominio.local= DOMINIO.LOCAL
    .dominio.local= DOMINIO.LOCAL

 

this is my openfire.xml

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- This file stores bootstrap properties needed by Openfire. Property names must be in the format: "prop.name.is.blah=value" That will be stored as: <prop> <name> <is> <blah>value</blah> </is> </name> </prop> Most properties are stored in the Openfire database. A property viewer and editor is included in the admin console. -->

<!-- root element, all properties must be under this element -->

-<jive>

-<adminConsole>

<!-- Disable either port by setting the value to -1 -->

<port>9090</port>

<securePort>9091</securePort>

</adminConsole>

<locale>en</locale>

<!-- Network settings. By default, Openfire will bind to all network interfaces. Alternatively, you can specify a specific network interfaces that the server will listen on. For example, 127.0.0.1. This setting is generally only useful on multi-homed servers. -->

<!-- <network> <interface></interface> </network> -->

<!-- sasl configuration -->

-<sasl>

<mechs>GSSAPI</mechs>

<!-- <mechs>CRAM-MD5,DIGEST MD5,PLAIN,EXTERNAL,ANONYMOUS</mechs> -->

<!-- Specify the realm you used when you created the service principal and keytab.-->

<realm>dominio.LOCAL</realm>

<!-- Mechanism-specific configuration here -->

-<gssapi>

<!-- Use true to turn on debugging information. This adds a lot of noise to your log files, but it can help you spot problems sooner in the initial setup. -->

<debug>true</debug>

<!-- Specify the location of the GSSAPI configuration file you edited. -->

<!-- Sets the system property with the same name. You'll probably want "false" here (the default). For more details, see [http://java.sun.com/j2se/1.4.2/docs/api/org/ietf/jgss/package-summary.html] -->

</gssapi>

</sasl>

<!-- SPDY Protocol is npn. (note: npn does not work with Java 8) add -Xbootclasspath/p:/OPENFIRE_HOME/lib/npn-boot.jar to .vmoptions file -->

<!-- <spdy> <protocol>npn</protocol> </spdy> -->

<!-- XEP-0198 properties -->

-<stream>

-<management>

<!-- Whether stream management is offered to clients by server. -->

<active>true</active>

<!-- Number of stanzas sent to client before a stream management acknowledgement request is made. -->

<requestFrequency>5</requestFrequency>

</management>

</stream>

-<connectionProvider>

<className>org.jivesoftware.database.EmbeddedConnectionProvider</className>

</connectionProvider>

<setup>true</setup>

</jive>

 

Windows Firewall Disable

Client and Server same Network

on client java is not installed.

 

i read this guide:

How to Setup  SSO on Windows Server 2008r2/2012r2 with a Domain level of 2008r2/2012r2

SSO Issues (WinSrv2016/Win10Ent w/ Openfire 4.1.0 & Spark 2.8.2)

SSO Configuration

 

help?

4.1.5.1 on FreeBSD error on configuration after install

$
0
0

OS: FreeBSD vld-bsd-2 10.3-RELEASE-p20 FreeBSD 10.3-RELEASE-p20

OpenFire version: openfire-4.1.5,1

 

After installation i got an error on the selection profile configurationstep:

 

HTTP ERROR 500

Problem accessing /setup/setup-profile-settings.jsp. Reason:

    Server Error

 

Caused by:

java.lang.NullPointerException at org.jivesoftware.openfire.admin.setup.setup_002dprofile_002dsettings_jsp._jspService(setup_002dprofile_002dsettings_jsp.java:95) 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$CachedChain.doFilter(ServletHandler.java:1669) at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:76) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:53) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:226) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:165) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java: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:223) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127) 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:1061) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java: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:748)

No metter what i've choose. It's always finished with this error.

Had try to reinstall - no success.

Openfire 4.1.5 can't open

$
0
0

Openfire 4.1.5 when i installed in my pc it's not working please help me.error in this image please help me

spark error.PNG

 

Message was edited by: SAM

ldap name@r41

$
0
0

Hi.

My server OpenLdap contains names in the format "name@r41". But username field not supported this format. How to get around this problem?

Problem run Openfire with error login to Spark

$
0
0

I have problem to run OpenFire Server - OpenFire is running but clients with Spark does not working connect.

Please for help this problem.

 

Screenshot:

Snímek obrazovky 2017-08-04 v 8.42.12.png

Increase Java heap space

$
0
0

Hi friends :

I built 100.000 users on Sql server for test Openfire and I added then to e group.

Now, when I click on group, I see this error : java.lang.OutOfMemoryError: Java heap space...

I did belows for solution of error, but It did'nt change the Openfire.

(I installed Openfire on Win7)

 

...If you use OpenFire as a service configured in Windows, create a file with the openfire-service.vmoptions name and place within it the following parameters one below the other as they are.
-Xms512m
-Xmx1024m

...

Thanks.


Openfire test

$
0
0

Hi friends :

I should build 100.000 users on Openfire in local network and send message to them and achieve the time of sending to reciving.

(I use agsxmpp or Matrix Lib for connection. I've added users as script to Sql Server DB )

I want achieve online time and offline time.

Could you please say how should I do?

 

Thanks a lot.

Sort of broadcast running

$
0
0

Hi friends :

When we broadcast a message to 100000th user, are the sort of receiving messages depend on sort of users rows in database?

( It means when a user is in the first row, It's faster than the 100000th user that receive message) or it has another mechanism.

I want to achieve the time of broadcast that is from sending to receiving.

thanks a lot.

Openfire service start issue

$
0
0

Hi,

I install openfire into my server(centOS) successfully. But, when I am starting opefire, it shows some error and FAILED status is shown.

 

[root@server ~]# service openfire status

openfire is running

[root@server ~]# service openfire start

Starting openfire (via systemctl):  Job for openfire.service failed because the control process exited with error code. See "systemctl status openfire.service" and "journalctl -xe" for details. [FAILED].

 

Also it shows following things.

 

[root@server ~]# systemctl status openfire.service

* openfire.service - SYSV: Openfire is an XMPP server, which is a server that facilitates XML based communication, such as chat.

  Loaded: loaded (/etc/rc.d/init.d/openfire; bad; vendor preset: disabled)

  Active: failed (Result: exit-code) since Sun 2017-08-06 06:59:28 UTC; 11min ago

    Docs: man:systemd-sysv-generator(8)

  Process: 4408 ExecStart=/etc/rc.d/init.d/openfire start (code=exited, status=1/FAILURE)

 

 

Aug 06 06:59:28 server systemd[1]: Starting SYSV: Openfire is an XMPP serve.....

Aug 06 06:59:28 server openfire[4408]: Openfire is already running.

Aug 06 06:59:28 server systemd[1]: openfire.service: control process exited...=1

Aug 06 06:59:28 server systemd[1]: Failed to start SYSV: Openfire is an XMPP server, which is a ser...hat

Aug 06 06:59:28 server systemd[1]: Unit openfire.service entered failed state.

Aug 06 06:59:28 server systemd[1]: openfire.service failed.

Hint: Some lines were ellipsized, use -l to show in full.

[root@server ~]#

 

 

Please help me.

Memoria Java (openfire)

$
0
0

Buenas tardes, se instalo openfire 4.1.5 en windows10, mi pregunta es como puedo hacer para aumentar la memoria java de openfire?

Aumentar memoria java en Openfire 4.1.5

$
0
0

Tengo instalado Openfire en SO Windows 10

 

¿Como puedo aumentar la memoria de Java en este sistema operativo?

Viewing all 3154 articles
Browse latest View live