Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all 10742 articles
Browse latest View live

No JVM could be found on your system

0
0

Hey there,

 

I've getting the following error message when attempting to load Spark..

 

No JVM could be found on your system.

Please define EXE4J_JAVA_HOME

to point to an installed JDK or JRE or download a JRE from

www.java.com

 

I'm using Windows 7 64bit..

 

I've downloaded old versions of Spark, new versions of Spark..

 

I've attempted to run as administrator..

 

I've download and installed old versions of Java, and new versions of Java..

 

Now, I'm not 100% sure how to define EXE4J_JAVA_HOME, if anyone could suggest it.. that would be great..

 

I'm also at the stage where I can't uninstall Spark because of the same error..

 

Any help would be greatly appreciated...

 

thanks

 

Josh


How does one create/enable a privacy list in Openfire ?

0
0

I'm trying to use Candy chat & getting a "PrivacyListError".

 

Per their help forum seems I have to enable "Privacy module" in Openfire.

 

Where exactly on the admin console do I find this setting ?

 

Or am I barking the wrong tree completely.... ?

SSL Certificate Access from Openfire Plugin

0
0

I am trying to write an Openfire plugin and was wondering if there was any way to access a particular client's X509 certificate used to initiate a connection to the server.  I saw in the XMPP spec that there is some sort of requirement to throw away TLS negotiation information after you're done negotiating but was hoping that a guru in the forums could tell me I read it wrong.  Thanks for any help!

group chat service named in Chinese

0
0

In the Openfire Admin Console web page,

i added a group chat service whick named in Chinese.

 

And in the BookmarksUI.java, the method addRegisteredServices(),

and this code :mucServices = MultiUserChat.getServiceNames(SparkManager.getConnection());

return the services' names and show in the Spark client.

 

Because i named the service in Chinese: "会议大厅",

and i print out the mucServices :

     System.out.println(mucServices); and result coms: xn--6oqp1iuxfjo5d.127.0.0.1


I want to show "会议大厅.127.0.0.1" and not "xn--6oqp1iuxfjo5d.127.0.0.1"

what should i do?

Thanks!

Openfire chat history

0
0

Is there a way I can retrieve the chat room history?

I mean is there any api for it?

I have an app which provides chat support through openfire but I want to provide a way for the users to see the chat history as well.

Any solution is very much appreciated

XML parsing bug?

0
0

Earlier today our jabber service stopped working properly. After some poking around and tailing every log we could find, we discovered somehow inserting certain characters in a user's Status will prevent the our user community from using the openfire server for jabber service. Essentially making the openfire server useless.

 

User who's status caused the XML parsing error is using Adium 1.5.1 running on Mac OS X 10.7.4

 

From My Pidgin 2.6.6 Debug Window:

 

(14:52:31) jabber: Recv (ssl)(285): <presence from="XXX@XXX.XXX/xs-MacBook-Air" to="XXX@XXX.XXX/XXX"><status>&#16;@ the office</status><c xmlns="http://jabber.org/protocol/caps" node="http://pidgin.im/" hash="sha-1" ver="DdnydQG7RGhP9E3k9Sf+b+bF0zo="/><x xmlns="vcard-temp:x:update"><photo/></x></presence>

(14:52:31) jabber: XML parser error for JabberStream 0x289d510: Domain 1, code 9, level 3: xmlParseCharRef: invalid xmlChar value 16

(14:52:31) jabber: xmlParseChunk returned fatal 9

(14:52:31) connection: Connection error on 0x302c1c0 (reason: 0 description: XML Parse error)

 

From the server's openfire error.log:

 

==> error.log <==

2012.06.12 14:07:06 org.jivesoftware.openfire.muc.HistoryRequest - Error parsing date from history management

java.text.ParseException: Unparseable date: "2012-06-12T21:06:06Z"

    at java.text.DateFormat.parse(DateFormat.java:337)

    at org.jivesoftware.openfire.muc.HistoryRequest.<init>(HistoryRequest.java:84)

    at org.jivesoftware.openfire.muc.spi.LocalMUCUser.process(LocalMUCUser.java:478)

    at org.jivesoftware.openfire.muc.spi.LocalMUCUser.process(LocalMUCUser.java:197)

    at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.processPacket(MultiU serChatServiceImpl.java:321)

    at org.jivesoftware.openfire.component.InternalComponentManager$RoutableComponents .process(InternalComponentManager.java:587)

    at org.jivesoftware.openfire.spi.RoutingTableImpl.routeToComponent(RoutingTableImp l.java:352)

    at org.jivesoftware.openfire.spi.RoutingTableImpl.routePacket(RoutingTableImpl.jav a:237)

    at org.jivesoftware.openfire.PresenceRouter.handle(PresenceRouter.java:179)

    at org.jivesoftware.openfire.PresenceRouter.route(PresenceRouter.java:85)

    at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:84)

    at org.jivesoftware.openfire.net.StanzaHandler.processPresence(StanzaHandler.java: 355)

    at org.jivesoftware.openfire.net.ClientStanzaHandler.processPresence(ClientStanzaH andler.java:100)

    at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:272)

    at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:194)

    at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:169)

    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(ThreadPoolExecutor.java: 886)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

    at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)

    at java.lang.Thread.run(Thread.java:662)

 

 

Server information:

 

Server Properties

Server Uptime:     49 minutes -- started Jun 12, 2012 2:10:28 PM

Version:     Openfire 3.7.1

Server Directory:     /usr/share/openfire

Server Name:     XXX.XXX

 

Environment

Java Version:     1.6.0_26 Sun Microsystems Inc. -- Java HotSpot(TM) 64-Bit Server VM

Appserver:     jetty/7.0.2-SNAPSHOT

Host Name:     XXX

OS / Hardware:     Linux / amd64

Locale / Timezone:     en / Mountain Standard Time (-7 GMT)

Java Memory     257.55 MB of 2002.50 MB (12.9%) used

HistoryRequest since... Unparseable Date Error

0
0

I'm using XIFF to talk to Openfire and sending the following stanza to Openfire when I join a permanent chat room.

 

<presence to="test_group@conference.myserver.com/andrew">

  <priority>0</priority>

  <x xmlns="http://jabber.org/protocol/muc">

    <history since="2011-02-16T18:28:59Z" />

  </x>

</presence>

 

According to the XMPP.org spec, the format of my dateTime for history since is perfectly syntactically correct.

 

http://xmpp.org/extensions/xep-0045.html#enter-managehistory

http://xmpp.org/extensions/xep-0082.html#sect-id218623

 

The openfire error log shows that it is unable to parse this date.  WHY???

 

2011.02.16 19:55:57 [org.jivesoftware.openfire.muc.HistoryRequest.<init>(HistoryRequest.java:73)] Error parsing date from history management
java.text.ParseException: Unparseable date: "2011-02-16T18:28:59Z"
at java.text.DateFormat.parse(DateFormat.java:337)
at org.jivesoftware.openfire.muc.HistoryRequest.<init>(HistoryRequest.java:69)
at org.jivesoftware.openfire.muc.spi.LocalMUCUser.process(LocalMUCUser.java:444)
at org.jivesoftware.openfire.muc.spi.LocalMUCUser.process(LocalMUCUser.java:164)
at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.processPacket(MultiU serChatServiceImpl.java:275)
at org.jivesoftware.openfire.component.InternalComponentManager$RoutableComponents .process(InternalComponentManager.java:619)
at org.jivesoftware.openfire.spi.RoutingTableImpl.routePacket(RoutingTableImpl.jav a:260)
at org.jivesoftware.openfire.PresenceRouter.handle(PresenceRouter.java:164)
at org.jivesoftware.openfire.PresenceRouter.route(PresenceRouter.java:70)
at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:76)
at org.jivesoftware.openfire.net.StanzaHandler.processPresence(StanzaHandler.java: 337)
at org.jivesoftware.openfire.net.ClientStanzaHandler.processPresence(ClientStanzaH andler.java:85)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:254)
at org.jivesoftware.openfire.net.StanzaHandler.process(StanzaHandler.java:176)
at org.jivesoftware.openfire.nio.ConnectionHandler.messageReceived(ConnectionHandl er.java:133)
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(ThreadPoolExecutor.java: 886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51)
at java.lang.Thread.run(Thread.java:619)

2011.02.16 19:55:57 [org.jivesoftware.openfire.muc.HistoryRequest.<init>(HistoryRequest.java:73)] Error parsing date from history management

java.text.ParseException: Unparseable date: "2011-02-16T18:28:59Z"

at java.text.DateFormat.parse(DateFormat.java:337)

at org.jivesoftware.openfire.muc.HistoryRequest.<init>(HistoryRequest.java:69)

at org.jivesoftware.openfire.muc.spi.LocalMUCUser.process(LocalMUCUser.java:444)

at org.jivesoftware.openfire.muc.spi.LocalMUCUser.process(LocalMUCUser.java:164)

at org.jivesoftware.openfire.muc.spi.MultiUserChatServiceImpl.processPacket(MultiU serChatServiceImpl.java:275)

at org.jivesoftware.openfire.component.InternalComponentManager$RoutableComponents .process(InternalComponentManager.java:619)

at org.jivesoftware.openfire.spi.RoutingTableImpl.routePacket(RoutingTableImpl.jav a:260)

at org.jivesoftware.openfire.PresenceRouter.handle(PresenceRouter.java:164)

at org.jivesoftware.openfire.PresenceRouter.route(PresenceRouter.java:70)

at ...

...

 

-Andrew

Change embedded database location

0
0

Hi all,

 

is it possible to change embedded database location from $install_path/embedded-db/openfire to some other directory? If so, please advise.


How do I backl up the local DB?

0
0

using Openfire 3.6.4...

 

how do i backup/export the LOCAL DB (ie internal openfire DB) and restore/import?

 

cheers

 

didds

Importação de usuarios e configuração de grupos.

0
0

Galera, estou implantando o openfire na empresa e o cenario q tenho é o seguinte.

 

- 150 usuarios.

- 5 grupos.

 

Preciso cadastrar esses 150 usuarios, queria algo que fosse mais pratico que cadastrar "um a um" ou ter que solicitar aos usuaria que se cadastrem. Outra coisa é configurar os usuarios em seu grupo correspondente. tentei utilizar o pluing User Import Export  mas não deu muito certo.

 

Algume saberia me dizar como fazer isso, se existe algum software para administrar ou é só web, ou como devo fazer para solucionar isso.

 

Desde já agradeço.

Add Active Directory users automatically

0
0

Hello,

 

How can I add all the Active Directory users to Spark client for all users who login to Openfire via Spark using their AD (LDAP) account?

 

Thanks Very Mucho

Has anyone successfully configured Multiple Instances on a single Openfire server?

0
0

Hi Support,

 

Since im not successfull configuring my openfire to authenticate on the 3 different domains i want to try multiple instances. Currently on my test inviroment im running 3 openfire server to cater each domain so far it works fine using the 3 openfire server they can send/received and add users to every domains. So this means i need to managed 3 servers at same time which i dont want if Multiple instaces can work. Please advice.

 

Thanks,

Albert

openfire + fastpath + redfire

0
0

We are using Openfire + Spark + Redfire . It is working Fine .

 

As well as We are using fastpath service also. Iti is also working fine .

 

 

But Now we want voice chat with web client from fastpath agent .

When i tried this , the voice chat window is opening at agent(Spark) side .,at client(Web customer) side Voice chat request is not comming  from agent .

 

And there is no option at Webchat  window  for voice call .

 

 

Please help me .

Can't Open OpenFire Admin, but jabber runs fine.

0
0

I installed OpenFire a week ago on Debian 6. It's running great. I could get into the web panel:9090 and administer everything. But today I cannot get into the web panel. It times out like the server doesn't exist. Jabber is still running great for me and all the users.

 

I've tried restarting the service. Please help I couldn't find anything about this issue. Why would it stop working.

 

And yes I'm in control of the server, and my net connection doesn't block anything… I've tried everything… is there something I can restart or?

How can I get the window to fall to the back?

0
0

Hi Everyone,

 

I need some help. I am a new user to Spark and I have been trying to find a way to stop the windows from staying to the front of everything. I would like to be able to have the windows fall back when I am no longer using them and I start on my other work. If anyone could help, if it can even be done. I would greatly appreciate it.

 

Thanks.

Amethyst


Log Room Converations caching & access

0
0

We have a Log Room Conversations option enabled on one of the older openfire servers (still 3.7.1). I do not see anywhere how long those are cached for or can't figure out how to access them. We also have a Monitoring Service plugin installed although it is a bit old (1.2.0).

 

I saw in my search that the logs are probably in the local MySQL db but not sure how to connect to it since it is running on a linux server. Aslo, even if I connect to the DB, how to I view the logs (provided there isn't a default purge setting someplace)?

Certificate is not valid for the server domain

0
0

I have imported cert for multi domain *.mysite.com. But my jabber server is on jabber.mysite.com and have same server name. After restarting, server has disabled secure connection and get warning "Found RSA certificate that is not valid for the server domain". If I change server name to mysite.com, server activate ssl perfectly, but client could not connect because SSL handhake error(domain name of cert and client jid not compatible).

How can I sort this? Deployment server to mysite.com is a bad idea.

Mensagens não podem ser visualizadas.

0
0

Bom dia,

Caros amigos.

 

Durante uma conversa entre usuários, as mensagens são enviadas por ambos, porém não conseguem ser visualizadas por um deles.

 

Procedimentos tomados;

 

Desinstalei e instalei o Spark 2.6.3. (Volta ao normal por um tempo, mas sem resultado, continua com o mesmo problema)

Desinstalei e instalei novamente o java. ( Volta ao normal por um tempo, mas depois o problema volta)

 

Obs.: Notei que esse problema ocorre com dois usuários, independente se eles conversam entre eles, ou com outras pessoas.

 

Se alguém poder me ajudar, desde já lhes agradeço!

 

Att,

 

João Pedro

configure existing node in pubusb

0
0

i have created a node over a server now after few dayz i got a requirement to change the configuration of existing node.

 

but what i see in smack is there is and option to create node with default configurationg and create node with user defined configuration but no

option to configure existing node without deleting it.

 

all i can see as of now is to delete the node and re create it and configure it , so can any one tell me how to configure existing node in smack

Erro do spark

0
0

Bom dia,

Caros amigos,

 

Quando tento conversar com um usuário utilizando o spark, clico no nome do usuário porém não abre a janela da conversa. Mas quando mandam mensagens para mim a janela se abre. Verifique no log do spark e havia o seguinte erro;

 

05/02/2013 09:49:38 net.sf.fmj.registry.XMLRegistryIO loadDocument

INFO: FMJ registry document version 0.1

05/02/2013 09:49:38 net.sf.fmj.registry.Registry loadFromFile

INFO: Loaded registry from file: C:\Documents and Settings\margareth\.fmj.registry.xml

05/02/2013 09:49:41 org.jivesoftware.spark.util.log.Log error

SEVERE: Dictionary not found

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

          at org.jivesoftware.spark.otrplug.impl.OTRSession$2.receivingMessage(OTRSession.ja va:142)

          at org.jivesoftware.spark.ui.rooms.ChatRoomImpl.fireReceivingIncomingMessage(ChatR oomImpl.java:557)

          at org.jivesoftware.spark.ui.rooms.ChatRoomImpl$2.run(ChatRoomImpl.java:415)

          at java.awt.event.InvocationEvent.dispatch(Unknown Source)

          at java.awt.EventQueue.dispatchEvent(Unknown Source)

          at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

          at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

          at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

          at java.awt.EventDispatchThread.run(Unknown Source)

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

          at org.jivesoftware.spark.otrplug.impl.OTRSession$2.receivingMessage(OTRSession.ja va:142)

          at org.jivesoftware.spark.ui.rooms.ChatRoomImpl.fireReceivingIncomingMessage(ChatR oomImpl.java:557)

          at org.jivesoftware.spark.ui.rooms.ChatRoomImpl$2.run(ChatRoomImpl.java:415)

          at java.awt.event.InvocationEvent.dispatch(Unknown Source)

          at java.awt.EventQueue.dispatchEvent(Unknown Source)

          at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

          at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

          at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

          at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

          at java.awt.EventDispatchThread.run(Unknown Source)

 

 

 

Se alguém poder me ajudar, desde já estarei grato.

 

Att,

João Pedro

Viewing all 10742 articles
Browse latest View live




Latest Images