Task #3021 (closed)
Opened 9 years ago
Closed 9 years ago
Bug: Ice.ObjectNotExistException on deleting an object from web
| 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: | n.a. |
| Sprint: | 2010-10-28 (18) |
Description
I'm not sure I will be able to reproduce this one, but I'll keep trying:
- Delete first image (spinning wheel like #3012)
- Reload Data page, go to STATUS, Job is finished
- Go back to Data page
- Select another image to delete
- Pop up with Ice.ObjectNotExistException
- Click ok and reload. Object is gone.
Could the old handle have still been working in the background?
The web log says:
[07/Oct/2010 10:41:10] "GET /webclient/imgData/26652/?callback=jsonp1286444468081&_=1286444469221 HTTP/1.1" 200 1144 [07/Oct/2010 10:41:12] "POST /webclient/action/delete/image/26652/ HTTP/1.1" 200 229 [07/Oct/2010 10:41:12] "GET /webclient/render_image/26652/7/0/?c=1|194:1894$0000FF,2|253:821$00FF00,3|240:3740$FF0000&m=c&p=normal&zm=100&x=0&y=0 HTTP/1.1" 200 61674 [07/Oct/2010 10:41:33] "GET /webclient/status/ HTTP/1.1" 200 6498 [07/Oct/2010 10:41:36] "GET /webclient/imgData/26652/?callback=jsonp1286444495586&_=1286444496048 HTTP/1.1" 200 4 [07/Oct/2010 10:41:37] "GET /webclient/progress/ HTTP/1.1" 200 42 [07/Oct/2010 10:41:37] "GET /webclient/load_data/dataset/65451/?view=tree&_=1286444497810 HTTP/1.1" 200 3169
which isn't much to go on.
Change History (5)
comment:1 Changed 9 years ago by jmoore
comment:2 Changed 9 years ago by jmoore
I logged out, and logged back in, and everything is ok.
I restarted the server and could also not reproduce.
It might be necessary to wait for one of the exceptions from #3012 to happen before I can reproduce.
comment:3 Changed 9 years ago by jburel
- Sprint changed from 2010-09-30 (17) to 2010-10-28 (18)
Moved from sprint 2010-09-30 (17)
comment:4 Changed 9 years ago by atarkowska
- Owner set to atarkowska
comment:5 Changed 9 years ago by atarkowska
- Resolution set to worksforme
- Status changed from new to closed
Went back to data and tried to delete another image and got the handle exception again:
Error: exception ::Ice::ObjectNotExistException { id = { name = DeleteHandle0dff013f-8307-47b3-8b0b-68d3eae04e55 category = 21e5f1fb-1185-46fb-8deb-40c25f2c86a8 } facet = operation = errors }Image is deleted though. And on trying again:
Error: exception ::Ice::ObjectNotExistException { id = { name = DeleteHandle063dcdae-7300-4e62-876c-f29ac28adf1a category = 21e5f1fb-1185-46fb-8deb-40c25f2c86a8 } facet = operation = errors }so it's not the same handle that's throwing each time.