Opened 11 years ago
Closed 11 years ago
#2346 closed defect (fixed)
Load package failed with DBXML error: Document not found
Reported by: | zhanga | Owned by: | Andy Zhang |
---|---|---|---|
Priority: | medium | Milestone: | 2.6 |
Component: | Resource Service | Version: | 2.5.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Load package failed with DBXML error: Document not found. The detail message is: An Exeption occured in DB XML components. Error: Document not found: Library://xxx/xxx.xxx.
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | ticket#2346.patch added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The error actually happens in method below:
The resource is deleted in DeleteDocument call. But in the following UpdatePermissionCache call, it will try to get the document, which results in a 'Document not found' error. Now change the order of the 2 calls to fix the issue.