Client can not logon

Submitted by Anonymous on Mon, 2008-05-19 12:47.

Hi,
i want to use the server for chatting in a network WITHOUT Internet connection on a win xp machine.

i've downloaded the tigase server and the java engine, installed both, and startet the servive.

When i try to loogon from another XP-machine with the PSI client the wrapper shows this:

jvm 1 | 2008-05-19 14:36:00 ConnectionManager.serviceStarted() FINER: >>c2s<< Connection started: 200.200.200.175_5222_200.200.200.146_1241
jvm 1 | 2008-05-19 14:36:00 ClientConnectionManager.xmppStreamOpened() FINER: Stream opened: {to=test, xmlns:stream=http://etherx.jabber.org/streams, xmlns=jabber:client, version=1.0}
jvm 1 | 2008-05-19 14:36:00 ConnectionManager.serviceStopped() FINER: >>c2s<< Connection stopped: 200.200.200.175_5222_200.200.200.146_1241
jvm 1 | 2008-05-19 14:36:00 ClientConnectionManager.serviceStopped() FINE: Service stopped, sending packet: <iq to="sess-man@localhost" type="set" id="sess1" from="c2s@localhost/200.200.200.175_5
222_200.200.200.146_1241"><command xmlns="http://jabber.org/protocol/commands" node="STREAM_CLOSED"/></iq>
jvm 1 | 2008-05-19 14:36:00 MessageRouter.processPacket() FINER: Processing packet: iq, type: set
jvm 1 | 2008-05-19 14:36:00 SessionManager.processCommand() FINER: STREAM_CLOSED command from: c2s@localhost/200.200.200.175_5222_200.200.200.146_1241
jvm 1 | 2008-05-19 14:36:00 SessionManager.processCommand() FINE: Stream closed from: c2s@localhost/200.200.200.175_5222_200.200.200.146_1241
jvm 1 | 2008-05-19 14:36:00 SessionManager.processCommand() INFO: Can not find resource connection for packet: to=null, from=null, data=<iq to="sess-man@localhost" type="set" id="sess1" fr
om="c2s@localhost/200.200.200.175_5222_200.200.200.146_1241"><command xmlns="http://jabber.org/protocol/commands" node="STREAM_CLOSED"/></iq>, XMLNS=null

and the client gives an error message witch means ther is an communication error.

How can i get the Server running?

Trackback URL for this post:

http://www.tigase.org/pl/trackback/1409
kobit's picture
Submitted by kobit on Mon, 2008-05-19 14:57.

Default configuration of the Tigase server allows for non-encrypted connections anyway.

You have now 2 options, both require you to do something on the client side rather than on the server side:

  1. Set "ignore SSL certificate warnings/errors" in the client in order to accept the server certificate by the client.
  2. Set "allow for non-encrypted connections" in the client in order to connect via plain non-ssl socket.

Submitted by Andi (not verified) on Mon, 2008-05-19 14:27.

Thanks for th fast reply,

so far,

i have now added the name "racechat" in the virtual host list.

Now i get an errorat the client:

"The Racechat certifcate faild the authenticity test. Reason: Certificate is self-signed."

Ok i need a certificate, but i dont have one. When i add a self signed certificate, i will get an error message.

Is it possible use the server WITHOUT any encrytion, because we want to use the system only in a standalone network?

kobit's picture
Submitted by kobit on Mon, 2008-05-19 13:22.

I think this is a configuration problem.

What exact error is displayed by the client?

You have set your client to use 'test' host name when it connects to the server. The server, however isn't set to use the 'test' host name so it refuses connections for this address.

You have to configure the server virtual hosts and put there the 'test' host name and then you should have no problems with connecting your client.

Please have a read the guide for connecting the Tigase server to MySQL database which covers briefly the topic with virtual hosts.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.