Hi Jeff,

Try experimenting with different versions of the Twisted library.


Sincerely,


David

On 3/8/07, Jeff Garner <[EMAIL PROTECTED]> wrote:
> Hey guys I know youhad instructed me to install python 2.5 for my PyMSNT
> transport to stop the disconnection issues to MSN recently.  I did that,
> although when I start python2.5 I get all sorts of warnings saying the
> nothing is th current version.  However even with that, the MSN
> transport is STILL disconnecting, although I can get it to run longer.
> My system isn't even taxed.  it wasn't taxed before, however I can say
> now, it isn't at all.  I dropped another 4 GB of Ram bringing the server
> up to 8 GB of RAM, that with the two 3.2 AMD x64 procs, I have more than
> enough resources for the 1300 MSN users, and the 1500 Wildfire 3.0 users
> connecting to this box.  Can someone suggest anything else on why the
> transport seems to disconnect, or lock up at times?  is there some sort
> of max connections I need to look at, or threads, etc..  sort of running
> out of ideas here.
>
> Jeff
>           File
> "/usr/local/lib/python2.5/site-packages/twisted/internet/tcp.py", line
> 403, in connectionLost
>             protocol.connectionLost(reason)
>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msnw.py", line
> 658, in connectionLost
>             self.failedMessage(message)
>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msnw.py", line
> 687, in failedMessage
>             self.msncon.failedMessage(self.remoteUser, text)
>           File "/usr/local/msn_trans/pymsnt/src/legacy/glue.py", line
> 449, in failedMessage
>             self.session.pytrans.statistics.stats["FailedMessageCount"]
> += 1
>         <type 'exceptions.AttributeError'>: 'NoneType' object has no
> attribute 'pytrans'
>
> [2007-03-08 14:57:37] Traceback (most recent call last):
>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msn.py", line
> 2710, in close
>
>
>             self.notifyFunc(self.getvalue())
>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msn.py", line
> 2373, in bufferClosed
>             d.callback((data,))
>           File
> "/usr/local/lib/python2.5/site-packages/twisted/internet/defer.py", line
> 229, in callback
>             self._startRunCallbacks(result)
>           File
> "/usr/local/lib/python2.5/site-packages/twisted/internet/defer.py", line
> 294, in _startRunCallbacks
>             self._runCallbacks()
>         --- <exception caught here> ---
>           File
> "/usr/local/lib/python2.5/site-packages/twisted/internet/defer.py", line
> 307, in _runCallbacks
>             self.result = callback(self.result, *args, **kw)
>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msnw.py", line
> 723, in updateAvatarCB
>             self.msncon.gotAvatarImageData(self.remoteUser, imageData)
>           File "/usr/local/msn_trans/pymsnt/src/legacy/glue.py", line
> 546, in gotAvatarImageData
>             c.updateAvatar(av)
>         <type 'exceptions.AttributeError'>: 'NoneType' object has no
> attribute 'updateAvatar'
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to