Task #3012 (closed)
Opened 9 years ago
Closed 9 years ago
Bug: Web delete leaves spinning wheel
| Reported by: | jamoore | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2.1 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-30 (17) |
Description
[07/Oct/2010 07:47:07] "GET /webclient/render_thumbnail/size/64/26038/ HTTP/1.1" 200 3553
[07/Oct/2010 07:47:08] "GET /webclient/imgData/26038/?callback=jsonp1286434027752&_=1286434027896 HTTP/1.1" 200 4999
[07/Oct/2010 07:47:14] "POST /webclient/action/delete/image/26038/ HTTP/1.1" 200 0
[07/Oct/2010 07:47:14] "GET /webclient/userdata/%7B%%20url%20webstatic HTTP/1.1" 404 1013
[07/Oct/2010 07:47:14] "GET /webclient/load_data/dataset/undefined/?view=icon HTTP/1.1" 404 1013
Traceback (most recent call last):
File "/Users/moore/code/git/dist/lib/python/django/core/servers/basehttp.py", line 280, in run
self.finish_response()
File "/Users/moore/code/git/dist/lib/python/django/core/servers/basehttp.py", line 320, in finish_response
self.write(data)
File "/Users/moore/code/git/dist/lib/python/django/core/servers/basehttp.py", line 399, in write
self.send_headers()
File "/Users/moore/code/git/dist/lib/python/django/core/servers/basehttp.py", line 463, in send_headers
self.send_preamble()
File "/Users/moore/code/git/dist/lib/python/django/core/servers/basehttp.py", line 381, in send_preamble
'Date: %s\r\n' % http_date()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 318, in write
self.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 60248)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 283, in _handle_request_noblock
self.process_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 309, in process_request
self.finish_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/moore/code/git/dist/lib/python/django/core/servers/basehttp.py", line 560, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
[07/Oct/2010 07:47:16] "GET /webclient/status/ HTTP/1.1" 200 6552
[07/Oct/2010 07:47:16] "GET /appmedia/omeroweb/images/reset.png HTTP/1.1" 200 920
Change History (5)
comment:1 Changed 9 years ago by jmoore
- Component changed from General to Web
- Priority changed from minor to critical
comment:2 Changed 9 years ago by jmoore
comment:3 Changed 9 years ago by jmoore
I received several more of theses from other locations:
[07/Oct/2010 10:23:30] "GET /appmedia/webgateway/img/question.png HTTP/1.1" 304 0
[07/Oct/2010 10:23:30] "GET /appmedia/webgateway/img/z_axis.gif HTTP/1.1" 304 0
[07/Oct/2010 10:23:30] "GET /appmedia/webgateway/img/t_axis.gif HTTP/1.1" 304 0
[07/Oct/2010 10:23:30] "GET /appmedia/webgateway/img/spinbtn_updn.gif HTTP/1.1" 304 0
[07/Oct/2010 10:23:30] "GET /appmedia/webgateway/img/1_1.gif HTTP/1.1" 304 0
[07/Oct/2010 10:23:30] "GET /appmedia/webgateway/img/fs.gif HTTP/1.1" 304 0
[07/Oct/2010 10:23:30] "GET /webclient/imgData/26602/?callback=jsonp1286443410677&_=1286443410864 HTTP/1.1" 200 1145
[07/Oct/2010 10:23:31] "GET /webclient/render_image/26602/0/0/?c=1|0:255$FF0000,2|0:255$00FF00,3|0:255$0000FF&m=c&p=normal&q=0.9&zm=100&x=0&y=0 HTTP/1.1" 200 358221
[07/Oct/2010 10:23:34] "GET /appmedia/omeroweb/images/ui/ui-bg_highlight-soft_25_1b7bc7_1x100.png HTTP/1.1" 304 0
Traceback (most recent call last):
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 280, in run
self.finish_response()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 320, in finish_response
self.write(data)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 399, in write
self.send_headers()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 463, in send_headers
self.send_preamble()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 384, in send_preamble
self._write('Server: %s\r\n' % self.server_software)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 318, in write
self.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 62938)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 283, in _handle_request_noblock
self.process_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 309, in process_request
self.finish_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 560, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Traceback (most recent call last):
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 280, in run
self.finish_response()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 320, in finish_response
self.write(data)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 399, in write
self.send_headers()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 463, in send_headers
self.send_preamble()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 381, in send_preamble
'Date: %s\r\n' % http_date()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 318, in write
self.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 62941)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 283, in _handle_request_noblock
self.process_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 309, in process_request
self.finish_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 560, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Traceback (most recent call last):
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 280, in run
self.finish_response()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 320, in finish_response
self.write(data)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 399, in write
self.send_headers()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 463, in send_headers
self.send_preamble()
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 384, in send_preamble
self._write('Server: %s\r\n' % self.server_software)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 318, in write
self.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 62944)
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 283, in _handle_request_noblock
self.process_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 309, in process_request
self.finish_request(request, client_address)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 322, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/django/core/servers/basehttp.py", line 560, in __init__
BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 618, in __init__
self.finish()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py", line 661, in finish
self.wfile.flush()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py", line 297, in flush
self._sock.sendall(buffer(data, write_offset, buffer_size))
error: [Errno 32] Broken pipe
----------------------------------------
[07/Oct/2010 10:24:40] "GET /webclient/action/newcomment/image/26602/?url=/webclient/metadata_details/image/26602/ HTTP/1.1" 200 4066
[07/Oct/2010 10:24:46] "POST /webclient/action/addcomment/image/26602/?url=/webclient/metadata_details/image/26602/ HTTP/1.1" 302 0
[07/Oct/2010 10:24:46] "GET /webclient/metadata_details/image/26602/ HTTP/1.1" 200 27254
comment:4 Changed 9 years ago by atarkowska
- Status changed from new to assigned
comment:5 Changed 9 years ago by atarkowska
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
On reloading the page, status is "FINISHED".