Home > Contents > Index >
AssetMaker | Cart Tags | Errors | Miscellany | Index
errdetail Error Values
For revision tracking operations,
The reserved variable named
Variable.errdetails
provides additional information about errors for the following:
- Revision tracking operations.
- BlobServer
- EvalServer
Variable.errdetails Pertaining to BlobServer and EvalServer
Value Description 10 General init failure, probably due to missing or invalid property file or maybe missing a required .jar
file in the classpath. Used by both BlobServer and EvalServer.11 Invalid property file. errdetail1
is the name of the missing or invalid property,errdetail2
is the value of the property infuturetense.ini
. Used by both BlobServer and EvalServer.12 Missing command. BlobServer or EvalServer parameters did not specify either a serve or flush command. 13 Missing required parameters. Used by BlobServer if one of the required request parameters is missing ( blobcol
,blobwhere
, orblobkey
).errdetail1
is the value provided forblobcol
,errdetail2
is the value provided forblobwhere
,errdetail3
is the value provided forblobkey
.20 Security exception flushing the cache. Used by BlobServer or EvalServer for a flush request that failed a security permissions check. 21 Security exception serving a request. Used by BlobServer or EvalServer for a blob or page request that failed a security permissions check. 30 Unknown error generating a response for a serve request. For EvalServer, errdetail1
is the name of the page requested that has failed to evaluate. For BlobServer,errdetail1
is the requested table,errdetail2
is the requested column,errdetail3
is the requested where criteria, anderrdetail4
is the requested column to match the where criteria.
Home > Contents > Index > ![]()
Oracle Miscellaneous Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.