Re: [Django] #18865: Django connection getting lost in Interner Explorer

2012-10-28 Thread Django
#18865: Django connection getting lost  in Interner Explorer
-+-
 Reporter:  umits2009@…  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Uncategorized|  Version:  1.4
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:  Django,Internet  | Triage Stage:
  Explorer   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by aaugustin):

 I just noticed that you posted the exact same bug report some time ago in
 #18746.

 Don't do that, it's a waste of time for everyone.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #18865: Django connection getting lost in Interner Explorer

2012-10-28 Thread Django
#18865: Django connection getting lost  in Interner Explorer
-+-
 Reporter:  umits2009@…  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Uncategorized|  Version:  1.4
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:  Django,Internet  | Triage Stage:
  Explorer   |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by aaugustin):

 * status:  new => closed
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0
 * resolution:   => needsinfo


Old description:

> Hi Team,
>
> I ran into an issue while running my application.The connection between
> django and server is getting lost while I am clicking on a
> hyperlink.Because of this,session variables are getting out of scope.I am
> using Django 1.4.Python 2.7.
> This issue is coming only for IE.I tried in IE8 and IE9.
> PFB the logs for the same:
> Traceback (most recent call last):
>   File "C:\Python27\lib\wsgiref\handlers.py", line 86, in run
> self.finish_response()
>   File "C:\Python27\lib\wsgiref\handlers.py", line 127, in
> finish_response
> self.write(data)
>   File "C:\Python27\lib\wsgiref\handlers.py", line 210, in write
> self.send_headers()
>   File "C:\Python27\lib\wsgiref\handlers.py", line 266, in send_headers
> self.send_preamble()
>   File "C:\Python27\lib\wsgiref\handlers.py", line 189, in send_preamble
> self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
>   File "C:\Python27\lib\wsgiref\handlers.py", line 387, in _write
> self.stdout.write(data)
>   File "C:\Python27\lib\socket.py", line 322, in write
> self.flush()
>   File "C:\Python27\lib\socket.py", line 301, in flush
> self._sock.sendall(view[write_offset:write_offset+buffer_size])
> error: [Errno 10054] An existing connection was forcibly closed by the
> remote ho
> st
> 
> Exception happened during processing of request from ('127.0.0.1', 60681)
> Traceback (most recent call last):
>   File "C:\Python27\lib\SocketServer.py", line 582, in
> process_request_thread
> self.finish_request(request, client_address)
>   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
> self.RequestHandlerClass(request, client_address, self)
>   File "C:\Python27\lib\site-packages\django\core\servers\basehttp.py",
> line 139
> , in __init__
> super(WSGIRequestHandler, self).__init__(*args, **kwargs)
>   File "C:\Python27\lib\SocketServer.py", line 641, in __init__
> self.finish()
>   File "C:\Python27\lib\SocketServer.py", line 694, in finish
> self.wfile.flush()
>   File "C:\Python27\lib\socket.py", line 301, in flush
> self._sock.sendall(view[write_offset:write_offset+buffer_size])
> error: [Errno 10054] An existing connection was forcibly closed by the
> remote ho
> st
>
> Thanks,
> Umit

New description:

 Hi Team,

 I ran into an issue while running my application.The connection between
 django and server is getting lost while I am clicking on a
 hyperlink.Because of this,session variables are getting out of scope.I am
 using Django 1.4.Python 2.7.
 This issue is coming only for IE.I tried in IE8 and IE9.
 PFB the logs for the same:
 {{{
 Traceback (most recent call last):
   File "C:\Python27\lib\wsgiref\handlers.py", line 86, in run
 self.finish_response()
   File "C:\Python27\lib\wsgiref\handlers.py", line 127, in finish_response
 self.write(data)
   File "C:\Python27\lib\wsgiref\handlers.py", line 210, in write
 self.send_headers()
   File "C:\Python27\lib\wsgiref\handlers.py", line 266, in send_headers
 self.send_preamble()
   File "C:\Python27\lib\wsgiref\handlers.py", line 189, in send_preamble
 self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
   File "C:\Python27\lib\wsgiref\handlers.py", line 387, in _write
 self.stdout.write(data)
   File "C:\Python27\lib\socket.py", line 322, in write
 self.flush()
   File "C:\Python27\lib\socket.py", line 301, in flush
 self._sock.sendall(view[write_offset:write_offset+buffer_size])
 error: [Errno 10054] An existing connection was forcibly closed by the
 remote ho
 st
 
 Exception happened during processing of request from ('127.0.0.1', 60681)
 Traceback (most recent call last):
   File "C:\Python27\lib\SocketServer.py", line 582, in
 process_request_thread
 self.finish_request(request, client_address)
   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
 self.RequestHandlerClass(request, cl

[Django] #18865: Django connection getting lost in Interner Explorer

2012-08-27 Thread Django
#18865: Django connection getting lost  in Interner Explorer
---+--
 Reporter:  umits2009@…|  Owner:  nobody
 Type:  Bug| Status:  new
Component:  Uncategorized  |Version:  1.4
 Severity:  Normal |   Keywords:  Django,Internet Explorer
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+--
 Hi Team,

 I ran into an issue while running my application.The connection between
 django and server is getting lost while I am clicking on a
 hyperlink.Because of this,session variables are getting out of scope.I am
 using Django 1.4.Python 2.7.
 This issue is coming only for IE.I tried in IE8 and IE9.
 PFB the logs for the same:
 Traceback (most recent call last):
   File "C:\Python27\lib\wsgiref\handlers.py", line 86, in run
 self.finish_response()
   File "C:\Python27\lib\wsgiref\handlers.py", line 127, in finish_response
 self.write(data)
   File "C:\Python27\lib\wsgiref\handlers.py", line 210, in write
 self.send_headers()
   File "C:\Python27\lib\wsgiref\handlers.py", line 266, in send_headers
 self.send_preamble()
   File "C:\Python27\lib\wsgiref\handlers.py", line 189, in send_preamble
 self._write('HTTP/%s %s\r\n' % (self.http_version,self.status))
   File "C:\Python27\lib\wsgiref\handlers.py", line 387, in _write
 self.stdout.write(data)
   File "C:\Python27\lib\socket.py", line 322, in write
 self.flush()
   File "C:\Python27\lib\socket.py", line 301, in flush
 self._sock.sendall(view[write_offset:write_offset+buffer_size])
 error: [Errno 10054] An existing connection was forcibly closed by the
 remote ho
 st
 
 Exception happened during processing of request from ('127.0.0.1', 60681)
 Traceback (most recent call last):
   File "C:\Python27\lib\SocketServer.py", line 582, in
 process_request_thread
 self.finish_request(request, client_address)
   File "C:\Python27\lib\SocketServer.py", line 323, in finish_request
 self.RequestHandlerClass(request, client_address, self)
   File "C:\Python27\lib\site-packages\django\core\servers\basehttp.py",
 line 139
 , in __init__
 super(WSGIRequestHandler, self).__init__(*args, **kwargs)
   File "C:\Python27\lib\SocketServer.py", line 641, in __init__
 self.finish()
   File "C:\Python27\lib\SocketServer.py", line 694, in finish
 self.wfile.flush()
   File "C:\Python27\lib\socket.py", line 301, in flush
 self._sock.sendall(view[write_offset:write_offset+buffer_size])
 error: [Errno 10054] An existing connection was forcibly closed by the
 remote ho
 st

 Thanks,
 Umit

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.