[jdev] Strange "disconnections" with PyMSNt transport

Javier Villavicencio javierv at migraciones.gov.ar
Mon Oct 4 17:36:00 CDT 2004


Hello, I recently implemented a jabber server for internal messaging at 
work, using as authentication scheme the user/password from our e-mail 
database in mysql (postfix/etc, setup) this is working good, on Gentoo 
linux all pretty stable.
We started to give MSN to our users and they're using Exodus as the 
client (compiled with our local language that's the only change to the 
client) And I got implemented the old version of the msn-transport(1.3 
IIRC), but there was some bugs/strange things and the jabber process 
(1.4 at the moment, planning a move to v2) hanging (need to 
kill/restart) many times. So i tried the new PyMSNt transport, which was 
running good until now...
This only happens in ours of heavy use, (like when everyone at the 
office is going home :+), the users are getting these messages:
"Disconnection from MSN servers: [Failure instance: Traceback: 
twisted.internet.error.ConnectionDone, Connection was closed cleanly.]"

And the log (from the transport) when this happens:
The jabbber (error.log) logfile isn't reporting anything wrong.

10/04/04 - 19:24:41 - Session: "pdebairos at migraciones.gov.ar" Updating 
status on legacy network "Non
e" "None"
10/04/04 - 19:24:41 - LegacyConnection: 
buildFriendly(pdebairos at migraciones.gov.ar) returning "camar
on brujo"
10/04/04 - 19:24:48 - User: pdebairos at migraciones.gov.ar - 
JabberConnection received presence packet
10/04/04 - 19:24:48 - User: pdebairos at migraciones.gov.ar - 
JabberConnection parsed presence packet "
pdebairos at migraciones.gov.ar" "DNM" "None" "None" "None" ""
10/04/04 - 19:24:48 - Session: Presence change received 
"pdebairos at migraciones.gov.ar"
10/04/04 - 19:24:48 - Session: "pdebairos at migraciones.gov.ar" Updating 
status on legacy network "Non
e" "None"
10/04/04 - 19:24:48 - LegacyConnection: 
buildFriendly(pdebairos at migraciones.gov.ar) returning "camar
on brujo"
10/04/04 - 19:25:11 - NotificationClient: "pdbm2 at hotmail.com" lost 
connection with MSN servers
10/04/04 - 19:25:11 - LegacyConnection: "pdebairos at migraciones.gov.ar" - 
connectionLost("[Failure instance: Traceback: 
twisted.internet.error.ConnectionDone, Connection was closed cleanly.
]")
10/04/04 - 19:25:11 - User: pdebairos at migraciones.gov.ar - 
JabberConnection sending message "pdebairos at migraciones.gov.ar" 
"msn.migraciones.gov.ar" "Disconnection from MSN servers: [Failure 
instance: Traceback: twisted.internet.error.ConnectionDone, Connection 
was closed cleanly.
]" "None"
10/04/04 - 19:25:11 - jabw: Sending a Jabber message 
"pdebairos at migraciones.gov.ar" "msn.migraciones.gov.ar" "Disconnection 
from MSN servers: [Failure instance: Traceback: 
twisted.internet.error.ConnectionDone, Connection was closed cleanly.
]" "None"
10/04/04 - 19:25:11 - Session: Removing "pdebairos at migraciones.gov.ar"
10/04/04 - 19:25:11 - User: pdebairos at migraciones.gov.ar - 
JabberConnection sending presence "pdebairos at migraciones.gov.ar" 
"msn.migraciones.gov.ar" "None" "" "None" "unavailable"
10/04/04 - 19:25:11 - LegacyConnection: "pdebairos at migraciones.gov.ar" - 
being deleted
10/04/04 - 19:25:11 - MSNConnection: "pdbm2 at hotmail.com" destroyed
10/04/04 - 19:25:11 - Session: Completed removal 
"pdebairos at migraciones.gov.ar"

Can this be caused by network outage (ie: some high-speed-allowed-boss 
downloading sh*t?) Anybody else with same problems?

Thanks in advance.



More information about the JDev mailing list