Difference between revisions of "Error codes"
From OpenKM Documentation
Line 85: | Line 85: | ||
== Second tree digits - Cause by == | == Second tree digits - Cause by == | ||
{| | {| | ||
− | |''' | + | |'''001''' |
|Caused by repository. | |Caused by repository. | ||
|- | |- | ||
− | |''' | + | |'''002''' |
|Caused by item not found. | |Caused by item not found. | ||
|- | |- | ||
− | |''' | + | |'''003''' |
|Caused by item not exist. | |Caused by item not exist. | ||
|- | |- | ||
− | |''' | + | |'''004''' |
|Caused by lock. | |Caused by lock. | ||
|- | |- | ||
− | |''' | + | |'''005''' |
|Caused by unlock. | |Caused by unlock. | ||
|- | |- | ||
− | |''' | + | |'''006''' |
|Caused by general cause. | |Caused by general cause. | ||
|- | |- | ||
− | |''' | + | |'''007''' |
|Caused by general cause. | |Caused by general cause. | ||
|- | |- | ||
− | |''' | + | |'''008''' |
|Caused by GWT shell environment. | |Caused by GWT shell environment. | ||
|- | |- | ||
− | |''' | + | |'''009''' |
|Caused by access denied. | |Caused by access denied. | ||
|- | |- | ||
− | |''' | + | |'''010''' |
|Caused by unsupported mime type. | |Caused by unsupported mime type. | ||
|- | |- | ||
− | |''' | + | |'''011''' |
|Caused by file size exceed. | |Caused by file size exceed. | ||
|- | |- | ||
− | |''' | + | |'''012''' |
|Caused by no such group. | |Caused by no such group. | ||
|- | |- | ||
− | |''' | + | |'''013''' |
|Caused by IO exception. | |Caused by IO exception. | ||
|- | |- | ||
− | |''' | + | |'''014''' |
|Caused by no such property. | |Caused by no such property. | ||
|- | |- | ||
− | |''' | + | |'''015''' |
|Caused by path not found. | |Caused by path not found. | ||
|- | |- | ||
− | |''' | + | |'''016''' |
|Caused by version. | |Caused by version. | ||
|- | |- | ||
− | |''' | + | |'''017''' |
|Caused by session lost. | |Caused by session lost. | ||
|- | |- | ||
− | |''' | + | |'''018''' |
|Caused by file not found. | |Caused by file not found. | ||
|- | |- | ||
− | |''' | + | |'''019''' |
|Caused by parse exception. | |Caused by parse exception. | ||
|- | |- | ||
− | |''' | + | |'''020''' |
|Caused by invalid node type definition. | |Caused by invalid node type definition. | ||
|- | |- | ||
− | |''' | + | |'''021''' |
|Caused by sql exception. | |Caused by sql exception. | ||
|- | |- | ||
− | |''' | + | |'''022''' |
|Caused by configuration problem. | |Caused by configuration problem. | ||
|} | |} | ||
+ | |||
[[Category: Installation Guide]] | [[Category: Installation Guide]] |
Revision as of 16:07, 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 by
001 | Caused by repository. |
002 | Caused by item not found. |
003 | Caused by item not exist. |
004 | Caused by lock. |
005 | Caused by unlock. |
006 | Caused by general cause. |
007 | Caused by general cause. |
008 | Caused by GWT shell environment. |
009 | Caused by access denied. |
010 | Caused by unsupported mime type. |
011 | Caused by file size exceed. |
012 | Caused by no such group. |
013 | Caused by IO exception. |
014 | Caused by no such property. |
015 | Caused by path not found. |
016 | Caused by version. |
017 | Caused by session lost. |
018 | Caused by file not found. |
019 | Caused by parse exception. |
020 | Caused by invalid node type definition. |
021 | Caused by sql exception. |
022 | Caused by configuration problem. |