Access service errors
Describes some common GIP access errors and how to resolve them.
Error type | AccessService log message | Resolution |
---|---|---|
401 unauthorized error | ACCESS : pid - [AccessService] "DoDelegate" Invalid grant, no access token found | No valid token provided. Apache server discards the authorization header if it is not a
base64 encoded user/password combination. To resolve, check your Apache
configuration for ReWriteRule . For an example configuration, see Configure FastCGI for Apache 2.4 in the Genero Application Server User Guide. |
Invalid delegate | ERROR : pid - [AccessService] "DoDelegate" invalid delegate | This is likely due to a misuse of the delegate feature in the GeneroAccessService.xcf. Check the access log file (AccessService.log) for the exact cause of the problem. |