Difference between revisions of "Error codes"
From OpenKM Documentation
Line 1: | Line 1: | ||
+ | OpenKM error codes are composed by OKM-XXX-YYY codification error. First 3 digits indicates the origin and second tree digits indicates the cause. | ||
+ | |||
+ | == First tree digits - Origin == | ||
{| | {| | ||
|'''OKM-001''' | |'''OKM-001''' | ||
Line 79: | Line 82: | ||
|} | |} | ||
+ | == Second tree digits - Cause == | ||
+ | {| | ||
+ | |'''OKM-001''' | ||
+ | |Caused by repository. | ||
+ | |- | ||
+ | |'''OKM-002''' | ||
+ | |Caused by item not found. | ||
+ | |- | ||
+ | |'''OKM-003''' | ||
+ | |Caused by item not exist. | ||
+ | |- | ||
+ | |'''OKM-004''' | ||
+ | |Caused by lock. | ||
+ | |- | ||
+ | |'''OKM-005''' | ||
+ | |Caused by unlock. | ||
+ | |- | ||
+ | |'''OKM-006''' | ||
+ | |Caused by general cause. | ||
+ | |- | ||
+ | |'''OKM-007''' | ||
+ | |Caused by general cause. | ||
+ | |- | ||
+ | |'''OKM-008''' | ||
+ | |Caused by GWT shell environment. | ||
+ | |- | ||
+ | |'''OKM-009''' | ||
+ | |Caused by access denied. | ||
+ | |- | ||
+ | |'''OKM-010''' | ||
+ | |Caused by unsupported mime type. | ||
+ | |- | ||
+ | |'''OKM-011''' | ||
+ | |Caused by file size exceed. | ||
+ | |- | ||
+ | |'''OKM-012''' | ||
+ | |Caused by no such group. | ||
+ | |- | ||
+ | |'''OKM-013''' | ||
+ | |Caused by IO exception. | ||
+ | |- | ||
+ | |'''OKM-014''' | ||
+ | |Caused by no such property. | ||
+ | |- | ||
+ | |'''OKM-015''' | ||
+ | |Caused by path not found. | ||
+ | |- | ||
+ | |'''OKM-016''' | ||
+ | |Caused by version. | ||
+ | |- | ||
+ | |'''OKM-017''' | ||
+ | |Caused by session lost. | ||
+ | |- | ||
+ | |'''OKM-018''' | ||
+ | |Caused by file not found. | ||
+ | |- | ||
+ | |'''OKM-019''' | ||
+ | |Caused by parse exception. | ||
+ | |- | ||
+ | |'''OKM-020''' | ||
+ | |Caused by invalid node type definition. | ||
+ | |- | ||
+ | |'''OKM-021''' | ||
+ | |Caused by sql exception. | ||
+ | |- | ||
+ | |'''OKM-022''' | ||
+ | |Caused by configuration problem. | ||
+ | |} | ||
[[Category: Installation Guide]] | [[Category: Installation Guide]] |
Revision as of 16:04, 13 February 2010
OpenKM error codes are composed by OKM-XXX-YYY codification error. First 3 digits indicates the origin and second tree digits indicates the cause.
First tree digits - Origin
OKM-001 | Some problem getting folders to server. |
OKM-002 | Some problem getting documents to server. |
OKM-003 | Some problem in remote server session. |
OKM-004 | Some problem downloading document form server. |
OKM-005 | Some problem uploading document to server. |
OKM-006 | Some problem on server session. |
OKM-007 | Some problem on authentication. |
OKM-008 | Some problem making a search. |
OKM-009 | Some problem with property groups ( metadata ). |
OKM-010 | Some problem with notification service. |
OKM-011 | Some problem with bookmark. |
OKM-012 | Some problem with repository ( internal ). |
OKM-013 | Some problem into general utils service. |
OKM-014 | Some problem with authetication in admin mode. |
OKM-015 | Some problem with search in admin mode. |
OKM-016 | Some problem in remote session in admin mode. |
OKM-017 | Some problem with property groups ( metadata ) in admin mode. |
OKM-018 | Some problem in repository ( internal ) in admin mode. |
OKM-019 | Some problem getting folder in admin mode. |
OKM-020 | Some problem getting dashboard |
OKM-021 | Some problem getting workspace. |
OKM-022 | Some problem executing a workflow. |
OKM-023 | Some problem uploading a workflow in admin mode. |
OKM-024 | Some problem with mail service. |
OKM-025 | Some problem getting properties. |
OKM-026 | Some browser problem. |
Second tree digits - Cause
OKM-001 | Caused by repository. |
OKM-002 | Caused by item not found. |
OKM-003 | Caused by item not exist. |
OKM-004 | Caused by lock. |
OKM-005 | Caused by unlock. |
OKM-006 | Caused by general cause. |
OKM-007 | Caused by general cause. |
OKM-008 | Caused by GWT shell environment. |
OKM-009 | Caused by access denied. |
OKM-010 | Caused by unsupported mime type. |
OKM-011 | Caused by file size exceed. |
OKM-012 | Caused by no such group. |
OKM-013 | Caused by IO exception. |
OKM-014 | Caused by no such property. |
OKM-015 | Caused by path not found. |
OKM-016 | Caused by version. |
OKM-017 | Caused by session lost. |
OKM-018 | Caused by file not found. |
OKM-019 | Caused by parse exception. |
OKM-020 | Caused by invalid node type definition. |
OKM-021 | Caused by sql exception. |
OKM-022 | Caused by configuration problem. |