Quantcast
Channel: Ignite Realtime: Message List
Viewing all 11593 articles
Browse latest View live

Openfire 3.8.2 + SSL (RapidSSL)

$
0
0

Hello Everyone, I'm working with Openfire 3.8.2 since last year but now I would like to use a valid SSL. I bought SSL no RapidSSL.

 

First thing that i did was check current SSL and I have the following

 

 

After check this I click to sign the certificate with my information to generate CSR and got the following

 

 

 

Here exist other key for dsa but i didn't copy because I couldn't make screenshoot.

 

When I got this i submit this CSR to rapidssl to get a Certificate for my domain. I got by email two parts, one called Web Server CERTIFICATE and other part called Intermediate CA.

I copy Intermediate CA from email and paste into and i got the following

 

 

 

I don't know why the host name is RapidSSL CA instead of my hostname. If i paste the same cert for dsa i got the same result.

I have not idea what other thing i could do.

 

Does anyone have idea about how to do this ?

 

Thanks in advance

 

After that, i checked tab Server--Server Manager -- Server Name , and this inform that RSA certificate is not valid for this server domain.


Can OF servers be in the same domain for the clustering

$
0
0

I am building an IM which can potentially support more than 100M users, Openfire cluster is one of my options. My questions are:

1. Can Openfire cluster support 100M register users? which probably means 10M concurrent users talking to each other at the same time for the cluster. I have many machines in the data center, just want to double check if Openfire itself can scale out that much with additional machine resources.

2. Will the openfire servers be in the same domain in the cluster?

 

Thanks,

Peter

Re: Alterar senha no AD sem impactar no Spark

$
0
0

Amigo, e se você criar uma nova floresta no seu AD, e exportar todos os usuários e importar na nova, como se fosse um novo domínio, assim nesse novo você desabilita a diretiva de troca de senha cada mês.

Re: Spark Web

Re: How do I disable weak encryption ciphers in Openfire?

$
0
0

Decided to move away from Openfire, as there were more issues with S2S connections from Openfire to other servers. I'll surely miss the admin interface, but connectivity and security have priority for me.

Re: HTTP Binding - 502 Bad Gateway 503 Service Unavailable errors

$
0
0

Hi, I have the same problem with Openfire, Apache 2.4.4 and Strophe.

 

The 502 Proxy error is received in Chrome 1 min after that the request is opened (each time).

<html><head>

<title>502 Proxy Error</title>

</head><body>

<h1>Proxy Error</h1>

<p>The proxy server received an invalid

response from an upstream server.<br />

The proxy server could not handle the request <em><a href="/http-bind">POST /http-bind</a></em>.<p>

Reason: <strong>Error reading from remote server</strong></p></p>

</body></html>

 

And then the 503 Error (Invalid SID).

 

What should I do to get it to work?

Need help exporting/importing transcripts

$
0
0

Hello all!  I was wondering if there was an easy way to do this for Openfire 3.8.2.  I'm upgrading our server from 3.5 to 3.8 (moving off legacy server).  I see that transcripts get saved as xml files on the local client machine but can it be done from server side?  I can't quite get it to work on the client end either but I've been too busy to dive too deep into it yet.  Thanks in advance

Re: Android OS Jabber Client for Openfire

$
0
0

Thanks great! I would try these . At the same time. is that possible to integrate the GPS information from the client and communicate with the server to find the nearest stuff.


Re: Any way to use Spark on my Android phone?

$
0
0

It is great field and hope we all work on it and develop a lot of good features based over LBS.

Re: Cannot reach admin panel

Re: Lista de usuários não aparece (openfire + openldap)

$
0
0

Olá Pessoal,

 

Consegui resolver o problema, no caso temos que deixar os grupos do ldap em modo posix em false e em membersGroup colocamos memberUid.

 

O restante fica igual.

 

Valeu pessoal pela ajuda !

Broadcast Plugin - Disable messages to Admins?

$
0
0

Hi, we are playing with the OpenFire broadcast plugin

 

I am an admin on the system and I keep getting notified when any users make any broadcasts. We are Administrators on the chat server, but it doesn't mean we should have permission to read everyone's broadcasts. Sometimes the higher ups want to broadcast a message to the other "higher up" groups, and I am able to view all the messages.

 

Is there any way to disable the default option where administrators receive every broadcast notification as if they are part of that group?

 

Hopefully this is possible. Thanks

Openfire Error Log - Concerned?

$
0
0

I keep getting the following errors in my error log.  I think I saw some where that people have stated nothing should be showing up in the error log.  Can anyone tell me if I should be concerned about these errors?

 

at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)  at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimplePr otocolDecoderOutput.java:58)      at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:185)      at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)      at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)      at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)      at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :239)      at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:283)      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)      at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)       at java.lang.Thread.run(Unknown Source) 2014.01.07 08:49:18 org.jivesoftware.openfire.handler.IQHandler - Internal server error java.lang.NullPointerException      at java.util.regex.Matcher.quoteReplacement(Unknown Source) at org.jivesoftware.openfire.ldap.LdapVCardProvider$VCard.treeWalk(LdapVCardProvid er.java:543) at org.jivesoftware.openfire.ldap.LdapVCardProvider$VCard.treeWalk(LdapVCardProvid er.java:547) at org.jivesoftware.openfire.ldap.LdapVCardProvider$VCard.getVCard(LdapVCardProvid er.java:524) at org.jivesoftware.openfire.ldap.LdapVCardProvider.loadVCard(LdapVCardProvider.ja va:234) at org.jivesoftware.openfire.vcard.VCardManager.getOrLoadVCard(VCardManager.java:2 39) at org.jivesoftware.openfire.vcard.VCardManager.getVCard(VCardManager.java:232) at org.jivesoftware.openfire.handler.IQvCardHandler.handleIQ(IQvCardHandler.java:1 20) at org.jivesoftware.openfire.handler.IQHandler.process(IQHandler.java:65) at org.jivesoftware.openfire.IQRouter.handle(IQRouter.java:374) at org.jivesoftware.openfire.IQRouter.route(IQRouter.java:121) at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:76) at org.jivesoftware.openfire.net.StanzaHandler.processIQ(StanzaHandler.java:337) at org.jivesoftware.openfire.net.ClientStanzaHandler.processIQ(ClientStanzaHandler .java:93) at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:302) at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:194) at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:181)      at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived (AbstractIoFilterChain.java:570)      at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)      at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)      at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)      at org.apache.mina.common.IoFilterAdapter.messageReceived(IoFilterAdapter.java:80)       at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)      at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)      at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)      at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flush(SimplePr otocolDecoderOutput.java:58)      at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecF ilter.java:185)      at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(Ab stractIoFilterChain.java:299)      at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilt erChain.java:53)      at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceive d(AbstractIoFilterChain.java:648)      at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java :239)      at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut orFilter.java:283)      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)      at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)       at java.lang.Thread.run(Unknown Source)

Re: HTTP Binding - 502 Bad Gateway 503 Service Unavailable errors

$
0
0

I changed the proxy timeout in the http.conf to 120 and now the connection is stable :

 

<Proxy http://localhost:7070/http-bind>

  Order allow,deny

  Allow from all

</Proxy>

ProxyPass /http-bind http://localhost:7070/http-bind/ timeout=120

ProxyPassReverse /http-bind http://localhost:7070/http-bind/ timeout=120

 

I guess that the timeout period shall be greater on the Proxy than on Openfire, but I couldn't find the timeout parameter(s) for /http-bind on openfire (http://community.igniterealtime.org/docs/DOC-1061). What are the timeout parameter(s) and what are the default values?

Re: smack file onffline transfer !


Re: smack file onffline transfer !

$
0
0

hello! when I saw this reply ,I am very excited. now can I ask a question ? are you chinese?

next how can I get the anwser ! hope your reply!!

 

-原始邮件-

发件人:"jameshuang"<communityadmin@igniterealtime.org>;

发送时间:2014年1月7日(星期二) 下午5:44

收件人:"smackLiu"<1045630429@qq.com>;

主题: Re: smack file onffline transfer ! - smack file onffline transfer ! [m0sba0-yb5-511c]

                                                                                Ignite Realtime

                                                                             

                                                                             

     smack file onffline transfer !

      created by james in Smack - View the full discussion 

 

I got solution on this , please contact me by email : mybeans@126.com

 

       

Reply to this message by going to Ignite Realtime

      

Start a new discussion in Smack at Ignite Realtime

Re: smack file onffline transfer !

$
0
0

Yes I am Chinese you can also contact me on QQ751895405。

 

发自我的 iPhone

 

在 2014-1-8,9:25,liuxinSmack <communityadmin@igniterealtime.org> 写道:

 

 

Ignite Realtime

smack file onffline transfer !

created by smackLiu in Smack - View the full discussion

hello! when I saw this reply ,I am very excited. now can I ask a question ? are you chinese?

 

next how can I get the anwser ! hope your reply!!

 

 

 

-原始邮件-

 

发件人:"jameshuang"<communityadmin@igniterealtime.org>;

 

发送时间:2014年1月7日(星期二) 下午5:44

 

收件人:"smackLiu"<1045630429@qq.com>;

 

主题: Re: smack file onffline transfer ! - smack file onffline transfer ! [m0sba0-yb5-511c]

 

                                                                               Ignite Realtime

 

                                                                              

 

                                                                              

 

     smack file onffline transfer !

 

      created by james in Smack - View the full discussion

 

 

 

I got solution on this , please contact me by email : mybeans@126.com

 

 

 

        

 

Reply to this message by going to Ignite Realtime

 

       

 

Start a new discussion in Smack at Ignite Realtime

 

Reply to this message by going to Ignite Realtime

Start a new discussion in Smack at Ignite Realtime

 

Re: error on centos 6.5 (x64)

$
0
0

I build 13854. now all are work fine.

very prefect!

default Logs path modification

$
0
0

Hi ,

 

After installing openfire3.8.2 on unix I found my  error.log and warn.log goes on  /logs/ *   dir instead of  /opt/openfire/logs/*   dir

 

I need help how do i change this seeting so log goes on  opt/openfire/logs/* path .

 

help me to do from commnad prompt or console

Openfire server unable to see User list in the USER Summary

$
0
0

Hello,

 

I had installed openfire server and spark messenger is working good in our network. But I am unable to see the users list in the User Summary page. I had created 18 Users but non of the user is visible in the User Summary List and I can able to see them after joining into groups.

 

Please can any one help on this.

 

Kindly find the Screen Shot of USER Summary.

 

 

Thanks and Regards

 

N.Sainath

Viewing all 11593 articles
Browse latest View live




Latest Images