[JDEV] Bot getting boot
Bill Abbas
zsa at expertq.com
Thu Jun 21 16:45:22 CDT 2001
Hi,
I have a bot running as a client on the Jabber 1.4 server
(with the conference.0.4.1 module installed). The bot is a
Java app connected to the server via
JabberBeans-0.9.0-pre4.
The first time the bot gets a message, it gets kicked off
of the groupchat. Kind of looks like the socket gets
closed when the groupchart server tries to deliver the
message, although the message does apparently get through.
Could this be bad jabber karma?
I'm attaching a whittled-down snippet of the jabberd debug
output. TIA
=Bill
-------------- next part --------------
User "bob" has posted the message "mxyzptlk" to the "room_10" conference.
User "expertq" gets the message and then seems to close the socket.
Thu Jun 21 13:48:22 2001 deliver.c:460 DELIVER 4:c2s <route from='expertq at expertq.com/8222E78' to='13 at c2s/8241268'><message to='expertq at expertq.com/xqBot' id='5' type='groupchat' from='room_10 at conference.expertq.com/bob' cnu=''><body>mxyzptlk</body></message></route>
Thu Jun 21 13:48:22 2001 deliver.c:649 delivering to instance 'c2s'
Thu Jun 21 13:48:22 2001 client.c:148 C2S: expertq at expertq.com/8222E78 has an active session, delivering packet
Thu Jun 21 13:48:22 2001 client.c:202 Writing packet to MIO: <message to='expertq at expertq.com/xqBot' id='5' type='groupchat' from='room_10 at conference.expertq.com/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001 mio.c:908 mio_write called on x: 825DFB8 buffer: (null)
Thu Jun 21 13:48:22 2001 mtq 8166E50 queue call 8154380
Thu Jun 21 13:48:22 2001 sessions.c:288 THREAD:SESSION:TO received data from room_10 at conference.expertq.com/bob!
Thu Jun 21 13:48:22 2001 modules.c:124 mapi_call 0
Thu Jun 21 13:48:22 2001 modules.c:163 mapi_call returning unhandled
Thu Jun 21 13:48:22 2001 deliver.c:460 DELIVER 4:c2s <route from='bob at expertq.com/8240A38' to='14 at c2s/8236F60'><message to='bob at expertq.com/chevy' id='5' type='groupchat' from='room_10 at conference.expertq.com/bob' cnu=''><body>mxyzptlk</body></message></route>
Thu Jun 21 13:48:22 2001 deliver.c:649 delivering to instance 'c2s'
Thu Jun 21 13:48:22 2001 client.c:148 C2S: bob at expertq.com/8240A38 has an active session, delivering packet
Thu Jun 21 13:48:22 2001 client.c:202 Writing packet to MIO: <message to='bob at expertq.com/chevy' id='5' type='groupchat' from='room_10 at conference.expertq.com/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001 mio.c:908 mio_write called on x: 823F5E8 buffer: (null)
Thu Jun 21 13:48:22 2001 mtq 8166E50 leaving to pth
Thu Jun 21 13:48:22 2001 mio.c:268 write_dump writing data: <message to='expertq at expertq.com/xqBot' id='5' type='groupchat' from='room_10 at conference.expertq.com/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001 mio.c:268 write_dump writing data: <message to='bob at expertq.com/chevy' id='5' type='groupchat' from='room_10 at conference.expertq.com/bob' cnu=''><body>mxyzptlk</body></message>
Thu Jun 21 13:48:22 2001 client.c:243 pthsock_client_read called with: m:8241268 flag:4 arg:825F038
Thu Jun 21 13:48:22 2001 client.c:248 io_select Socket 13 close notification
Thu Jun 21 13:48:22 2001 deliver.c:460 DELIVER 4:expertq.com <route type='error' to='expertq at expertq.com/8222E78' from='13 at c2s/8241268'/>
Thu Jun 21 13:48:22 2001 deliver.c:649 delivering to instance 'sessions'
Thu Jun 21 13:48:22 2001 deliver.c:83 (80D4178)incoming packet <route type='error' to='expertq at expertq.com/8222E78' from='13 at c2s/8241268'/>
Thu Jun 21 13:48:22 2001 users.c:137 js_user(expertq at expertq.com,81554E0)
Thu Jun 21 13:48:22 2001 sessions.c:148 end 136457848 'Disconnected'
Thu Jun 21 13:48:22 2001 mio.c:354 freed MIO socket
Thu Jun 21 13:48:22 2001 mtq 8166E50 entering from pth
Thu Jun 21 13:48:23 2001 mtq 8166E50 queue call 8222E78
Thu Jun 21 13:48:23 2001 sessions.c:318 THREAD:SESSION exiting
More information about the JDev
mailing list