No idea sorry. That doesn't look like a complete Traceback. It  
doesn't show what the name of the exception is, so I can't really  
tell what's going wrong.

Oh, scratch that. There's two tracebacks there. One of them says  
MemoryError, so I'd say that is your problem. Stick some more memory  
in the machine and see if that improves the situation.

---

James



On 19/02/2007, at 8:54 AM, Jeff Garner wrote:

> Anyone have any idea on this?
>
> On Thu, 2007-02-15 at 16:14 -0600, Jeff Garner wrote:
>> 0.11.2 version
>>
>> Suse Linux 9
>> Wildfire 3.0.0
>>
>> For the last three days I have had nothing but issues with the MSN
>> transport.  it disconnects every 2 to 3 minutes and does not auto
>> reconnect.  the server is finally under full load and the transport
>> seems to be failing.  1100 users is when it looks to be having  
>> issues.
>> THis is what I get in debug's last several lines.  anyone know  
>> what is
>> going on?
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/protocols/basic.py",
>> line 240, in dataReceived
>>             return self.rawDataReceived(data)
>>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msn.py",  
>> line
>> 849, in rawDataReceived
>>             self.setLineMode(extra)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/protocols/basic.py",
>> line 255, in setLineMode
>>             return self.dataReceived(extra)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/protocols/basic.py",
>> line 240, in dataReceived
>>             return self.rawDataReceived(data)
>>           File "/usr/local/msn_trans/pymsnt/src/tlib/msn/msn.py",  
>> line
>> 849, in rawDataReceived
>>             self.setLineMode(extra)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/protocols/basic.py",
>> line 255, in setLineMode
>>             return self.dataReceived(extra)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/protocols/basic.py",
>> line 217, in dataReceived
>>             self.__buffer = self.__buffer+data
>>         exceptions.MemoryError:
>> [2007-02-15 16:20:19] Traceback (most recent call last):
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/python/log.py",  
>> line 53,
>> in callWithLogger
>>             return callWithContext({"system": lp}, func, *args, **kw)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/python/log.py",  
>> line 38,
>> in callWithContext
>>             return context.call({ILogContext: newCtx}, func, *args,
>> **kw)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/python/ 
>> context.py", line
>> 59, in callWithContext
>>             return self.currentContext().callWithContext(ctx, func,
>> *args, **kw)          File
>> "/usr/local/lib/python2.4/site-packages/twisted/python/ 
>> context.py", line
>> 37, in callWithContext
>>             return func(*args,**kw)
>>         --- <exception caught here> ---
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/internet/ 
>> epollreactor.py", line 199, in _doReadOrWrite
>>             why = selectable.doRead()
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/internet/tcp.py",  
>> line
>> 349, in doRead
>>             return self.protocol.dataReceived(data)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/ 
>> xmlstream.py", line 72, in dataReceived
>>             self.stream.parse(buf)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/ 
>> domish.py",
>> line 524, in parse
>>             self.parser.Parse(buffer)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/ 
>> domish.py",
>> line 564, in _onEndElement
>>             self.ElementEvent(self.currElem)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/ 
>> xmlstream.py", line 104, in onElement
>>             self.dispatch(element)
>>           File
>> "/usr/local/lib/python2.4/site-packages/twisted/words/xish/ 
>> utility.py",
>> line 233, in dispatch
>>             callbacklist.callback(object)
>>
>> 12281,8       99%
>>
>>
>>
>>
>>
>
>
> CONFIDENTIALITY
> This e-mail message and any attachments thereto, is intended only  
> for use by the addressee(s) named herein and may contain legally  
> privileged and/or confidential information. If you are not the  
> intended recipient of this e-mail message, you are hereby notified  
> that any dissemination, distribution or copying of this e-mail  
> message, and any attachments thereto, is strictly prohibited.  If  
> you have received this e-mail message in error, please immediately  
> notify the sender and permanently delete the original and any  
> copies of this email and any prints thereof.
> ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS E- 
> MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING.   
> Notwithstanding the Uniform Electronic Transactions Act or the  
> applicability of any other law of similar substance and effect,  
> absent an express statement to the contrary hereinabove, this e- 
> mail message its contents, and any attachments hereto are not  
> intended to represent an offer or acceptance to enter into a  
> contract and are not otherwise intended to bind the sender, Sanmina- 
> SCI Corporation (or any of its subsidiaries), or any other person  
> or entity.
> ______________________________________________________________________ 
> _______
> Scanned by Sanmina-SCI eShield   
> ______________________________________________________________________ 
> _______
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to