Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #7752 (closed)

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

Bug: web delete/refresh issues

Reported by: jamoore Owned by: atarkowska
Priority: major Milestone: OMERO-4.4
Component: Web Version: n.a.
Keywords: n.a. Cc: python-team@…
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: 0.0d
Sprint: 2012-01-31 (7)

Description (last modified by jmoore)

Initial error sequence

While testing #5749 I ran into an odd progression of events. I'll try to summarize them here, before I start reproducing (to follow).

Setup

  • In the web (using Chris' 7750_web_config branch, just merged into develop), I created two projects and then copied one dataset into both of them.
  • I selected both projects and deleted them.
  • In the activities window, I saw an error which I wanted to reproduce on the command-line. (See this screenshot, taken later)
  • I went to the command-line and reproduced, but it was only a warning, not an error (see "Command-line delete" below)
  • I went back to the web UI, the error was gone. I.e. the UI had been updated with no more error. (I didn't initially have a screen shot of that, found later)
  • Knowing that I had mucked around on the command-line, I refreshed.

What went wrong

  • Either just before the refresh, during, or just after (sorry, can't remember), I noticed the "please login" screen in the third panel. (See screenshot)
  • I then went about trying to reproduce the project/datasets but I had a number of XMLHTTPRequest errors. (see non-debug log)
  • After those errors ended, I thought things were back to normal, so I tried the delete again. This time, I reproduced the error in #5749 (also captured in log)

My very inexpert thought at the moment is that somewhere a reference is being held to a delete handle, but I'm going to try to reproduce as much of the above as I can now.

After trying to reproduce

After all of the above, I restarted the server with omero.web.debug=true, but I never reproduced the XMLHTTPRequest. I was able, however, to reproduce

Suggestions

There may not be anything that can be done about the XMLHttpRequest. Sorry that I couldn't reproduce, but all of the other issues it would be nice if they could be looked into. i.e.

  • prevent the errors from showing up in the activities window. Warnings should not be considered errors in any counts.
  • prevent the "sorry, that object does not exist" from showing up in the right panel
  • prevent the "please login" from showing up in the right panel (this may be harder, but I understand it's already in progress)
  • prevent the ObjectNotExistException from being thrown.

If this would be better suited as a story, feel free.

Also, if from a log file it is not clear at what time certain actions took place, I suggest increasing logging. I'd be glad to re-test once that's in place.

Extra information

Previously filed tickets

  • #3021 - ObjectNotExistException on delete.errors()
  • #5749 - ObjectNotExistException on delete.errors()
  • #3142 - "sorry, dataset does not exist"
  • #6003 - warnings v. errors

Command-line delete

This is an example of the warnings typical for #6003:

@7750_web_config ~/git/dist $ bin/omero hql "select p from Project p"
Using session b8f43b0e-5832-4ddd-ace8-58d2137197af (root@gretzky.openmicroscopy.org.uk:4064). Idle timeout: 10.0 min. Current group: system
 # | Class    | Id   | name        | details         
---+----------+------+-------------+-----------------
 0 | ProjectI | 3618 | New project | owner=0;group=0 
 1 | ProjectI | 3619 | New project | owner=0;group=0 
(2 rows)

To see details for object, enter line number.
To move ahead one page, enter 'p'
To re-display list, enter 'r'.
To quit, enter 'q' or just enter.
q
@7750_web_config ~/git/dist $ bin/omero delete /Project:0 /Project:1
Using session b8f43b0e-5832-4ddd-ace8-58d2137197af (root@gretzky.openmicroscopy.org.uk:4064). Idle timeout: 10.0 min. Current group: system
^CCancelled
@7750_web_config ~/git/dist $ bin/omero delete /Project:3618 /Project:3619
Using session b8f43b0e-5832-4ddd-ace8-58d2137197af (root@gretzky.openmicroscopy.org.uk:4064). Idle timeout: 10.0 min. Current group: system
Deleting /Project 3618... ok
	warning: ConstraintViolation: fkprojectdatasetlink_child_dataset
Deleting /Project 3619... ok
@7750_web_config ~/git/dist $ bin/omero hql "select p from Project p"
Using session b8f43b0e-5832-4ddd-ace8-58d2137197af (root@gretzky.openmicroscopy.org.uk:4064). Idle timeout: 10.0 min. Current group: system
 # 
---
(0 rows)

To see details for object, enter line number.
To move ahead one page, enter 'p'
To re-display list, enter 'r'.
To quit, enter 'q' or just enter.
q
@7750_web_config ~/git/dist $ bin/omero hql "select p from Dataset p""
> 
@7750_web_config ~/git/dist $ bin/omero hql "select p from Dataset p"
Using session b8f43b0e-5832-4ddd-ace8-58d2137197af (root@gretzky.openmicroscopy.org.uk:4064). Idle timeout: 10.0 min. Current group: system
 # 
---
(0 rows)

To see details for object, enter line number.
To move ahead one page, enter 'p'
To re-display list, enter 'r'.
To quit, enter 'q' or just enter.

Attachments (11)

web-jan12-logout-rightside.png (164.3 KB) - added by jmoore 12 years ago.
web-jan12-xml-error.png (257.7 KB) - added by jmoore 12 years ago.
web-jan12-xmlerr.log (106.9 KB) - added by jmoore 12 years ago.
web-jan12-objectnotexist.png (273.8 KB) - added by jmoore 12 years ago.
web-jan12-projpagenotfound.png (258.1 KB) - added by jmoore 12 years ago.
After restart with omero.web.debug=True.
web-jan12-errondelete.png (117.8 KB) - added by jmoore 12 years ago.
Error rather than warning on link FK constraint.
web-jan12-errondelete-complete.png (117.4 KB) - added by jmoore 12 years ago.
error still printed when marked as "complete"
web-jan12-errondelete-re-open.png (111.9 KB) - added by jmoore 12 years ago.
error is gone on re-opening the activities window
web-jan12-sorryprojDNE.png (182.3 KB) - added by jmoore 12 years ago.
First attempt to reproduce the refresh issues.
web-jan12-cannotcreateobj.png (249.6 KB) - added by jmoore 12 years ago.
Delete in command-line and then click "new dataset"
web-jan12-webdebug.log (199.5 KB) - added by jmoore 12 years ago.
OMEROweb.log file after setting omero.web.debug to true and retrying various things. Part of this log file was pasted into a previous comment.

Download all attachments as: .zip

Change History (32)

Changed 12 years ago by jmoore

Changed 12 years ago by jmoore

Changed 12 years ago by jmoore

Changed 12 years ago by jmoore

comment:1 Changed 12 years ago by jmoore

btw, here are the only entries from the OMEROweb.log after the above xmlerr.log file (i.e. the ObjectNotExist):

@master ~/Pictures $ diff web-jan12-xmlerr.log web-jan12-objnotexist.log 
937a938,953
> Thu, 12 Jan 2012 10:26:46 views-web    ERROR    Failed to delete: {'did': [u'3621', u'3620'], 'dtype': 'project'}
> Traceback (most recent call last):
>   File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webclient/views.py", line 1925, in manage_action_containers
>     dMap = {'job_type': 'delete', 'start_time': datetime.datetime.now(),'status':'in progress', 'derrors':handle.errors(),
>   File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omero_api_IDelete_ice.py", line 335, in errors
>     return _M_omero.api.delete.DeleteHandle._op_errors.invoke(self, ((), _ctx))
> ObjectNotExistException: exception ::Ice::ObjectNotExistException
> {
>     id = 
>     {
>         name = DeleteHandle51a4417d-0a52-4d89-84ba-bdd93bb252f1
>         category = b8f43b0e-5832-4ddd-ace8-58d2137197af
>     }
>     facet = 
>     operation = errors
> }

Changed 12 years ago by jmoore

After restart with omero.web.debug=True.

Changed 12 years ago by jmoore

Error rather than warning on link FK constraint.

Changed 12 years ago by jmoore

error still printed when marked as "complete"

Changed 12 years ago by jmoore

error is gone on re-opening the activities window

comment:2 Changed 12 years ago by jmoore

Just uploaded 3 screenshots which show the first issue which matches the command-line output. This is closely related to #6003, i.e. a warning is being shown as an error.

Changed 12 years ago by jmoore

First attempt to reproduce the refresh issues.

Changed 12 years ago by jmoore

Delete in command-line and then click "new dataset"

comment:3 follow-up: Changed 12 years ago by jmoore

If instead, I try to click on the "new dataset" link after deleting the project from the commandline, then I get this "internal server error" (previous screenshot).

comment:4 follow-up: Changed 12 years ago by jmoore

Reproduced the the "Page not found 404": Request URL: http://localhost:8000/webclient/metadata_details/project/undefined/ by:

  • Refresh to remove the delete project (from my previous comment)
  • Click on user
  • Click on "create project" twice
  • Click on the first of the two projects.

There's not much in the debug log:

Thu, 12 Jan 2012 12:01:57 omero.util.TempFileManager DEBUG    Removing tree: /Users/moore/omero/tmp/omero_moore/82132
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103bb1790>)]
Thu, 12 Jan 2012 11:02:08 views-web    ERROR    Traceback (most recent call last):
  File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webclient/views.py", line 1501, in manage_action_containers
    manager = BaseContainer(conn, **kw)
  File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webclient/controller/container.py", line 67, in __init__
    raise AttributeError("We are sorry, but that project (id:%s) does not exist, or if it does, you have no permission to see it.  Contact the user you think might share that data with you." % str(project))
AttributeError: We are sorry, but that project (id:3626) does not exist, or if it does, you have no permission to see it.  Contact the user you think might share that data with you.

Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c50>)]
Thu, 12 Jan 2012 11:03:41 views-web    DEBUG    TEMPLATE: webclient/data/containers_tree.html
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c90>)]
Thu, 12 Jan 2012 11:03:46 views-web    DEBUG    TEMPLATE: webclient/data/containers_icon.html
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c90>)]
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c50>)]
Thu, 12 Jan 2012 11:03:52 views-web    DEBUG    Create new: {'name': 'New project', 'description': u''}
Thu, 12 Jan 2012 11:03:52 views-web    DEBUG    Create new: {'name': 'New project', 'description': u''}

comment:5 in reply to: ↑ 4 ; follow-up: Changed 12 years ago by atarkowska

Replying to jmoore:

Reproduced the the "Page not found 404": Request URL: http://localhost:8000/webclient/metadata_details/project/undefined/ by:

  • Refresh to remove the delete project (from my previous comment)
  • Click on user
  • Click on "create project" twice
  • Click on the first of the two projects.

There's not much in the debug log:

Thu, 12 Jan 2012 12:01:57 omero.util.TempFileManager DEBUG    Removing tree: /Users/moore/omero/tmp/omero_moore/82132
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:02:07 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103bb1790>)]
Thu, 12 Jan 2012 11:02:08 views-web    ERROR    Traceback (most recent call last):
  File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webclient/views.py", line 1501, in manage_action_containers
    manager = BaseContainer(conn, **kw)
  File "/Users/moore/GlencoeSoftware.git/git/omero.git/dist/lib/python/omeroweb/webclient/controller/container.py", line 67, in __init__
    raise AttributeError("We are sorry, but that project (id:%s) does not exist, or if it does, you have no permission to see it.  Contact the user you think might share that data with you." % str(project))
AttributeError: We are sorry, but that project (id:3626) does not exist, or if it does, you have no permission to see it.  Contact the user you think might share that data with you.

Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:40 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c50>)]
Thu, 12 Jan 2012 11:03:41 views-web    DEBUG    TEMPLATE: webclient/data/containers_tree.html
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:45 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c90>)]
Thu, 12 Jan 2012 11:03:46 views-web    DEBUG    TEMPLATE: webclient/data/containers_icon.html
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:51 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c90>)]
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    :: (session) root gretzky.openmicroscopy.org.uk 4064
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    :: (request) None None None
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    trying stored connection with userAgent: OMERO.web  ckey: S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1
Thu, 12 Jan 2012 11:03:52 webgateway   DEBUG    [('S:4d7d8252-a074-487b-95cb-5e7bf7dd33b7#1', <webclient.webclient_gateway.OmeroWebGateway object at 0x103ba7c50>)]
Thu, 12 Jan 2012 11:03:52 views-web    DEBUG    Create new: {'name': 'New project', 'description': u''}
Thu, 12 Jan 2012 11:03:52 views-web    DEBUG    Create new: {'name': 'New project', 'description': u''}

Sorry but your steps are exactly opposite to what log says. Can you make sure you past matching information from the log file? It which step did you see url http://localhost.../project/undefined/?

comment:6 in reply to: ↑ 3 ; follow-up: Changed 12 years ago by atarkowska

Replying to jmoore:

If instead, I try to click on the "new dataset" link after deleting the project from the commandline, then I get this "internal server error" (previous screenshot).

If object is deleted from other client by clicking on the tree in metadata panel you would just see "We are sorry, but that project (id:xxx) does not exist, or if it does, you have no permission to see it. Contact the user you think might share that data with you."

internal server error. Cannot create object came from the fact you were logged out. We are now in the process of handling it better to give access to the login box.

Version 0, edited 12 years ago by atarkowska (next)

comment:7 in reply to: ↑ 5 Changed 12 years ago by jmoore

Replying to atarkowska:

Replying to jmoore:

Reproduced the the "Page not found 404": Request URL: http://localhost:8000/webclient/metadata_details/project/undefined/ by:

  • Refresh to remove the delete project (from my previous comment)
  • Click on user
  • Click on "create project" twice
  • Click on the first of the two projects.

Sorry but your steps are exactly opposite to what log says. Can you make sure you past matching information from the log file? It which step did you see url http://localhost.../project/undefined/?

How do you mean, Ola? This is the log which shows the two previous errors. Only the bits from 11:03 are the "Create project twice" steps. I'll attach the entire debug log file now.

Changed 12 years ago by jmoore

OMEROweb.log file after setting omero.web.debug to true and retrying various things. Part of this log file was pasted into a previous comment.

comment:8 in reply to: ↑ 6 ; follow-up: Changed 12 years ago by jmoore

Replying to atarkowska:

If object is deleted from other client by clicking on the tree in metadata panel you would just see "We are sorry, but that project (id:xxx) does not exist, or if it does, you have no permission to see it. Contact the user you think might share that data with you."

But that's not what I saw every time. Sometimes definitely.

"Internal server error. Cannot create object" came from the fact you were logged out. We are now in the process of handling it better to give access to the login box.

But why was I logged out? I never logged back in.

comment:9 in reply to: ↑ 8 Changed 12 years ago by atarkowska

Replying to jmoore:

"Internal server error. Cannot create object" came from the fact you were logged out. We are now in the process of handling it better to give access to the login box.

But why was I logged out? I never logged back in.

If you do not use web for more then 10 minutes it is obvious. If it happened while you were using application you need to check web/server log what happened.

comment:10 follow-up: Changed 12 years ago by atarkowska

Re: attachment web-jan12-errondelete.png . If there is warning you would see "0 errors (....)". It's strange why

handle = omero.api.delete.DeleteHandlePrx.checkedCast(conn.c.ic.stringToProxy(cbString))
handle.errors()

didn't give any number.

comment:11 in reply to: ↑ 10 Changed 12 years ago by jmoore

Replying to atarkowska:

Re: attachment web-jan12-errondelete.png . If there is warning you would see "0 errors (....)". It's strange why
...
didn't give any number.

I would think reports were returned but with warnings only, not errors.

comment:12 Changed 12 years ago by jmoore

  • Description modified (diff)

comment:13 Changed 12 years ago by atarkowska

Because of the various actions taken as a part of failure, that could caused mismatch, desynchronizes data (that explain why newly created dataset in the tree didn't get id assign. Why delete failed, etc.) and previously reported problems with the delete in particular in http://trac.openmicroscopy.org.uk/ome/ticket/5749#comment:7 the adjustment will be added to activity report formatting. The delete errors and warnings populate the same message even while deleting "Operation could not be completed successfully". As suggested it will be populated for errors only. Both errors and warnings should go to the log file. That will give clear situation on what exactly happened with the delete.
I am not able to reproduce other issues.

comment:14 Changed 12 years ago by jmoore

Just to re-iterate from devteam, if I need to re-test this after some more of the in-progress web work is done, just let me know when is a good time. But I consider all of the tickets referenced here to still be applicable to web as of [6bcceecc1e2afb358f85663f4981a52f4cd102cd/ome.git] and that they are fixable (to some extent) for 4.4.

comment:15 Changed 12 years ago by jburel

  • Sprint changed from 2012-01-17 (6) to 2012-01-31 (7)

Moved from sprint 2012-01-17 (6)

comment:16 Changed 12 years ago by atarkowska

  • Remaining Time set to 0.3

comment:17 Changed 12 years ago by atarkowska

Please, try the error/warning message and rapport status with the changes in http://github.com/aleksandra-tarkowska/openmicroscopy/commit/366e79a32bf2902261b4c0a741be90fe61b7a3d1

comment:18 Changed 12 years ago by jmoore

Hi Ola. I tested the branch, error looks to be gone! Thanks. I tested the whole scenario above and have a little more information about some of the points:

  • the "page not found" error with "(undefined)" as the project name looks to happen if I click on the "create project" button and then very quickly click on the project itself. Apparently, the id for the project is not set yet (i.e. undefined), and therefore the page can't be loaded.
  • I still think the "sorry, that object does not exist" panel should be different, but I also noticed that it is still there even after clicking on the refresh green arrows above the hierarchy, which is pretty surprising and might should be taken care of at the same time.

comment:19 Changed 12 years ago by atarkowska

  • Remaining Time changed from 0.3 to 0
  • Resolution set to fixed
  • Status changed from new to closed

Moving first part of the comment to the new ticket #7922. Second will be addressed in #7923.

comment:20 Changed 12 years ago by jmoore

Thanks, Ola. Both #7922 and #7923 look good. Let me know if you need more info.

Is there an open ticket for the ObjectNotExistException, too?

comment:21 Changed 12 years ago by Aleksandra Tarkowska <atarkowska@…>

(In [366e79a32bf2902261b4c0a741be90fe61b7a3d1/ome.git] on branch develop) reporting error and warning improvement, see #7752

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.68834 sec.)

We're Hiring!